diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 69b9591f..8d31499d 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-22 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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 @@ -55,7 +55,7 @@ from novelwriter.config import Config ## __package__ = "novelwriter" -__copyright__ = "Copyright 2018–2021, Veronica Berglyd Olsen" +__copyright__ = "Copyright 2018–2022, Veronica Berglyd Olsen" __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" diff --git a/novelwriter/common.py b/novelwriter/common.py index 7fb69020..8d6f9a8c 100644 --- a/novelwriter/common.py +++ b/novelwriter/common.py @@ -7,7 +7,7 @@ File History: Created: 2019-05-12 [0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/config.py b/novelwriter/config.py index e7891817..407fee75 100644 --- a/novelwriter/config.py +++ b/novelwriter/config.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-22 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/constants.py b/novelwriter/constants.py index 06313552..8a2fb48a 100644 --- a/novelwriter/constants.py +++ b/novelwriter/constants.py @@ -7,7 +7,7 @@ File History: Created: 2019-04-28 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/__init__.py b/novelwriter/core/__init__.py index 88c99bad..6e69917f 100644 --- a/novelwriter/core/__init__.py +++ b/novelwriter/core/__init__.py @@ -3,7 +3,7 @@ novelWriter – Core Init ======================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/document.py b/novelwriter/core/document.py index ba75b998..33894c05 100644 --- a/novelwriter/core/document.py +++ b/novelwriter/core/document.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-29 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/index.py b/novelwriter/core/index.py index b0faae08..21717f58 100644 --- a/novelwriter/core/index.py +++ b/novelwriter/core/index.py @@ -8,7 +8,7 @@ Created: 2019-04-22 [0.0.1] countWords Created: 2019-05-27 [0.1.4] NWIndex This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/item.py b/novelwriter/core/item.py index b285f69d..cc5f6775 100644 --- a/novelwriter/core/item.py +++ b/novelwriter/core/item.py @@ -7,7 +7,7 @@ File History: Created: 2018-10-27 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/options.py b/novelwriter/core/options.py index 926e9aa1..7a37e7fc 100644 --- a/novelwriter/core/options.py +++ b/novelwriter/core/options.py @@ -8,7 +8,7 @@ Created: 2019-10-21 [0.3.1] Rewritten: 2020-02-19 [0.4.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/project.py b/novelwriter/core/project.py index bc945990..dcbf10e1 100644 --- a/novelwriter/core/project.py +++ b/novelwriter/core/project.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-29 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/spellcheck.py b/novelwriter/core/spellcheck.py index 00d143d2..8f2fcea9 100644 --- a/novelwriter/core/spellcheck.py +++ b/novelwriter/core/spellcheck.py @@ -7,7 +7,7 @@ File History: Created: 2019-06-11 [0.1.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/status.py b/novelwriter/core/status.py index c52dc3ae..4318344f 100644 --- a/novelwriter/core/status.py +++ b/novelwriter/core/status.py @@ -7,7 +7,7 @@ File History: Created: 2019-05-19 [0.1.3] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/tohtml.py b/novelwriter/core/tohtml.py index dcf34a23..16a8285f 100644 --- a/novelwriter/core/tohtml.py +++ b/novelwriter/core/tohtml.py @@ -7,7 +7,7 @@ File History: Created: 2019-05-07 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/tokenizer.py b/novelwriter/core/tokenizer.py index 44077a33..1ab0d53a 100644 --- a/novelwriter/core/tokenizer.py +++ b/novelwriter/core/tokenizer.py @@ -7,7 +7,7 @@ File History: Created: 2019-05-05 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/tomd.py b/novelwriter/core/tomd.py index 95218b7c..bd468f55 100644 --- a/novelwriter/core/tomd.py +++ b/novelwriter/core/tomd.py @@ -7,7 +7,7 @@ File History: Created: 2021-02-06 [1.2a0] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/toodt.py b/novelwriter/core/toodt.py index 75807a7f..33aa9539 100644 --- a/novelwriter/core/toodt.py +++ b/novelwriter/core/toodt.py @@ -7,7 +7,7 @@ File History: Created: 2021-01-26 [1.2a0] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/core/tree.py b/novelwriter/core/tree.py index 0f3b2681..b8f84c3a 100644 --- a/novelwriter/core/tree.py +++ b/novelwriter/core/tree.py @@ -7,7 +7,7 @@ File History: Created: 2020-05-07 [0.4.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/__init__.py b/novelwriter/dialogs/__init__.py index 10dddcd6..30bd5d82 100644 --- a/novelwriter/dialogs/__init__.py +++ b/novelwriter/dialogs/__init__.py @@ -3,7 +3,7 @@ novelWriter – Dialogs Init ========================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/about.py b/novelwriter/dialogs/about.py index 7d9ff43e..c8b9c898 100644 --- a/novelwriter/dialogs/about.py +++ b/novelwriter/dialogs/about.py @@ -7,7 +7,7 @@ File History: Created: 2020-05-21 [0.5.2] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/docmerge.py b/novelwriter/dialogs/docmerge.py index 5b20c1e5..f9ee01af 100644 --- a/novelwriter/dialogs/docmerge.py +++ b/novelwriter/dialogs/docmerge.py @@ -7,7 +7,7 @@ File History: Created: 2020-01-23 [0.4.3] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/docsplit.py b/novelwriter/dialogs/docsplit.py index a8767784..1138ec58 100644 --- a/novelwriter/dialogs/docsplit.py +++ b/novelwriter/dialogs/docsplit.py @@ -7,7 +7,7 @@ File History: Created: 2020-02-01 [0.4.3] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/itemeditor.py b/novelwriter/dialogs/itemeditor.py index 784b8f69..9ab1e4ac 100644 --- a/novelwriter/dialogs/itemeditor.py +++ b/novelwriter/dialogs/itemeditor.py @@ -7,7 +7,7 @@ File History: Created: 2019-04-27 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/preferences.py b/novelwriter/dialogs/preferences.py index b5d780ae..9a922408 100644 --- a/novelwriter/dialogs/preferences.py +++ b/novelwriter/dialogs/preferences.py @@ -7,7 +7,7 @@ File History: Created: 2019-06-10 [0.1.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/projdetails.py b/novelwriter/dialogs/projdetails.py index 1673c21b..b51e268d 100644 --- a/novelwriter/dialogs/projdetails.py +++ b/novelwriter/dialogs/projdetails.py @@ -7,7 +7,7 @@ File History: Created: 2021-01-03 [1.1a0] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/projload.py b/novelwriter/dialogs/projload.py index 939d5d90..bbae4920 100644 --- a/novelwriter/dialogs/projload.py +++ b/novelwriter/dialogs/projload.py @@ -7,7 +7,7 @@ File History: Created: 2020-02-26 [0.4.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/projsettings.py b/novelwriter/dialogs/projsettings.py index ad98517e..d653f952 100644 --- a/novelwriter/dialogs/projsettings.py +++ b/novelwriter/dialogs/projsettings.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-29 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/quotes.py b/novelwriter/dialogs/quotes.py index ecc906ba..e8426adf 100644 --- a/novelwriter/dialogs/quotes.py +++ b/novelwriter/dialogs/quotes.py @@ -7,7 +7,7 @@ File History: Created: 2020-06-18 [0.9] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/updates.py b/novelwriter/dialogs/updates.py index 8e75391e..fccc49c2 100644 --- a/novelwriter/dialogs/updates.py +++ b/novelwriter/dialogs/updates.py @@ -7,7 +7,7 @@ File History: Created: 2021-08-21 [1.5a0] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/dialogs/wordlist.py b/novelwriter/dialogs/wordlist.py index 487f925e..379b2c80 100644 --- a/novelwriter/dialogs/wordlist.py +++ b/novelwriter/dialogs/wordlist.py @@ -7,7 +7,7 @@ File History: Created: 2021-02-12 [1.2b1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/enum.py b/novelwriter/enum.py index 7bc319ea..3360d8c5 100644 --- a/novelwriter/enum.py +++ b/novelwriter/enum.py @@ -7,7 +7,7 @@ File History: Created: 2018-11-02 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/error.py b/novelwriter/error.py index ea94ac92..88268e5e 100644 --- a/novelwriter/error.py +++ b/novelwriter/error.py @@ -7,7 +7,7 @@ File History: Created: 2020-08-02 [0.10.2] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/__init__.py b/novelwriter/gui/__init__.py index 4e0d96ea..405549cb 100644 --- a/novelwriter/gui/__init__.py +++ b/novelwriter/gui/__init__.py @@ -3,7 +3,7 @@ novelWriter – GUI Init ====================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/custom.py b/novelwriter/gui/custom.py index d7e1605d..16d26b40 100644 --- a/novelwriter/gui/custom.py +++ b/novelwriter/gui/custom.py @@ -9,7 +9,7 @@ Created: 2020-05-03 [0.4.5] QSwitch Created: 2020-05-17 [0.5.1] PagedDialog This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index 9db0ca15..39482e9f 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -13,7 +13,7 @@ Created: 2020-06-27 [0.10] GuiDocEditFooter Rewritten: 2020-10-07 [1.0b3] BackgroundWordCounter This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/dochighlight.py b/novelwriter/gui/dochighlight.py index fb3ad94d..eddc27c3 100644 --- a/novelwriter/gui/dochighlight.py +++ b/novelwriter/gui/dochighlight.py @@ -7,7 +7,7 @@ File History: Created: 2019-04-06 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/docviewer.py b/novelwriter/gui/docviewer.py index 5d826b74..73b6f7db 100644 --- a/novelwriter/gui/docviewer.py +++ b/novelwriter/gui/docviewer.py @@ -11,7 +11,7 @@ Created: 2020-06-09 [0.8] GuiDocViewFooter Created: 2020-09-08 [1.0b1] GuiDocViewHistory This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/itemdetails.py b/novelwriter/gui/itemdetails.py index 60906a8d..0596f7a8 100644 --- a/novelwriter/gui/itemdetails.py +++ b/novelwriter/gui/itemdetails.py @@ -7,7 +7,7 @@ File History: Created: 2019-04-24 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/mainmenu.py b/novelwriter/gui/mainmenu.py index 7dcc6e59..0701e432 100644 --- a/novelwriter/gui/mainmenu.py +++ b/novelwriter/gui/mainmenu.py @@ -7,7 +7,7 @@ File History: Created: 2019-04-27 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/outline.py b/novelwriter/gui/outline.py index 251ad63a..687ba393 100644 --- a/novelwriter/gui/outline.py +++ b/novelwriter/gui/outline.py @@ -7,7 +7,7 @@ File History: Created: 2019-11-16 [0.4.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/outlinedetails.py b/novelwriter/gui/outlinedetails.py index 90dad74d..cc97cdf5 100644 --- a/novelwriter/gui/outlinedetails.py +++ b/novelwriter/gui/outlinedetails.py @@ -7,7 +7,7 @@ File History: Created: 2020-06-02 [0.7.0] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/projtree.py b/novelwriter/gui/projtree.py index 2209fdf0..2857b1e9 100644 --- a/novelwriter/gui/projtree.py +++ b/novelwriter/gui/projtree.py @@ -8,7 +8,7 @@ Created: 2018-09-29 [0.0.1] GuiProjectTree Created: 2020-06-04 [0.7] GuiProjectTreeMenu This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/statusbar.py b/novelwriter/gui/statusbar.py index 9f3993da..e3891e7e 100644 --- a/novelwriter/gui/statusbar.py +++ b/novelwriter/gui/statusbar.py @@ -8,7 +8,7 @@ Created: 2019-04-20 [0.0.1] GuiMainStatus Created: 2020-05-17 [0.5.1] StatusLED This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/gui/theme.py b/novelwriter/gui/theme.py index 87679691..6cdf72ef 100644 --- a/novelwriter/gui/theme.py +++ b/novelwriter/gui/theme.py @@ -8,7 +8,7 @@ Created: 2019-05-18 [0.1.3] GuiTheme Created: 2019-11-08 [0.4] GuiIcons This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/guimain.py b/novelwriter/guimain.py index 37f5af6b..2d765356 100644 --- a/novelwriter/guimain.py +++ b/novelwriter/guimain.py @@ -7,7 +7,7 @@ File History: Created: 2018-09-22 [0.0.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/tools/__init__.py b/novelwriter/tools/__init__.py index 2d4b59c1..b42ec956 100644 --- a/novelwriter/tools/__init__.py +++ b/novelwriter/tools/__init__.py @@ -3,7 +3,7 @@ novelWriter – Tools Init ======================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/tools/build.py b/novelwriter/tools/build.py index 5863fc67..a6a764ab 100644 --- a/novelwriter/tools/build.py +++ b/novelwriter/tools/build.py @@ -7,7 +7,7 @@ File History: Created: 2020-05-09 [0.5] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/tools/projwizard.py b/novelwriter/tools/projwizard.py index 64f0f645..8f746ca6 100644 --- a/novelwriter/tools/projwizard.py +++ b/novelwriter/tools/projwizard.py @@ -7,7 +7,7 @@ File History: Created: 2020-07-11 [0.10.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/novelwriter/tools/writingstats.py b/novelwriter/tools/writingstats.py index 9ffa800f..e0a338bb 100644 --- a/novelwriter/tools/writingstats.py +++ b/novelwriter/tools/writingstats.py @@ -7,7 +7,7 @@ File History: Created: 2019-10-20 [0.3] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/setup.py b/setup.py index 992e26b9..2de44d10 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ File History: Created: 2019-05-16 [0.5.1] This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/conftest.py b/tests/conftest.py index 27abd8bd..cf348870 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,7 +3,7 @@ novelWriter – Test Suite Configuration ====================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/mock.py b/tests/mock.py index 6872c6c3..4b272a17 100644 --- a/tests/mock.py +++ b/tests/mock.py @@ -3,7 +3,7 @@ novelWriter – Test Suite Mocked Classes ======================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_base/test_base_common.py b/tests/test_base/test_base_common.py index 66f510b7..5b9b9c13 100644 --- a/tests/test_base/test_base_common.py +++ b/tests/test_base/test_base_common.py @@ -3,7 +3,7 @@ novelWriter – Common Functions Tester ===================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_base/test_base_config.py b/tests/test_base/test_base_config.py index ae9301bb..878c1eaa 100644 --- a/tests/test_base/test_base_config.py +++ b/tests/test_base/test_base_config.py @@ -3,7 +3,7 @@ novelWriter – Config Class Tester ================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_base/test_base_error.py b/tests/test_base/test_base_error.py index 84a8454d..d2707b29 100644 --- a/tests/test_base/test_base_error.py +++ b/tests/test_base/test_base_error.py @@ -3,7 +3,7 @@ novelWriter – Error Handler Tester ================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_base/test_base_init.py b/tests/test_base/test_base_init.py index e83206e4..9b7a6171 100644 --- a/tests/test_base/test_base_init.py +++ b/tests/test_base/test_base_init.py @@ -3,7 +3,7 @@ novelWriter – Main Init Tester ============================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_document.py b/tests/test_core/test_core_document.py index 0559fb6d..472b74e3 100644 --- a/tests/test_core/test_core_document.py +++ b/tests/test_core/test_core_document.py @@ -3,7 +3,7 @@ novelWriter – NWDoc Class Tester ================================ This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_index.py b/tests/test_core/test_core_index.py index ed6426b1..17397767 100644 --- a/tests/test_core/test_core_index.py +++ b/tests/test_core/test_core_index.py @@ -3,7 +3,7 @@ novelWriter – NWIndex Class Tester ================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_item.py b/tests/test_core/test_core_item.py index 2c0515b7..90e06cea 100644 --- a/tests/test_core/test_core_item.py +++ b/tests/test_core/test_core_item.py @@ -3,7 +3,7 @@ novelWriter – NWItem Class Tester ================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_options.py b/tests/test_core/test_core_options.py index 42a67f8d..b13d4799 100644 --- a/tests/test_core/test_core_options.py +++ b/tests/test_core/test_core_options.py @@ -3,7 +3,7 @@ novelWriter – OptionState Class Tester ====================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_project.py b/tests/test_core/test_core_project.py index e9ef8c3c..931359c7 100644 --- a/tests/test_core/test_core_project.py +++ b/tests/test_core/test_core_project.py @@ -3,7 +3,7 @@ novelWriter – NWProject Class Tester ==================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_spellcheck.py b/tests/test_core/test_core_spellcheck.py index 720d3e28..4835e667 100644 --- a/tests/test_core/test_core_spellcheck.py +++ b/tests/test_core/test_core_spellcheck.py @@ -3,7 +3,7 @@ novelWriter – Spell Check Classes Tester ======================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_status.py b/tests/test_core/test_core_status.py index 2512ced7..ab5af333 100644 --- a/tests/test_core/test_core_status.py +++ b/tests/test_core/test_core_status.py @@ -3,7 +3,7 @@ novelWriter – NWStatus Class Tester =================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_tohtml.py b/tests/test_core/test_core_tohtml.py index f93fdeba..d8e3d2da 100644 --- a/tests/test_core/test_core_tohtml.py +++ b/tests/test_core/test_core_tohtml.py @@ -3,7 +3,7 @@ novelWriter – ToHtml Class Tester ================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_tokenizer.py b/tests/test_core/test_core_tokenizer.py index 421ab6ee..0c57214b 100644 --- a/tests/test_core/test_core_tokenizer.py +++ b/tests/test_core/test_core_tokenizer.py @@ -3,7 +3,7 @@ novelWriter – Tokenizer Class Tester ==================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_tomd.py b/tests/test_core/test_core_tomd.py index 1c6f2371..51eea72b 100644 --- a/tests/test_core/test_core_tomd.py +++ b/tests/test_core/test_core_tomd.py @@ -3,7 +3,7 @@ novelWriter – ToMd Class Tester =============================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_toodt.py b/tests/test_core/test_core_toodt.py index 2b564350..a1f4492d 100644 --- a/tests/test_core/test_core_toodt.py +++ b/tests/test_core/test_core_toodt.py @@ -3,7 +3,7 @@ novelWriter – ToOdt Class Tester ================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_core/test_core_tree.py b/tests/test_core/test_core_tree.py index 284d9267..7449d237 100644 --- a/tests/test_core/test_core_tree.py +++ b/tests/test_core/test_core_tree.py @@ -3,7 +3,7 @@ novelWriter – NWTree Class Tester ================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_about.py b/tests/test_dialogs/test_dlg_about.py index 2ce05223..c5ccfe7f 100644 --- a/tests/test_dialogs/test_dlg_about.py +++ b/tests/test_dialogs/test_dlg_about.py @@ -3,7 +3,7 @@ novelWriter – About Dialog Class Tester ======================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_dialogs.py b/tests/test_dialogs/test_dlg_dialogs.py index d075f062..7ae56d94 100644 --- a/tests/test_dialogs/test_dlg_dialogs.py +++ b/tests/test_dialogs/test_dlg_dialogs.py @@ -3,7 +3,7 @@ novelWriter – Other Dialog Classes Tester ========================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_docmerge.py b/tests/test_dialogs/test_dlg_docmerge.py index f51aee3e..6a3825b8 100644 --- a/tests/test_dialogs/test_dlg_docmerge.py +++ b/tests/test_dialogs/test_dlg_docmerge.py @@ -3,7 +3,7 @@ novelWriter – Merge and Split Dialog Classes Tester =================================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_docsplit.py b/tests/test_dialogs/test_dlg_docsplit.py index c5bc9f3e..d8d4bbac 100644 --- a/tests/test_dialogs/test_dlg_docsplit.py +++ b/tests/test_dialogs/test_dlg_docsplit.py @@ -3,7 +3,7 @@ novelWriter – Merge and Split Dialog Classes Tester =================================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_itemeditor.py b/tests/test_dialogs/test_dlg_itemeditor.py index d921238d..595f7198 100644 --- a/tests/test_dialogs/test_dlg_itemeditor.py +++ b/tests/test_dialogs/test_dlg_itemeditor.py @@ -3,7 +3,7 @@ novelWriter – Item Editor Dialog Class Tester ============================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_preferences.py b/tests/test_dialogs/test_dlg_preferences.py index 52d2448a..f0ccbb26 100644 --- a/tests/test_dialogs/test_dlg_preferences.py +++ b/tests/test_dialogs/test_dlg_preferences.py @@ -3,7 +3,7 @@ novelWriter – Preferences Dialog Class Tester ============================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_projdetails.py b/tests/test_dialogs/test_dlg_projdetails.py index b0643d0c..16f73e1e 100644 --- a/tests/test_dialogs/test_dlg_projdetails.py +++ b/tests/test_dialogs/test_dlg_projdetails.py @@ -3,7 +3,7 @@ novelWriter – Project Details Dialog Class Tester ================================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_projload.py b/tests/test_dialogs/test_dlg_projload.py index beb96bb8..195ca26b 100644 --- a/tests/test_dialogs/test_dlg_projload.py +++ b/tests/test_dialogs/test_dlg_projload.py @@ -3,7 +3,7 @@ novelWriter – Project Load Dialog Class Tester ============================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_projsettings.py b/tests/test_dialogs/test_dlg_projsettings.py index 3405cc26..ec316bea 100644 --- a/tests/test_dialogs/test_dlg_projsettings.py +++ b/tests/test_dialogs/test_dlg_projsettings.py @@ -3,7 +3,7 @@ novelWriter – Project Settings Dialog Class Tester ================================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_dialogs/test_dlg_wordlist.py b/tests/test_dialogs/test_dlg_wordlist.py index e76a9f4f..3ca5a0ee 100644 --- a/tests/test_dialogs/test_dlg_wordlist.py +++ b/tests/test_dialogs/test_dlg_wordlist.py @@ -3,7 +3,7 @@ novelWriter – Other Dialog Classes Tester ========================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_doceditor.py b/tests/test_gui/test_gui_doceditor.py index 9b82550f..c3dad9fb 100644 --- a/tests/test_gui/test_gui_doceditor.py +++ b/tests/test_gui/test_gui_doceditor.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Editor Class Tester ========================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_docviewer.py b/tests/test_gui/test_gui_docviewer.py index c7f42654..cfe3f59e 100644 --- a/tests/test_gui/test_gui_docviewer.py +++ b/tests/test_gui/test_gui_docviewer.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Viewer Class Tester ========================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_guimain.py b/tests/test_gui/test_gui_guimain.py index de064614..63cb8625 100644 --- a/tests/test_gui/test_gui_guimain.py +++ b/tests/test_gui/test_gui_guimain.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Editor Class Tester ========================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_mainmenu.py b/tests/test_gui/test_gui_mainmenu.py index 2b65d1f5..daa564e1 100644 --- a/tests/test_gui/test_gui_mainmenu.py +++ b/tests/test_gui/test_gui_mainmenu.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Main Menu Class Tester ============================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_noveltree.py b/tests/test_gui/test_gui_noveltree.py index aae675d8..1135de87 100644 --- a/tests/test_gui/test_gui_noveltree.py +++ b/tests/test_gui/test_gui_noveltree.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Novel Tree Class Tester ============================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_outline.py b/tests/test_gui/test_gui_outline.py index 3eda540e..057f929f 100644 --- a/tests/test_gui/test_gui_outline.py +++ b/tests/test_gui/test_gui_outline.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Outline Class Tester =========================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_projtree.py b/tests/test_gui/test_gui_projtree.py index 40c9f26b..70afeffc 100644 --- a/tests/test_gui/test_gui_projtree.py +++ b/tests/test_gui/test_gui_projtree.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Project Tree Class Tester ================================================ This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_statusbar.py b/tests/test_gui/test_gui_statusbar.py index aa863c66..9d7c4efc 100644 --- a/tests/test_gui/test_gui_statusbar.py +++ b/tests/test_gui/test_gui_statusbar.py @@ -3,7 +3,7 @@ novelWriter – Main Status Bar Class Tester ========================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_gui/test_gui_theme.py b/tests/test_gui/test_gui_theme.py index b35ffa36..6adac08e 100644 --- a/tests/test_gui/test_gui_theme.py +++ b/tests/test_gui/test_gui_theme.py @@ -3,7 +3,7 @@ novelWriter – GUI Theme and Icons Classes Tester ================================================ This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_tools/test_tools_build.py b/tests/test_tools/test_tools_build.py index b89ad8df..40e30dea 100644 --- a/tests/test_tools/test_tools_build.py +++ b/tests/test_tools/test_tools_build.py @@ -3,7 +3,7 @@ novelWriter – Build Dialog Class Tester ======================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_tools/test_tools_projwizard.py b/tests/test_tools/test_tools_projwizard.py index 00e95986..53f1cc79 100644 --- a/tests/test_tools/test_tools_projwizard.py +++ b/tests/test_tools/test_tools_projwizard.py @@ -3,7 +3,7 @@ novelWriter – New Project Wizard Class Tester ============================================= This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/test_tools/test_tools_writingstats.py b/tests/test_tools/test_tools_writingstats.py index d1afae6f..cffef9e6 100644 --- a/tests/test_tools/test_tools_writingstats.py +++ b/tests/test_tools/test_tools_writingstats.py @@ -3,7 +3,7 @@ novelWriter – Writing Stats Dialog Class Tester =============================================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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/tests/tools.py b/tests/tools.py index f05dbbfb..bd417aae 100644 --- a/tests/tools.py +++ b/tests/tools.py @@ -3,7 +3,7 @@ novelWriter – Test Suite Tools ============================== This file is a part of novelWriter -Copyright 2018–2021, Veronica Berglyd Olsen +Copyright 2018–2022, Veronica Berglyd Olsen 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