diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 6ddbcd71..4ce39cc6 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -6,7 +6,7 @@ File History: Created: 2018-09-22 [0.0.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 @@ -37,7 +37,7 @@ from novelwriter.shared import SharedData # ============ __package__ = "novelwriter" -__copyright__ = "Copyright 2018–2023, Veronica Berglyd Olsen" +__copyright__ = "Copyright 2018–2024, Veronica Berglyd Olsen" __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" diff --git a/novelwriter/common.py b/novelwriter/common.py index a535a702..988b6c78 100644 --- a/novelwriter/common.py +++ b/novelwriter/common.py @@ -6,7 +6,7 @@ File History: Created: 2019-05-12 [0.1.0] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 9036fbf4..c8ff11ae 100644 --- a/novelwriter/config.py +++ b/novelwriter/config.py @@ -7,7 +7,7 @@ Created: 2018-09-22 [0.0.1] Config Created: 2022-11-09 [2.0rc2] RecentProjects This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 4afa7781..ce12ced8 100644 --- a/novelwriter/constants.py +++ b/novelwriter/constants.py @@ -6,7 +6,7 @@ File History: Created: 2019-04-28 [0.0.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/buildsettings.py b/novelwriter/core/buildsettings.py index cc735192..a7afbd4b 100644 --- a/novelwriter/core/buildsettings.py +++ b/novelwriter/core/buildsettings.py @@ -7,7 +7,7 @@ Created: 2023-02-14 [2.1b1] BuildSettings Created: 2023-05-22 [2.1b1] BuildCollection This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/coretools.py b/novelwriter/core/coretools.py index f4d3d54b..029bf22d 100644 --- a/novelwriter/core/coretools.py +++ b/novelwriter/core/coretools.py @@ -9,7 +9,7 @@ Created: 2022-11-03 [2.0rc2] ProjectBuilder Created: 2023-07-20 [2.1b1] DocDuplicator This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/docbuild.py b/novelwriter/core/docbuild.py index 75906d9a..13db9ae7 100644 --- a/novelwriter/core/docbuild.py +++ b/novelwriter/core/docbuild.py @@ -6,7 +6,7 @@ File History: Created: 2022-12-01 [2.1b1] NWBuildDocument This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 b8512c24..378c64ae 100644 --- a/novelwriter/core/document.py +++ b/novelwriter/core/document.py @@ -6,7 +6,7 @@ File History: Created: 2018-09-29 [0.0.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 6a90c5f0..40936c3c 100644 --- a/novelwriter/core/index.py +++ b/novelwriter/core/index.py @@ -11,7 +11,7 @@ Created: 2022-05-29 [2.0rc1] TagsIndex Created: 2022-05-29 [2.0rc1] ItemIndex This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 362010fc..bf13fa46 100644 --- a/novelwriter/core/item.py +++ b/novelwriter/core/item.py @@ -6,7 +6,7 @@ File History: Created: 2018-10-27 [0.0.1] NWItem This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 90364dfe..5db203f2 100644 --- a/novelwriter/core/options.py +++ b/novelwriter/core/options.py @@ -7,7 +7,7 @@ Created: 2019-10-21 [0.3.1] OptionState Rewritten: 2020-02-19 [0.4.5] OptionState This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 85176bf8..69f23dbb 100644 --- a/novelwriter/core/project.py +++ b/novelwriter/core/project.py @@ -6,7 +6,7 @@ File History: Created: 2018-09-29 [0.0.1] NWProject This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/projectdata.py b/novelwriter/core/projectdata.py index 96f3b883..4a6fcec1 100644 --- a/novelwriter/core/projectdata.py +++ b/novelwriter/core/projectdata.py @@ -6,7 +6,7 @@ File History: Created: 2022-10-30 [2.0rc2] NWProjectData This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/projectxml.py b/novelwriter/core/projectxml.py index 3ef165d7..71e2608c 100644 --- a/novelwriter/core/projectxml.py +++ b/novelwriter/core/projectxml.py @@ -8,7 +8,7 @@ Created: 2022-09-28 [2.0rc2] ProjectXMLReader Created: 2022-10-31 [2.0rc2] ProjectXMLWriter This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/sessions.py b/novelwriter/core/sessions.py index ea432036..75a5ae9d 100644 --- a/novelwriter/core/sessions.py +++ b/novelwriter/core/sessions.py @@ -6,7 +6,7 @@ File History: Created: 2023-06-11 [2.1b1] NWSessionLog This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 91abb61f..5aa46f18 100644 --- a/novelwriter/core/spellcheck.py +++ b/novelwriter/core/spellcheck.py @@ -7,7 +7,7 @@ Created: 2019-06-11 [0.1.5] NWSpellEnchant Created: 2023-06-13 [2.1b1] UserDictionary This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 e4cba52a..ec42e8fd 100644 --- a/novelwriter/core/status.py +++ b/novelwriter/core/status.py @@ -7,7 +7,7 @@ Created: 2019-05-19 [0.1.3] NWStatus Rewritten: 2022-04-05 [2.0b1] NWStatus This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/storage.py b/novelwriter/core/storage.py index 0d60b0a8..c21be646 100644 --- a/novelwriter/core/storage.py +++ b/novelwriter/core/storage.py @@ -6,7 +6,7 @@ File History: Created: 2022-11-01 [2.0rc2] NWStorage This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 c2d95641..c509a547 100644 --- a/novelwriter/core/tohtml.py +++ b/novelwriter/core/tohtml.py @@ -6,7 +6,7 @@ File History: Created: 2019-05-07 [0.0.1] ToHtml This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 cdb50119..f1421db1 100644 --- a/novelwriter/core/tokenizer.py +++ b/novelwriter/core/tokenizer.py @@ -7,7 +7,7 @@ Created: 2019-05-05 [0.0.1] Tokenizer Created: 2023-05-23 [2.1b1] HeadingFormatter This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 45b2d8c0..ad51e3b7 100644 --- a/novelwriter/core/tomd.py +++ b/novelwriter/core/tomd.py @@ -6,7 +6,7 @@ File History: Created: 2021-02-06 [1.2b1] ToMarkdown This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 681e3a68..b34a56bf 100644 --- a/novelwriter/core/toodt.py +++ b/novelwriter/core/toodt.py @@ -9,7 +9,7 @@ Created: 2021-01-27 [1.2b1] ODTTextStyle Created: 2021-08-14 [1.5b1] XMLParagraph This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 b9ff809d..676d1f8e 100644 --- a/novelwriter/core/tree.py +++ b/novelwriter/core/tree.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-07 [0.4.5] NWTree This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 83f5aaff..69e19785 100644 --- a/novelwriter/dialogs/about.py +++ b/novelwriter/dialogs/about.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-21 [0.5.2] GuiAbout This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 da770214..15b54660 100644 --- a/novelwriter/dialogs/docmerge.py +++ b/novelwriter/dialogs/docmerge.py @@ -7,7 +7,7 @@ Created: 2020-01-23 [0.4.3] GuiDocMerge Rewritten: 2022-10-06 [2.0rc1] GuiDocMerge This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 0159d566..602b860c 100644 --- a/novelwriter/dialogs/docsplit.py +++ b/novelwriter/dialogs/docsplit.py @@ -7,7 +7,7 @@ Created: 2020-02-01 [0.4.3] GuiDocSplit Rewritten: 2022-10-12 [2.0rc1] GuiDocSplit This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/editlabel.py b/novelwriter/dialogs/editlabel.py index fec8ce56..6eb44fff 100644 --- a/novelwriter/dialogs/editlabel.py +++ b/novelwriter/dialogs/editlabel.py @@ -6,7 +6,7 @@ File History: Created: 2022-06-11 [2.0rc1] GuiEditLabel This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 ad2d5dc1..4509d3b8 100644 --- a/novelwriter/dialogs/preferences.py +++ b/novelwriter/dialogs/preferences.py @@ -6,7 +6,7 @@ File History: Created: 2019-06-10 [0.1.5] GuiPreferences This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 cee07f6b..a6e12163 100644 --- a/novelwriter/dialogs/projdetails.py +++ b/novelwriter/dialogs/projdetails.py @@ -6,7 +6,7 @@ File History: Created: 2021-01-03 [1.1rc1] GuiProjectDetails This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 34af88aa..8a9354a0 100644 --- a/novelwriter/dialogs/projsettings.py +++ b/novelwriter/dialogs/projsettings.py @@ -6,7 +6,7 @@ File History: Created: 2018-09-29 [0.0.1] GuiProjectSettings This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 586bfe9e..db32cc23 100644 --- a/novelwriter/dialogs/quotes.py +++ b/novelwriter/dialogs/quotes.py @@ -6,7 +6,7 @@ File History: Created: 2020-06-18 [0.9.0] GuiQuoteSelect This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 77fb5b68..ef0b0c1f 100644 --- a/novelwriter/dialogs/updates.py +++ b/novelwriter/dialogs/updates.py @@ -6,7 +6,7 @@ File History: Created: 2021-08-21 [1.5b1] GuiUpdates This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 305604f9..d3631e4c 100644 --- a/novelwriter/dialogs/wordlist.py +++ b/novelwriter/dialogs/wordlist.py @@ -6,7 +6,7 @@ File History: Created: 2021-02-12 [1.2rc1] GuiWordList This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 300624e7..f91e6099 100644 --- a/novelwriter/enum.py +++ b/novelwriter/enum.py @@ -6,7 +6,7 @@ File History: Created: 2018-11-02 [0.0.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 8b4eeba6..2501c55a 100644 --- a/novelwriter/error.py +++ b/novelwriter/error.py @@ -6,7 +6,7 @@ File History: Created: 2020-08-02 [0.10.2] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/circularprogress.py b/novelwriter/extensions/circularprogress.py index b53bf6bd..f638d3e0 100644 --- a/novelwriter/extensions/circularprogress.py +++ b/novelwriter/extensions/circularprogress.py @@ -6,7 +6,7 @@ File History: Created: 2023-06-07 [2.1b1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/configlayout.py b/novelwriter/extensions/configlayout.py index 82abaf84..687dc715 100644 --- a/novelwriter/extensions/configlayout.py +++ b/novelwriter/extensions/configlayout.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-03 [0.4.5] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/eventfilters.py b/novelwriter/extensions/eventfilters.py index 9c53354e..922790c3 100644 --- a/novelwriter/extensions/eventfilters.py +++ b/novelwriter/extensions/eventfilters.py @@ -7,7 +7,7 @@ Created: 2023-08-31 [2.1rc1] WheelEventFilter Created: 2023-11-28 [2.2] StatusTipFilter This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/novelselector.py b/novelwriter/extensions/novelselector.py index d903b29c..035ab570 100644 --- a/novelwriter/extensions/novelselector.py +++ b/novelwriter/extensions/novelselector.py @@ -6,7 +6,7 @@ File History: Created: 2022-11-17 [2.0] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/pageddialog.py b/novelwriter/extensions/pageddialog.py index a4170a2a..a620cb74 100644 --- a/novelwriter/extensions/pageddialog.py +++ b/novelwriter/extensions/pageddialog.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-17 [0.5.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/pagedsidebar.py b/novelwriter/extensions/pagedsidebar.py index 927d40d7..0141d90a 100644 --- a/novelwriter/extensions/pagedsidebar.py +++ b/novelwriter/extensions/pagedsidebar.py @@ -8,7 +8,7 @@ Created: 2023-02-21 [2.1b1] NPagedToolButton Created: 2023-02-21 [2.1b1] NPagedToolLabel This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/simpleprogress.py b/novelwriter/extensions/simpleprogress.py index 0a74ae4e..519d0c32 100644 --- a/novelwriter/extensions/simpleprogress.py +++ b/novelwriter/extensions/simpleprogress.py @@ -6,7 +6,7 @@ File History: Created: 2023-06-09 [2.1b1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/statusled.py b/novelwriter/extensions/statusled.py index 8a5ba4e6..c49bc76d 100644 --- a/novelwriter/extensions/statusled.py +++ b/novelwriter/extensions/statusled.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-17 [0.5.1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/switch.py b/novelwriter/extensions/switch.py index 23810706..cb7177ce 100644 --- a/novelwriter/extensions/switch.py +++ b/novelwriter/extensions/switch.py @@ -6,7 +6,7 @@ File History: Created: 2020-05-03 [0.4.5] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/extensions/switchbox.py b/novelwriter/extensions/switchbox.py index 4b81e21d..5a21ddf7 100644 --- a/novelwriter/extensions/switchbox.py +++ b/novelwriter/extensions/switchbox.py @@ -6,7 +6,7 @@ File History: Created: 2023-04-16 [2.1b1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 28e65f7e..7cecb546 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -14,7 +14,7 @@ Created: 2023-11-06 [2.2b1] MetaCompleter Created: 2023-11-07 [2.2b1] GuiDocToolBar This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 ff8a32c1..5dcece0f 100644 --- a/novelwriter/gui/dochighlight.py +++ b/novelwriter/gui/dochighlight.py @@ -7,7 +7,7 @@ Created: 2019-04-06 [0.0.1] GuiDocHighlighter Created: 2023-09-10 [2.2b1] TextBlockData This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 1e3562e3..dc0562d3 100644 --- a/novelwriter/gui/docviewer.py +++ b/novelwriter/gui/docviewer.py @@ -9,7 +9,7 @@ Created: 2020-06-09 [0.8] GuiDocViewFooter Created: 2020-09-08 [1.0b1] GuiDocViewHistory This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/docviewerpanel.py b/novelwriter/gui/docviewerpanel.py index 7837a3fd..5de091a3 100644 --- a/novelwriter/gui/docviewerpanel.py +++ b/novelwriter/gui/docviewerpanel.py @@ -6,7 +6,7 @@ File History: Created: 2023-11-14 [2.2rc1] GuiDocViewerPanel This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/editordocument.py b/novelwriter/gui/editordocument.py index dc51389b..537363b7 100644 --- a/novelwriter/gui/editordocument.py +++ b/novelwriter/gui/editordocument.py @@ -6,7 +6,7 @@ File History: Created: 2023-09-07 [2.2b1] GuiTextDocument This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 da654d4c..c9b5270b 100644 --- a/novelwriter/gui/itemdetails.py +++ b/novelwriter/gui/itemdetails.py @@ -6,7 +6,7 @@ File History: Created: 2019-04-24 [0.0.1] GuiItemDetails This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 3ba6c5ca..189cd72d 100644 --- a/novelwriter/gui/mainmenu.py +++ b/novelwriter/gui/mainmenu.py @@ -6,7 +6,7 @@ File History: Created: 2019-04-27 [0.0.1] GuiMainMenu This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/noveltree.py b/novelwriter/gui/noveltree.py index 588e4897..8398092b 100644 --- a/novelwriter/gui/noveltree.py +++ b/novelwriter/gui/noveltree.py @@ -8,7 +8,7 @@ Created: 2022-06-12 [2.0rc1] GuiNovelView Created: 2022-06-12 [2.0rc1] GuiNovelToolBar This file is a part of novelWriter -Copyright 2018–2020, Veronica Berglyd Olsen +Copyright 2018–2024, 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 0a1a3df8..bc1a6497 100644 --- a/novelwriter/gui/outline.py +++ b/novelwriter/gui/outline.py @@ -10,7 +10,7 @@ Created: 2019-11-16 [0.4.1] GuiOutlineHeaderMenu Created: 2020-06-02 [0.7] GuiOutlineDetails This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 0aabe7db..8c42a107 100644 --- a/novelwriter/gui/projtree.py +++ b/novelwriter/gui/projtree.py @@ -9,7 +9,7 @@ Created: 2022-06-06 [2.0rc1] GuiProjectToolBar Created: 2023-11-22 [2.2rc1] _TreeContextMenu This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/sidebar.py b/novelwriter/gui/sidebar.py index 1026b974..92522542 100644 --- a/novelwriter/gui/sidebar.py +++ b/novelwriter/gui/sidebar.py @@ -6,7 +6,7 @@ File History: Created: 2022-05-10 [2.0rc1] GuiSideBar This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 79ec2de8..fd95be74 100644 --- a/novelwriter/gui/statusbar.py +++ b/novelwriter/gui/statusbar.py @@ -6,7 +6,7 @@ File History: Created: 2019-04-20 [0.0.1] GuiMainStatus This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 c2d8b7b9..65642ea4 100644 --- a/novelwriter/gui/theme.py +++ b/novelwriter/gui/theme.py @@ -7,7 +7,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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 d7a42247..6717351a 100644 --- a/novelwriter/guimain.py +++ b/novelwriter/guimain.py @@ -6,7 +6,7 @@ File History: Created: 2018-09-22 [0.0.1] GuiMain This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/shared.py b/novelwriter/shared.py index df8ca498..5beb57d4 100644 --- a/novelwriter/shared.py +++ b/novelwriter/shared.py @@ -7,7 +7,7 @@ Created: 2023-08-10 [2.1rc1] SharedData Created: 2023-08-14 [2.1rc1] _GuiAlert This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/dictionaries.py b/novelwriter/tools/dictionaries.py index cd53ad3c..23e29bcf 100644 --- a/novelwriter/tools/dictionaries.py +++ b/novelwriter/tools/dictionaries.py @@ -6,7 +6,7 @@ File History: Created: 2023-11-19 [2.2rc1] GuiDictionaries This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/lipsum.py b/novelwriter/tools/lipsum.py index f6eee457..617c81ca 100644 --- a/novelwriter/tools/lipsum.py +++ b/novelwriter/tools/lipsum.py @@ -6,7 +6,7 @@ File History: Created: 2022-04-02 [2.0rc1] GuiLipsum This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/manusbuild.py b/novelwriter/tools/manusbuild.py index 82480b77..9f4a1039 100644 --- a/novelwriter/tools/manusbuild.py +++ b/novelwriter/tools/manusbuild.py @@ -6,7 +6,7 @@ File History: Created: 2023-05-24 [2.1b1] GuiManuscriptBuild This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/manuscript.py b/novelwriter/tools/manuscript.py index d68a74e7..c74c7750 100644 --- a/novelwriter/tools/manuscript.py +++ b/novelwriter/tools/manuscript.py @@ -6,7 +6,7 @@ File History: Created: 2023-05-13 [2.1b1] GuiManuscript This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/manussettings.py b/novelwriter/tools/manussettings.py index e0525144..fb0324d1 100644 --- a/novelwriter/tools/manussettings.py +++ b/novelwriter/tools/manussettings.py @@ -6,7 +6,7 @@ File History: Created: 2023-02-13 [2.1b1] GuiBuildSettings This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/welcome.py b/novelwriter/tools/welcome.py index 0d9c38f1..d136cec6 100644 --- a/novelwriter/tools/welcome.py +++ b/novelwriter/tools/welcome.py @@ -6,7 +6,7 @@ File History: Created: 2023-12-14 [2.3b1] GuiWelcome This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 1e6cb416..4b8ea00e 100644 --- a/novelwriter/tools/writingstats.py +++ b/novelwriter/tools/writingstats.py @@ -6,7 +6,7 @@ File History: Created: 2019-10-20 [0.3.0] GuiWritingStats This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/pkgutils.py b/pkgutils.py index 99f77521..2b821e1a 100755 --- a/pkgutils.py +++ b/pkgutils.py @@ -8,7 +8,7 @@ Created: 2019-05-16 [0.5.1] Renamed: 2023-07-26 [2.1b1] This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/debian/copyright b/setup/debian/copyright index 3a3caa26..4a5f0ca0 100644 --- a/setup/debian/copyright +++ b/setup/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Veronica Berglyd Olsen Source: https://github.com/vkbo/novelWriter Files: * -Copyright: 2018-2023, Veronica Berglyd Olsen +Copyright: 2018-2024, Veronica Berglyd Olsen License: GPL-3.0-or-later 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/iss_license.txt b/setup/iss_license.txt index 6b47354a..bda92988 100644 --- a/setup/iss_license.txt +++ b/setup/iss_license.txt @@ -1,6 +1,6 @@ novelWriter License -Copyright (C) 2018-2023 Veronica Berglyd Olsen +Copyright (C) 2018-2024 Veronica Berglyd Olsen License: GPL v3+ This program is free software: you can redistribute it and/or modify diff --git a/tests/conftest.py b/tests/conftest.py index 4a87c3c1..f985abbe 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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/mocked.py b/tests/mocked.py index 0c1d215c..5c933d28 100644 --- a/tests/mocked.py +++ b/tests/mocked.py @@ -3,7 +3,7 @@ novelWriter – Test Suite Mocked Classes ======================================= This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 785944d6..0a475c19 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 037f820b..bac60eb5 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 b8afa2a0..83440cd6 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 c30ec7d3..113286a8 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_shared.py b/tests/test_base/test_base_shared.py index 8b67844e..2aed97c0 100644 --- a/tests/test_base/test_base_shared.py +++ b/tests/test_base/test_base_shared.py @@ -3,7 +3,7 @@ novelWriter – SharedData Class Tester ===================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_buildsettings.py b/tests/test_core/test_core_buildsettings.py index 3486fb85..78f09600 100644 --- a/tests/test_core/test_core_buildsettings.py +++ b/tests/test_core/test_core_buildsettings.py @@ -3,7 +3,7 @@ novelWriter – Manuscript Build Settings Tester ============================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_coretools.py b/tests/test_core/test_core_coretools.py index d65a337e..9625a17a 100644 --- a/tests/test_core/test_core_coretools.py +++ b/tests/test_core/test_core_coretools.py @@ -3,7 +3,7 @@ novelWriter – Project Document Tools Tester =========================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_docbuild.py b/tests/test_core/test_core_docbuild.py index 854a0edd..8890e2a8 100644 --- a/tests/test_core/test_core_docbuild.py +++ b/tests/test_core/test_core_docbuild.py @@ -3,7 +3,7 @@ novelWriter – Manuscript Builder Class Tests ============================================ This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 1cf88732..78d46fa7 100644 --- a/tests/test_core/test_core_document.py +++ b/tests/test_core/test_core_document.py @@ -3,7 +3,7 @@ novelWriter – NWDocument Class Tester ===================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 072a83a8..920c4553 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 5f4b8512..63fc4410 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 60c826ca..7458c746 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 f86ec15a..538e179b 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_projectxml.py b/tests/test_core/test_core_projectxml.py index b16d60da..06dad380 100644 --- a/tests/test_core/test_core_projectxml.py +++ b/tests/test_core/test_core_projectxml.py @@ -3,7 +3,7 @@ novelWriter – ProjectXMLReader/Writer Class Tester ================================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_sessions.py b/tests/test_core/test_core_sessions.py index efbbad10..2ba49959 100644 --- a/tests/test_core/test_core_sessions.py +++ b/tests/test_core/test_core_sessions.py @@ -3,7 +3,7 @@ novelWriter – NWSessionLog Class Tester ======================================= This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 6645f6c1..401df109 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 31820389..424f65b7 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_storage.py b/tests/test_core/test_core_storage.py index e2b877db..2511dba4 100644 --- a/tests/test_core/test_core_storage.py +++ b/tests/test_core/test_core_storage.py @@ -3,7 +3,7 @@ novelWriter – NWStorage Class Tester ==================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 820eac41..3d36de3b 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 deab422b..96cee394 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 b18676ea..c310445b 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 a81e8e3a..871fe13e 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 0b36897b..4bad7f8b 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 2587a8d5..aaf94942 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 239a45c5..0aa43e39 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 92825356..090c2319 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 adf186da..678ded20 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 31d29c2c..a56f4978 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 c8617c72..3d68f9d7 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 1af844d7..37556245 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 4c4ec9fa..6af38902 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_ext/test_ext_eventfilters.py b/tests/test_ext/test_ext_eventfilters.py index 844d4403..68a56bab 100644 --- a/tests/test_ext/test_ext_eventfilters.py +++ b/tests/test_ext/test_ext_eventfilters.py @@ -3,7 +3,7 @@ novelWriter – Wheel Event Filter Tester ======================================= This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 dc99614e..53989141 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 79c8dedb..761e3e56 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_docviewerpanel.py b/tests/test_gui/test_gui_docviewerpanel.py index 5c3370de..764bc3b6 100644 --- a/tests/test_gui/test_gui_docviewerpanel.py +++ b/tests/test_gui/test_gui_docviewerpanel.py @@ -3,7 +3,7 @@ novelWriter – Main GUI Viewer Panel Class Tester ================================================ This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 37492050..38cb7ef2 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_i18n.py b/tests/test_gui/test_gui_i18n.py index 210dc710..37d2fc20 100644 --- a/tests/test_gui/test_gui_i18n.py +++ b/tests/test_gui/test_gui_i18n.py @@ -3,7 +3,7 @@ novelWriter – Main GUI i18n Tests ================================= This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 7d2ef53c..df766db9 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 f968dbb3..25dfbf61 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 8e0f72ce..f428e81d 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 679f4826..ddede762 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 e500dfd9..89dd50c6 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 0e0bd14c..08defddc 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_dictionaries.py b/tests/test_tools/test_tools_dictionaries.py index 02cc5dc0..1e2b0f4e 100644 --- a/tests/test_tools/test_tools_dictionaries.py +++ b/tests/test_tools/test_tools_dictionaries.py @@ -3,7 +3,7 @@ novelWriter – Dictionary Downloader Tester ========================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_lipsum.py b/tests/test_tools/test_tools_lipsum.py index f5199c6e..2930ed9f 100644 --- a/tests/test_tools/test_tools_lipsum.py +++ b/tests/test_tools/test_tools_lipsum.py @@ -3,7 +3,7 @@ novelWriter – Lorem Ipsum Tool Tester ===================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_manusbuild.py b/tests/test_tools/test_tools_manusbuild.py index d29f3145..4ff2c7bd 100644 --- a/tests/test_tools/test_tools_manusbuild.py +++ b/tests/test_tools/test_tools_manusbuild.py @@ -3,7 +3,7 @@ novelWriter – Manuscript Build Dialog Tester ============================================ This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_manuscript.py b/tests/test_tools/test_tools_manuscript.py index d25abf92..ed9eb756 100644 --- a/tests/test_tools/test_tools_manuscript.py +++ b/tests/test_tools/test_tools_manuscript.py @@ -3,7 +3,7 @@ novelWriter – Manuscript Tool Tester ==================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_manussettings.py b/tests/test_tools/test_tools_manussettings.py index a752c966..de3a68a0 100644 --- a/tests/test_tools/test_tools_manussettings.py +++ b/tests/test_tools/test_tools_manussettings.py @@ -3,7 +3,7 @@ novelWriter – Manuscript Build Settings Dialog Tester ===================================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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_welcome.py b/tests/test_tools/test_tools_welcome.py index 518a7104..60518786 100644 --- a/tests/test_tools/test_tools_welcome.py +++ b/tests/test_tools/test_tools_welcome.py @@ -3,7 +3,7 @@ novelWriter – Welcome Window Tester =================================== This file is a part of novelWriter -Copyright 2018–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 b5868f6e..1f8afabc 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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 7a397386..6bc21966 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–2023, Veronica Berglyd Olsen +Copyright 2018–2024, 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