diff --git a/nw/__init__.py b/nw/__init__.py index b43c064a..95f15281 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -9,7 +9,7 @@ Created: 2018-09-22 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/common.py b/nw/common.py index 04a39bf5..12f140ef 100644 --- a/nw/common.py +++ b/nw/common.py @@ -9,7 +9,7 @@ Created: 2019-05-12 [0.1.0] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/config.py b/nw/config.py index 9cb62e28..93141fa5 100644 --- a/nw/config.py +++ b/nw/config.py @@ -9,7 +9,7 @@ Created: 2018-09-22 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/constants/constants.py b/nw/constants/constants.py index 8e2a7d66..358b860e 100644 --- a/nw/constants/constants.py +++ b/nw/constants/constants.py @@ -9,7 +9,7 @@ Created: 2019-04-28 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/constants/enum.py b/nw/constants/enum.py index d7c3bde2..e1bcfb46 100644 --- a/nw/constants/enum.py +++ b/nw/constants/enum.py @@ -9,7 +9,7 @@ Created: 2018-11-02 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/constants/iso.py b/nw/constants/iso.py index b4985857..c3b663a2 100644 --- a/nw/constants/iso.py +++ b/nw/constants/iso.py @@ -9,7 +9,7 @@ Created: 2019-11-05 [0.4.0] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/document.py b/nw/core/document.py index 45df4cc1..4c0a5542 100644 --- a/nw/core/document.py +++ b/nw/core/document.py @@ -9,7 +9,7 @@ Created: 2018-09-29 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/index.py b/nw/core/index.py index 29126bed..84c02a1f 100644 --- a/nw/core/index.py +++ b/nw/core/index.py @@ -9,7 +9,7 @@ Created: 2019-05-27 [0.1.4] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/item.py b/nw/core/item.py index 6e8048f1..702287dd 100644 --- a/nw/core/item.py +++ b/nw/core/item.py @@ -9,7 +9,7 @@ Created: 2018-10-27 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/options.py b/nw/core/options.py index 314a75c6..7ffa2cdb 100644 --- a/nw/core/options.py +++ b/nw/core/options.py @@ -10,7 +10,7 @@ Rewritten: 2020-02-19 [0.4.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/project.py b/nw/core/project.py index 442e76c7..6ac212a1 100644 --- a/nw/core/project.py +++ b/nw/core/project.py @@ -9,7 +9,7 @@ Created: 2018-09-29 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/spellcheck.py b/nw/core/spellcheck.py index a3a51db6..9c3a581c 100644 --- a/nw/core/spellcheck.py +++ b/nw/core/spellcheck.py @@ -9,7 +9,7 @@ Created: 2019-06-11 [0.1.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/status.py b/nw/core/status.py index c495e93c..a2e5b92a 100644 --- a/nw/core/status.py +++ b/nw/core/status.py @@ -9,7 +9,7 @@ Created: 2019-05-19 [0.1.3] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/tohtml.py b/nw/core/tohtml.py index 7190bb9e..3e98fc1f 100644 --- a/nw/core/tohtml.py +++ b/nw/core/tohtml.py @@ -9,7 +9,7 @@ Created: 2019-05-07 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/tokenizer.py b/nw/core/tokenizer.py index f1c6a988..8a14f0eb 100644 --- a/nw/core/tokenizer.py +++ b/nw/core/tokenizer.py @@ -9,7 +9,7 @@ Created: 2019-05-05 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/tools.py b/nw/core/tools.py index ff1976e9..c5ef9eed 100644 --- a/nw/core/tools.py +++ b/nw/core/tools.py @@ -11,7 +11,7 @@ Merged: 2020-05-08 [0.4.5] All of the above into this file This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/core/tree.py b/nw/core/tree.py index 820d12d8..c7939c3b 100644 --- a/nw/core/tree.py +++ b/nw/core/tree.py @@ -9,7 +9,7 @@ Created: 2020-05-07 [0.4.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/error.py b/nw/error.py index 00abc818..fee8fab6 100644 --- a/nw/error.py +++ b/nw/error.py @@ -9,7 +9,7 @@ Created: 2020-08-02 [0.10.2] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/__init__.py b/nw/gui/__init__.py index cc2933e7..8d413f61 100644 --- a/nw/gui/__init__.py +++ b/nw/gui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from nw.gui.about import GuiAbout -from nw.gui.build import GuiBuildNovel +from nw.gui.buildnovel import GuiBuildNovel from nw.gui.doceditor import GuiDocEditor from nw.gui.docmerge import GuiDocMerge from nw.gui.docsplit import GuiDocSplit diff --git a/nw/gui/about.py b/nw/gui/about.py index 4c1e5539..64730c25 100644 --- a/nw/gui/about.py +++ b/nw/gui/about.py @@ -9,7 +9,7 @@ Created: 2020-05-21 [0.5.2] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/build.py b/nw/gui/buildnovel.py similarity index 99% rename from nw/gui/build.py rename to nw/gui/buildnovel.py index 6c9f5f0e..5c6af5fc 100644 --- a/nw/gui/build.py +++ b/nw/gui/buildnovel.py @@ -9,7 +9,7 @@ Created: 2020-05-09 [0.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/custom.py b/nw/gui/custom.py index 051fa1f3..ea557b51 100644 --- a/nw/gui/custom.py +++ b/nw/gui/custom.py @@ -11,7 +11,7 @@ Created: 2020-05-17 [0.5.1] PagedDialog This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/doceditor.py b/nw/gui/doceditor.py index ed36cfdf..ecc51a1c 100644 --- a/nw/gui/doceditor.py +++ b/nw/gui/doceditor.py @@ -14,7 +14,7 @@ Created: 2020-06-27 [0.10.0] GuiDocEditFooter This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/dochighlight.py b/nw/gui/dochighlight.py index a374c9a6..786fa859 100644 --- a/nw/gui/dochighlight.py +++ b/nw/gui/dochighlight.py @@ -9,7 +9,7 @@ Created: 2019-04-06 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/docmerge.py b/nw/gui/docmerge.py index 95c4b9de..09b18b4b 100644 --- a/nw/gui/docmerge.py +++ b/nw/gui/docmerge.py @@ -9,7 +9,7 @@ Created: 2020-01-23 [0.4.3] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/docsplit.py b/nw/gui/docsplit.py index 6a7ef7b3..c7fc5300 100644 --- a/nw/gui/docsplit.py +++ b/nw/gui/docsplit.py @@ -9,7 +9,7 @@ Created: 2020-02-01 [0.4.3] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/docviewer.py b/nw/gui/docviewer.py index 09f83719..da8a7458 100644 --- a/nw/gui/docviewer.py +++ b/nw/gui/docviewer.py @@ -13,7 +13,7 @@ Created: 2020-09-08 [1.0b1] GuiDocViewHistory This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/itemdetails.py b/nw/gui/itemdetails.py index f1788f06..d5a98254 100644 --- a/nw/gui/itemdetails.py +++ b/nw/gui/itemdetails.py @@ -9,7 +9,7 @@ Created: 2019-04-24 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/itemeditor.py b/nw/gui/itemeditor.py index d2a0c741..42eef5eb 100644 --- a/nw/gui/itemeditor.py +++ b/nw/gui/itemeditor.py @@ -9,7 +9,7 @@ Created: 2019-04-27 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/mainmenu.py b/nw/gui/mainmenu.py index f59807d3..214446a9 100644 --- a/nw/gui/mainmenu.py +++ b/nw/gui/mainmenu.py @@ -9,7 +9,7 @@ Created: 2019-04-27 [0.0.1] (Split from winmain) This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/outline.py b/nw/gui/outline.py index a359b06c..62335934 100644 --- a/nw/gui/outline.py +++ b/nw/gui/outline.py @@ -9,7 +9,7 @@ Created: 2019-11-16 [0.4.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/outlinedetails.py b/nw/gui/outlinedetails.py index 6360a321..95a6de1b 100644 --- a/nw/gui/outlinedetails.py +++ b/nw/gui/outlinedetails.py @@ -9,7 +9,7 @@ Created: 2020-06-02 [0.7.0] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/preferences.py b/nw/gui/preferences.py index 6b9af4b3..b2e175f5 100644 --- a/nw/gui/preferences.py +++ b/nw/gui/preferences.py @@ -9,7 +9,7 @@ Created: 2019-06-10 [0.1.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/projload.py b/nw/gui/projload.py index 29cafe10..65dac1d4 100644 --- a/nw/gui/projload.py +++ b/nw/gui/projload.py @@ -9,7 +9,7 @@ Created: 2020-02-26 [0.4.5] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/projsettings.py b/nw/gui/projsettings.py index f3ea6a7e..48a73ab3 100644 --- a/nw/gui/projsettings.py +++ b/nw/gui/projsettings.py @@ -9,7 +9,7 @@ Created: 2018-09-29 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/projtree.py b/nw/gui/projtree.py index db1aa626..2f7833a5 100644 --- a/nw/gui/projtree.py +++ b/nw/gui/projtree.py @@ -10,7 +10,7 @@ Created: 2020-06-04 [0.7.0] GuiProjectTreeMenu This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/projwizard.py b/nw/gui/projwizard.py index 22a0ef77..ec74a184 100644 --- a/nw/gui/projwizard.py +++ b/nw/gui/projwizard.py @@ -9,7 +9,7 @@ Created: 2020-07-11 [0.10.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/statusbar.py b/nw/gui/statusbar.py index ab5fe23a..61cf0409 100644 --- a/nw/gui/statusbar.py +++ b/nw/gui/statusbar.py @@ -9,7 +9,7 @@ Created: 2019-04-20 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/theme.py b/nw/gui/theme.py index 78f791db..1173c711 100644 --- a/nw/gui/theme.py +++ b/nw/gui/theme.py @@ -10,7 +10,7 @@ Created: 2019-11-08 [0.4.0] GuiIcons This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/gui/writingstats.py b/nw/gui/writingstats.py index ad4f8879..e3419a3e 100644 --- a/nw/gui/writingstats.py +++ b/nw/gui/writingstats.py @@ -9,7 +9,7 @@ Created: 2019-10-20 [0.3] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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/nw/guimain.py b/nw/guimain.py index be0a1c81..3d7f2d0b 100644 --- a/nw/guimain.py +++ b/nw/guimain.py @@ -9,7 +9,7 @@ Created: 2018-09-22 [0.0.1] This file is a part of novelWriter - Copyright 2020, Veronica Berglyd Olsen + Copyright 2018–2020, 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