From 9f2cc54b48a470ecb801093bc68e43e05012a9c1 Mon Sep 17 00:00:00 2001
From: Robin Dunn
wxPython is brought to you by Robin Dunn and
-Total Control Software, Copyright (c) 1997-2018.
Please see license.txt for licensing information.
diff --git a/demo/AboutBox.py b/demo/AboutBox.py
index 75833c77..ecbaae22 100644
--- a/demo/AboutBox.py
+++ b/demo/AboutBox.py
@@ -20,7 +20,7 @@ class TestPanel(wx.Panel):
info = wx.adv.AboutDialogInfo()
info.Name = "Hello World"
info.Version = "1.2.3"
- info.Copyright = "(c) 2013-2018 Programmers and Coders Everywhere"
+ info.Copyright = "(c) 2013-2020 Programmers and Coders Everywhere"
info.Description = wordwrap(
"A \"hello world\" program is a software program that prints out "
"\"Hello world!\" on a display device. It is used in many introductory "
diff --git a/demo/DialogUnits.py b/demo/DialogUnits.py
index dda6dee5..c2b376af 100644
--- a/demo/DialogUnits.py
+++ b/demo/DialogUnits.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn
#
# Created: A long time ago, in a galaxy far, far away...
-# Copyright: (c) 1998-2018 by Total Control Software
+# Copyright: (c) 1998-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/EventManager.py b/demo/EventManager.py
index 341d48c1..bf3e15b6 100644
--- a/demo/EventManager.py
+++ b/demo/EventManager.py
@@ -7,7 +7,7 @@
# Author: Robb Shecter (robb@acm.org)
#
# Created: 16-December-2002
-# Copyright: (c) 2002-2018 by Robb Shecter (robb@acm.org) and
+# Copyright: (c) 2002-2020 by Robb Shecter (robb@acm.org) and
# Total Control Software
# Licence: wxWindows license
#---------------------------------------------------------------------------
diff --git a/demo/ListCtrl.py b/demo/ListCtrl.py
index dad208f7..f2983d49 100644
--- a/demo/ListCtrl.py
+++ b/demo/ListCtrl.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn & Gary Dumer
#
# Created:
-# Copyright: (c) 1998-2018 by Total Control Software
+# Copyright: (c) 1998-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/Main.py b/demo/Main.py
index 73786066..d57ec6c1 100644
--- a/demo/Main.py
+++ b/demo/Main.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: A long time ago, in a galaxy far, far away...
-# Copyright: (c) 1999-2018 by Total Control Software
+# Copyright: (c) 1999-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, py3-port
#----------------------------------------------------------------------------
diff --git a/demo/data/stc.h.html b/demo/data/stc.h.html
index c93784de..da532eb3 100644
--- a/demo/data/stc.h.html
+++ b/demo/data/stc.h.html
@@ -21,7 +21,7 @@
//
// Created: 13-Jan-2000
// RCS-ID: $Id$
-// Copyright: (c) 2000-2018 by Total Control Software
+// Copyright: (c) 2000-2020 by Total Control Software
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
diff --git a/demo/run.py b/demo/run.py
index 027b4f49..a3d88d31 100755
--- a/demo/run.py
+++ b/demo/run.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn
#
# Created: 6-March-2000
-# Copyright: (c) 2000-2018 by Total Control Software
+# Copyright: (c) 2000-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/docker/tasks.py b/docker/tasks.py
index 66088dd5..57bdcd95 100644
--- a/docker/tasks.py
+++ b/docker/tasks.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn
#
# Created: 1-July-2019
-# Copyright: (c) 2019 by Total Control Software
+# Copyright: (c) 2019-2020 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
diff --git a/etg/_adv.py b/etg/_adv.py
index 7fd3e1e3..4bfd7199 100644
--- a/etg/_adv.py
+++ b/etg/_adv.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_aui.py b/etg/_aui.py
index e9702b79..55f61e0a 100644
--- a/etg/_aui.py
+++ b/etg/_aui.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Oct-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_core.py b/etg/_core.py
index a2b72f98..f8e401cc 100644
--- a/etg/_core.py
+++ b/etg/_core.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 8-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_dataview.py b/etg/_dataview.py
index f41e5c0e..9f1fef9a 100644
--- a/etg/_dataview.py
+++ b/etg/_dataview.py
@@ -5,7 +5,7 @@
#
# Created: 12-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_glcanvas.py b/etg/_glcanvas.py
index 07fc9c9c..457c681f 100644
--- a/etg/_glcanvas.py
+++ b/etg/_glcanvas.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_grid.py b/etg/_grid.py
index db4abdb4..b7fed545 100644
--- a/etg/_grid.py
+++ b/etg/_grid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_html.py b/etg/_html.py
index ad37ae20..c54d1635 100644
--- a/etg/_html.py
+++ b/etg/_html.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_html2.py b/etg/_html2.py
index 7bf49299..0a356303 100644
--- a/etg/_html2.py
+++ b/etg/_html2.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_media.py b/etg/_media.py
index 9d1ae81b..dd004844 100644
--- a/etg/_media.py
+++ b/etg/_media.py
@@ -3,7 +3,7 @@
# Author: Dietmar Schwertberger
#
# Created: 13-Nov-2015
-# Copyright: (c) 2015-2018 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_msw.py b/etg/_msw.py
index efe6799d..b7cb27b6 100644
--- a/etg/_msw.py
+++ b/etg/_msw.py
@@ -3,7 +3,7 @@
# Author: Dietmar Schwertberger
#
# Created: 13-Nov-2015
-# Copyright: (c) 2015-2018 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etg/_propgrid.py b/etg/_propgrid.py
index 7262f4e7..e7fc79a7 100644
--- a/etg/_propgrid.py
+++ b/etg/_propgrid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2018 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_ribbon.py b/etg/_ribbon.py
index cc3e4f7d..071dcbf8 100644
--- a/etg/_ribbon.py
+++ b/etg/_ribbon.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_richtext.py b/etg/_richtext.py
index 7b308d27..eb02cb72 100644
--- a/etg/_richtext.py
+++ b/etg/_richtext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_stc.py b/etg/_stc.py
index 2d6c42c9..d6a341a2 100644
--- a/etg/_stc.py
+++ b/etg/_stc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 24-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_webkit.py b/etg/_webkit.py
index ef01a3f1..95e9e8a5 100644
--- a/etg/_webkit.py
+++ b/etg/_webkit.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Aug-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_xml.py b/etg/_xml.py
index 57a09296..0b256a9a 100644
--- a/etg/_xml.py
+++ b/etg/_xml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_xrc.py b/etg/_xrc.py
index aac5ea5c..fb957707 100644
--- a/etg/_xrc.py
+++ b/etg/_xrc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/aboutdlg.py b/etg/aboutdlg.py
index 19875f9f..8ff082e3 100644
--- a/etg/aboutdlg.py
+++ b/etg/aboutdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Mar-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/accel.py b/etg/accel.py
index df443d76..ccb1e6fc 100644
--- a/etg/accel.py
+++ b/etg/accel.py
@@ -5,7 +5,7 @@
#
# Created: 06-Sept-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2013-2017 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -56,7 +56,7 @@ def run():
c.addCppCtor(
briefDoc="""\
Constructs an AcceleratorTable from a sequence of items
- where each item is either a wx.AcceleratorEntry or a
+ where each item is either a wx.AcceleratorEntry or a
corresponding 3-element tuple like (modifiers, keyCode, cmd).
""",
argsString='(PyObject* entries)',
diff --git a/etg/access.py b/etg/access.py
index 4147ad66..9b84ceb0 100644
--- a/etg/access.py
+++ b/etg/access.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 08-Oct-2018
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2018-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/activityindicator.py b/etg/activityindicator.py
index 5152a449..19b78e6f 100644
--- a/etg/activityindicator.py
+++ b/etg/activityindicator.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2019
-# Copyright: (c) 2019 by Total Control Software
+# Copyright: (c) 2019-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/affinematrix2d.py b/etg/affinematrix2d.py
index e08ed128..b9fe06b1 100644
--- a/etg/affinematrix2d.py
+++ b/etg/affinematrix2d.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 04-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/animate.py b/etg/animate.py
index 141dd6b0..7bbcd2b1 100644
--- a/etg/animate.py
+++ b/etg/animate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/anybutton.py b/etg/anybutton.py
index 2396c51e..785fcfb3 100644
--- a/etg/anybutton.py
+++ b/etg/anybutton.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/app.py b/etg/app.py
index f5f0a8fa..85a2254e 100644
--- a/etg/app.py
+++ b/etg/app.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/apptrait.py b/etg/apptrait.py
index 33e18a71..e1beddfe 100644
--- a/etg/apptrait.py
+++ b/etg/apptrait.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/artprov.py b/etg/artprov.py
index 6e19aabe..83bc378b 100644
--- a/etg/artprov.py
+++ b/etg/artprov.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auibar.py b/etg/auibar.py
index 408bef91..ceee5101 100644
--- a/etg/auibar.py
+++ b/etg/auibar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auibook.py b/etg/auibook.py
index f9e8e1e3..bded3462 100644
--- a/etg/auibook.py
+++ b/etg/auibook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auidockart.py b/etg/auidockart.py
index ace5fbab..d39a6189 100644
--- a/etg/auidockart.py
+++ b/etg/auidockart.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auiframemanager.py b/etg/auiframemanager.py
index 1e1040ba..fc8dffb2 100644
--- a/etg/auiframemanager.py
+++ b/etg/auiframemanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Oct-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auitabmdi.py b/etg/auitabmdi.py
index f130119c..f5d8959c 100644
--- a/etg/auitabmdi.py
+++ b/etg/auitabmdi.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/axbase.py b/etg/axbase.py
index 53dfdedb..037ebfa9 100644
--- a/etg/axbase.py
+++ b/etg/axbase.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bannerwindow.py b/etg/bannerwindow.py
index c892f747..466323b4 100644
--- a/etg/bannerwindow.py
+++ b/etg/bannerwindow.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bitmap.py b/etg/bitmap.py
index 8936466c..bbaf3578 100644
--- a/etg/bitmap.py
+++ b/etg/bitmap.py
@@ -5,7 +5,7 @@
#
# Created: 25-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bmpbuttn.py b/etg/bmpbuttn.py
index 16c3e17e..f7e159ca 100644
--- a/etg/bmpbuttn.py
+++ b/etg/bmpbuttn.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bmpcbox.py b/etg/bmpcbox.py
index 9e2efa1c..64394cf0 100644
--- a/etg/bmpcbox.py
+++ b/etg/bmpcbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 05-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bookctrl.py b/etg/bookctrl.py
index 5948e2c9..de5de82f 100644
--- a/etg/bookctrl.py
+++ b/etg/bookctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/brush.py b/etg/brush.py
index 2bb5d724..ab86a1b9 100644
--- a/etg/brush.py
+++ b/etg/brush.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/busyinfo.py b/etg/busyinfo.py
index 65e74889..6756bcbc 100644
--- a/etg/busyinfo.py
+++ b/etg/busyinfo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/button.py b/etg/button.py
index 0bcbf6bf..99c4966c 100644
--- a/etg/button.py
+++ b/etg/button.py
@@ -4,7 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/calctrl.py b/etg/calctrl.py
index 13921f2b..567273da 100644
--- a/etg/calctrl.py
+++ b/etg/calctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/caret.py b/etg/caret.py
index 878dac82..073627b3 100644
--- a/etg/caret.py
+++ b/etg/caret.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 17-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/checkbox.py b/etg/checkbox.py
index b2d508d1..ea861c68 100644
--- a/etg/checkbox.py
+++ b/etg/checkbox.py
@@ -4,7 +4,7 @@
#
# Created: 6-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/checklst.py b/etg/checklst.py
index 222c62bf..99e14279 100644
--- a/etg/checklst.py
+++ b/etg/checklst.py
@@ -5,7 +5,7 @@
#
# Created: 06-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choicdlg.py b/etg/choicdlg.py
index 4c45deca..d79c14c6 100644
--- a/etg/choicdlg.py
+++ b/etg/choicdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choice.py b/etg/choice.py
index a2231b68..5164f55e 100644
--- a/etg/choice.py
+++ b/etg/choice.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choicebk.py b/etg/choicebk.py
index e908a938..108629aa 100644
--- a/etg/choicebk.py
+++ b/etg/choicebk.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/clipbrd.py b/etg/clipbrd.py
index 932edf8a..bcc7e1ab 100644
--- a/etg/clipbrd.py
+++ b/etg/clipbrd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/clntdatactnr.py b/etg/clntdatactnr.py
index 3443ad85..69364a7b 100644
--- a/etg/clntdatactnr.py
+++ b/etg/clntdatactnr.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cmdproc.py b/etg/cmdproc.py
index 28c7d036..8bb7a81a 100644
--- a/etg/cmdproc.py
+++ b/etg/cmdproc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jul-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cmndata.py b/etg/cmndata.py
index 9ee4e6d8..6fb86c01 100644
--- a/etg/cmndata.py
+++ b/etg/cmndata.py
@@ -4,7 +4,7 @@
# Robin Dunn
#
# Created: 15-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/collheaderctrl.py b/etg/collheaderctrl.py
index ef5e9580..ff01e8e3 100644
--- a/etg/collheaderctrl.py
+++ b/etg/collheaderctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2019
-# Copyright: (c) 2019 by Total Control Software
+# Copyright: (c) 2019-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/collpane.py b/etg/collpane.py
index 15aac2c4..83247b31 100644
--- a/etg/collpane.py
+++ b/etg/collpane.py
@@ -4,7 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/colordlg.py b/etg/colordlg.py
index 27fd9042..ca2d9f5c 100644
--- a/etg/colordlg.py
+++ b/etg/colordlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/colour.py b/etg/colour.py
index 98e2996f..f84369ab 100644
--- a/etg/colour.py
+++ b/etg/colour.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/combo.py b/etg/combo.py
index 32f1a9c4..f3326bfb 100644
--- a/etg/combo.py
+++ b/etg/combo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/combobox.py b/etg/combobox.py
index d78cc3bd..97be1064 100644
--- a/etg/combobox.py
+++ b/etg/combobox.py
@@ -5,7 +5,7 @@
#
# Created: 09-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/commandlinkbutton.py b/etg/commandlinkbutton.py
index a027194a..d323bb00 100644
--- a/etg/commandlinkbutton.py
+++ b/etg/commandlinkbutton.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/config.py b/etg/config.py
index 30e41c64..6a012223 100644
--- a/etg/config.py
+++ b/etg/config.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/control.py b/etg/control.py
index 2063a963..6008f278 100644
--- a/etg/control.py
+++ b/etg/control.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cshelp.py b/etg/cshelp.py
index b3d6030d..017adc2e 100644
--- a/etg/cshelp.py
+++ b/etg/cshelp.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ctrlsub.py b/etg/ctrlsub.py
index ca556b83..74aef8e2 100644
--- a/etg/ctrlsub.py
+++ b/etg/ctrlsub.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cursor.py b/etg/cursor.py
index f705c67a..d2feba64 100644
--- a/etg/cursor.py
+++ b/etg/cursor.py
@@ -5,7 +5,7 @@
#
# Created: 06-Sept-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dataobj.py b/etg/dataobj.py
index 24f13e72..50b05f91 100644
--- a/etg/dataobj.py
+++ b/etg/dataobj.py
@@ -4,7 +4,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dataview.py b/etg/dataview.py
index dba6a5ad..f6b828b2 100644
--- a/etg/dataview.py
+++ b/etg/dataview.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/datectrl.py b/etg/datectrl.py
index 4866c701..7fb97f96 100644
--- a/etg/datectrl.py
+++ b/etg/datectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dateevt.py b/etg/dateevt.py
index 64628085..a623ad34 100644
--- a/etg/dateevt.py
+++ b/etg/dateevt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dc.py b/etg/dc.py
index cc28b5c2..285f4621 100644
--- a/etg/dc.py
+++ b/etg/dc.py
@@ -5,7 +5,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcbuffer.py b/etg/dcbuffer.py
index f4ad409c..74e3f737 100644
--- a/etg/dcbuffer.py
+++ b/etg/dcbuffer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcclient.py b/etg/dcclient.py
index fcdd618d..43bde342 100644
--- a/etg/dcclient.py
+++ b/etg/dcclient.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcgraph.py b/etg/dcgraph.py
index 436b9b98..8a3417a1 100644
--- a/etg/dcgraph.py
+++ b/etg/dcgraph.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcmemory.py b/etg/dcmemory.py
index dca8ac93..591791f0 100644
--- a/etg/dcmemory.py
+++ b/etg/dcmemory.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcmirror.py b/etg/dcmirror.py
index 4453400a..2518ce3e 100644
--- a/etg/dcmirror.py
+++ b/etg/dcmirror.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcprint.py b/etg/dcprint.py
index 3bd86aaa..74802885 100644
--- a/etg/dcprint.py
+++ b/etg/dcprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcps.py b/etg/dcps.py
index f4a2b6f2..717fab2d 100644
--- a/etg/dcps.py
+++ b/etg/dcps.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcscreen.py b/etg/dcscreen.py
index 7cb46080..a19936dc 100644
--- a/etg/dcscreen.py
+++ b/etg/dcscreen.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcsvg.py b/etg/dcsvg.py
index 11446c30..908dc57b 100644
--- a/etg/dcsvg.py
+++ b/etg/dcsvg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/debug.py b/etg/debug.py
index 31fc28fd..94645ecb 100644
--- a/etg/debug.py
+++ b/etg/debug.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Dec-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/defs.py b/etg/defs.py
index 073d6453..e8bf9ffb 100644
--- a/etg/defs.py
+++ b/etg/defs.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dialog.py b/etg/dialog.py
index 49bac721..a8e8c333 100644
--- a/etg/dialog.py
+++ b/etg/dialog.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dirctrl.py b/etg/dirctrl.py
index 289e9c07..586b7355 100644
--- a/etg/dirctrl.py
+++ b/etg/dirctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Mar-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dirdlg.py b/etg/dirdlg.py
index 60d46cb8..09072a60 100644
--- a/etg/dirdlg.py
+++ b/etg/dirdlg.py
@@ -4,7 +4,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/display.py b/etg/display.py
index da789c2c..d74ba837 100644
--- a/etg/display.py
+++ b/etg/display.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dnd.py b/etg/dnd.py
index 9bcd4546..c89e8b08 100644
--- a/etg/dnd.py
+++ b/etg/dnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dragimag.py b/etg/dragimag.py
index 97fb476b..56411062 100644
--- a/etg/dragimag.py
+++ b/etg/dragimag.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/editlbox.py b/etg/editlbox.py
index abe0137b..8d4faef6 100644
--- a/etg/editlbox.py
+++ b/etg/editlbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/event.py b/etg/event.py
index 38f6d0fa..fbe851f5 100644
--- a/etg/event.py
+++ b/etg/event.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/eventfilter.py b/etg/eventfilter.py
index e387c2e6..b281fd31 100644
--- a/etg/eventfilter.py
+++ b/etg/eventfilter.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 01-Dec-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/evtloop.py b/etg/evtloop.py
index e9483672..a85f5698 100644
--- a/etg/evtloop.py
+++ b/etg/evtloop.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fdrepdlg.py b/etg/fdrepdlg.py
index a138c0b0..4e8676de 100644
--- a/etg/fdrepdlg.py
+++ b/etg/fdrepdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filectrl.py b/etg/filectrl.py
index e43214e2..dc44c552 100644
--- a/etg/filectrl.py
+++ b/etg/filectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filedlg.py b/etg/filedlg.py
index 8d557491..2ccb20c1 100644
--- a/etg/filedlg.py
+++ b/etg/filedlg.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filehistory.py b/etg/filehistory.py
index ab26900b..d06037fe 100644
--- a/etg/filehistory.py
+++ b/etg/filehistory.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jul-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filesys.py b/etg/filesys.py
index 57915dd7..3669cef9 100644
--- a/etg/filesys.py
+++ b/etg/filesys.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Feb-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/font.py b/etg/font.py
index a294aa2f..af42778c 100644
--- a/etg/font.py
+++ b/etg/font.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontdlg.py b/etg/fontdlg.py
index 9704ceee..6cd23a90 100644
--- a/etg/fontdlg.py
+++ b/etg/fontdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontenum.py b/etg/fontenum.py
index b4b13b5d..11416b77 100644
--- a/etg/fontenum.py
+++ b/etg/fontenum.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontmap.py b/etg/fontmap.py
index bb31277f..33bd643a 100644
--- a/etg/fontmap.py
+++ b/etg/fontmap.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontutil.py b/etg/fontutil.py
index 6fe9a654..3bd5a328 100644
--- a/etg/fontutil.py
+++ b/etg/fontutil.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 8-Oct-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/frame.py b/etg/frame.py
index 51504289..bc3b6d7d 100644
--- a/etg/frame.py
+++ b/etg/frame.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 6-Dec-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fswatcher.py b/etg/fswatcher.py
index 9e912ecb..39518cfe 100644
--- a/etg/fswatcher.py
+++ b/etg/fswatcher.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Jul-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gauge.py b/etg/gauge.py
index dbeb5dbb..5cb6d5b6 100644
--- a/etg/gauge.py
+++ b/etg/gauge.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gbsizer.py b/etg/gbsizer.py
index c60ac499..a7da592b 100644
--- a/etg/gbsizer.py
+++ b/etg/gbsizer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Dec-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gdicmn.py b/etg/gdicmn.py
index 78dc54b6..04ca3693 100644
--- a/etg/gdicmn.py
+++ b/etg/gdicmn.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gdiobj.py b/etg/gdiobj.py
index 7326484d..c60e1a39 100644
--- a/etg/gdiobj.py
+++ b/etg/gdiobj.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created:
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/geometry.py b/etg/geometry.py
index 5a6e54f5..fb7a3e9b 100644
--- a/etg/geometry.py
+++ b/etg/geometry.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/graphics.py b/etg/graphics.py
index c9f187c2..dee41ea5 100644
--- a/etg/graphics.py
+++ b/etg/graphics.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/grid.py b/etg/grid.py
index 1f5bdc7e..881df151 100644
--- a/etg/grid.py
+++ b/etg/grid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/headercol.py b/etg/headercol.py
index ab82d29b..3046b42f 100644
--- a/etg/headercol.py
+++ b/etg/headercol.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/headerctrl.py b/etg/headerctrl.py
index 3e0643ac..16dee417 100644
--- a/etg/headerctrl.py
+++ b/etg/headerctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/help.py b/etg/help.py
index 60c33b53..7a761351 100644
--- a/etg/help.py
+++ b/etg/help.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpctrl.py b/etg/helpctrl.py
index f9c65343..015ab1f9 100644
--- a/etg/helpctrl.py
+++ b/etg/helpctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpdata.py b/etg/helpdata.py
index 158a53e9..53627492 100644
--- a/etg/helpdata.py
+++ b/etg/helpdata.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpdlg.py b/etg/helpdlg.py
index d623642d..34844ecd 100644
--- a/etg/helpdlg.py
+++ b/etg/helpdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpext.py b/etg/helpext.py
index 28e26d80..b2bc5c45 100644
--- a/etg/helpext.py
+++ b/etg/helpext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpfrm.py b/etg/helpfrm.py
index 2796d567..5de4869c 100644
--- a/etg/helpfrm.py
+++ b/etg/helpfrm.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpwnd.py b/etg/helpwnd.py
index 533e48a0..b14d0e30 100644
--- a/etg/helpwnd.py
+++ b/etg/helpwnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlcell.py b/etg/htmlcell.py
index 976b51b3..7f20bbf4 100644
--- a/etg/htmlcell.py
+++ b/etg/htmlcell.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmldefs.py b/etg/htmldefs.py
index 5062a69d..9ade40a6 100644
--- a/etg/htmldefs.py
+++ b/etg/htmldefs.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlfilt.py b/etg/htmlfilt.py
index c2d8ed10..f28b2f8a 100644
--- a/etg/htmlfilt.py
+++ b/etg/htmlfilt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmllbox.py b/etg/htmllbox.py
index 8641fe2f..67685085 100644
--- a/etg/htmllbox.py
+++ b/etg/htmllbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Mar-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlpars.py b/etg/htmlpars.py
index 5361815b..beb7e3e7 100644
--- a/etg/htmlpars.py
+++ b/etg/htmlpars.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlprint.py b/etg/htmlprint.py
index e0c30cb0..877b86c4 100644
--- a/etg/htmlprint.py
+++ b/etg/htmlprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmltag.py b/etg/htmltag.py
index 1b73b00e..b89108a1 100644
--- a/etg/htmltag.py
+++ b/etg/htmltag.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlwin.py b/etg/htmlwin.py
index 38cd5e27..1023e751 100644
--- a/etg/htmlwin.py
+++ b/etg/htmlwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlwinpars.py b/etg/htmlwinpars.py
index 6304535a..eea985b2 100644
--- a/etg/htmlwinpars.py
+++ b/etg/htmlwinpars.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/hyperlink.py b/etg/hyperlink.py
index 50ddd677..95681d6a 100644
--- a/etg/hyperlink.py
+++ b/etg/hyperlink.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/icon.py b/etg/icon.py
index eb93344d..9bd18bca 100644
--- a/etg/icon.py
+++ b/etg/icon.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/iconbndl.py b/etg/iconbndl.py
index 8ba460e0..8dfe46cf 100644
--- a/etg/iconbndl.py
+++ b/etg/iconbndl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/iconloc.py b/etg/iconloc.py
index e5f7c92a..1babd633 100644
--- a/etg/iconloc.py
+++ b/etg/iconloc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/image.py b/etg/image.py
index 17f04549..ff2c974b 100644
--- a/etg/image.py
+++ b/etg/image.py
@@ -5,7 +5,7 @@
#
# Created: 25-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/imaglist.py b/etg/imaglist.py
index b7184747..1d0708a3 100644
--- a/etg/imaglist.py
+++ b/etg/imaglist.py
@@ -4,7 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Wide Open Technologies
+# Copyright: (c) 2011-2020 by Wide Open Technologies
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/infobar.py b/etg/infobar.py
index 60f3647b..91732041 100644
--- a/etg/infobar.py
+++ b/etg/infobar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Mar-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/intl.py b/etg/intl.py
index f938b2fd..7ac52f9f 100644
--- a/etg/intl.py
+++ b/etg/intl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/joystick.py b/etg/joystick.py
index 9f4534ee..e022447d 100644
--- a/etg/joystick.py
+++ b/etg/joystick.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-May-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/kbdstate.py b/etg/kbdstate.py
index 5a07c3f4..0981845e 100644
--- a/etg/kbdstate.py
+++ b/etg/kbdstate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/layout.py b/etg/layout.py
index 62f82986..8de5b2b9 100644
--- a/etg/layout.py
+++ b/etg/layout.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/laywin.py b/etg/laywin.py
index 8a79b800..90f5d2d2 100644
--- a/etg/laywin.py
+++ b/etg/laywin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-May-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listbook.py b/etg/listbook.py
index ea21134d..4afb00e6 100644
--- a/etg/listbook.py
+++ b/etg/listbook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listbox.py b/etg/listbox.py
index 826b3dc7..fb49812b 100644
--- a/etg/listbox.py
+++ b/etg/listbox.py
@@ -5,7 +5,7 @@
#
# Created: 10-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listctrl.py b/etg/listctrl.py
index 1a347c82..06a1d7a0 100644
--- a/etg/listctrl.py
+++ b/etg/listctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/log.py b/etg/log.py
index 494f0aea..d0a15627 100644
--- a/etg/log.py
+++ b/etg/log.py
@@ -5,7 +5,7 @@
#
# Created: 08-Sept-2011
# Copyright: (c) 2013 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mdi.py b/etg/mdi.py
index ac633d41..f87ec05b 100644
--- a/etg/mdi.py
+++ b/etg/mdi.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 05-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mediactrl.py b/etg/mediactrl.py
index b5653dfe..4107fd1f 100644
--- a/etg/mediactrl.py
+++ b/etg/mediactrl.py
@@ -4,7 +4,7 @@
# Dietmar Schwertberger
#
# Created: 24-Nov-2015
-# Copyright: (c) 2015-2017 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/menu.py b/etg/menu.py
index c096ba72..c7fd309a 100644
--- a/etg/menu.py
+++ b/etg/menu.py
@@ -5,7 +5,7 @@
#
# Created: 25-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/menuitem.py b/etg/menuitem.py
index 48dc2a9a..80a25817 100644
--- a/etg/menuitem.py
+++ b/etg/menuitem.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/metafile.py b/etg/metafile.py
index dcc5f914..bbc2dd54 100644
--- a/etg/metafile.py
+++ b/etg/metafile.py
@@ -4,7 +4,7 @@
# Dietmar Schwertberger
#
# Created: 01-Nov-2015
-# Copyright: (c) 2015-2017 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mimetype.py b/etg/mimetype.py
index c9ae01e6..5e8f36de 100644
--- a/etg/mimetype.py
+++ b/etg/mimetype.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/minifram.py b/etg/minifram.py
index 6c4815ea..f4bf53ce 100644
--- a/etg/minifram.py
+++ b/etg/minifram.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Jun-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/modalhook.py b/etg/modalhook.py
index e1785a55..09458335 100644
--- a/etg/modalhook.py
+++ b/etg/modalhook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mousemanager.py b/etg/mousemanager.py
index 17b4f5af..298a9b78 100644
--- a/etg/mousemanager.py
+++ b/etg/mousemanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Jun-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mousestate.py b/etg/mousestate.py
index 726ebe68..5321cf37 100644
--- a/etg/mousestate.py
+++ b/etg/mousestate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/msgdlg.py b/etg/msgdlg.py
index e505d3d7..53e4cc95 100644
--- a/etg/msgdlg.py
+++ b/etg/msgdlg.py
@@ -5,7 +5,7 @@
#
# Created: 24-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/nonownedwnd.py b/etg/nonownedwnd.py
index a797e167..dfc0b91b 100644
--- a/etg/nonownedwnd.py
+++ b/etg/nonownedwnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Oct-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/notebook.py b/etg/notebook.py
index e22454b1..325fba7c 100644
--- a/etg/notebook.py
+++ b/etg/notebook.py
@@ -4,7 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/notifmsg.py b/etg/notifmsg.py
index e3947d99..cc84e4b5 100644
--- a/etg/notifmsg.py
+++ b/etg/notifmsg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/numdlg.py b/etg/numdlg.py
index adc51511..a7b7c9a6 100644
--- a/etg/numdlg.py
+++ b/etg/numdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Jan-2017
-# Copyright: (c) 2017-2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/object.py b/etg/object.py
index 0861eec9..bd8d1756 100644
--- a/etg/object.py
+++ b/etg/object.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 9-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/odcombo.py b/etg/odcombo.py
index b3ad3a04..ff440caa 100644
--- a/etg/odcombo.py
+++ b/etg/odcombo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 04-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/overlay.py b/etg/overlay.py
index f2f93728..1424feb8 100644
--- a/etg/overlay.py
+++ b/etg/overlay.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-May-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/palette.py b/etg/palette.py
index 34b6455d..c4e20831 100644
--- a/etg/palette.py
+++ b/etg/palette.py
@@ -3,7 +3,7 @@
# Author: Scott Talbert
#
# Created: 31-Jul-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/panel.py b/etg/panel.py
index 23be0a1e..bc5689c2 100644
--- a/etg/panel.py
+++ b/etg/panel.py
@@ -4,7 +4,7 @@
#
# Created: 25-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pen.py b/etg/pen.py
index 78a27df5..a6e175e5 100644
--- a/etg/pen.py
+++ b/etg/pen.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pickers.py b/etg/pickers.py
index f5fa6409..293602e6 100644
--- a/etg/pickers.py
+++ b/etg/pickers.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/platinfo.py b/etg/platinfo.py
index c1bdb2d4..587d2c97 100644
--- a/etg/platinfo.py
+++ b/etg/platinfo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/popupwin.py b/etg/popupwin.py
index 420c24ac..4325b2a5 100644
--- a/etg/popupwin.py
+++ b/etg/popupwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Dec-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/position.py b/etg/position.py
index c1eb675f..b8d390d1 100644
--- a/etg/position.py
+++ b/etg/position.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/power.py b/etg/power.py
index ebfc04a3..66a88853 100644
--- a/etg/power.py
+++ b/etg/power.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/preferences.py b/etg/preferences.py
index 6f9d1a8c..dc8fb8c2 100644
--- a/etg/preferences.py
+++ b/etg/preferences.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Feb-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/printdlg.py b/etg/printdlg.py
index 5bbbdaeb..e4ff01e7 100644
--- a/etg/printdlg.py
+++ b/etg/printdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/printfw.py b/etg/printfw.py
index 90f5f75a..c1b30eb2 100644
--- a/etg/printfw.py
+++ b/etg/printfw.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/process.py b/etg/process.py
index f4ed9041..b195eca8 100644
--- a/etg/process.py
+++ b/etg/process.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Dec-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/progdlg.py b/etg/progdlg.py
index fe47f2d4..86607a77 100644
--- a/etg/progdlg.py
+++ b/etg/progdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 9-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propdlg.py b/etg/propdlg.py
index 69c1eea3..ce9ba30a 100644
--- a/etg/propdlg.py
+++ b/etg/propdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Sep-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgrid.py b/etg/propgrid.py
index 60cdb17c..048451ac 100644
--- a/etg/propgrid.py
+++ b/etg/propgrid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2017 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridadvprops.py b/etg/propgridadvprops.py
index b6b2020d..ba0a7346 100644
--- a/etg/propgridadvprops.py
+++ b/etg/propgridadvprops.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgriddefs.py b/etg/propgriddefs.py
index 279b3770..c1d7e394 100644
--- a/etg/propgriddefs.py
+++ b/etg/propgriddefs.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Feb-2017
-# Copyright: (c) 2017 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgrideditors.py b/etg/propgrideditors.py
index 74a28a9f..f4a0ea5d 100644
--- a/etg/propgrideditors.py
+++ b/etg/propgrideditors.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2017 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridiface.py b/etg/propgridiface.py
index ce169cd3..202260ba 100644
--- a/etg/propgridiface.py
+++ b/etg/propgridiface.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2018 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridmanager.py b/etg/propgridmanager.py
index 3dfe0adc..581e35c3 100644
--- a/etg/propgridmanager.py
+++ b/etg/propgridmanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridpagestate.py b/etg/propgridpagestate.py
index 5a445977..0799adb5 100644
--- a/etg/propgridpagestate.py
+++ b/etg/propgridpagestate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2018 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridproperty.py b/etg/propgridproperty.py
index 60bac2a3..2ada953d 100644
--- a/etg/propgridproperty.py
+++ b/etg/propgridproperty.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015-2017 by Total Control Software
+# Copyright: (c) 2015-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridprops.py b/etg/propgridprops.py
index 8575d44c..192b0bd2 100644
--- a/etg/propgridprops.py
+++ b/etg/propgridprops.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pseudodc.py b/etg/pseudodc.py
index 7cb55db0..5b76f5e8 100644
--- a/etg/pseudodc.py
+++ b/etg/pseudodc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Jul-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pyevent.py b/etg/pyevent.py
index bb471e94..0582f040 100644
--- a/etg/pyevent.py
+++ b/etg/pyevent.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 02-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/radiobox.py b/etg/radiobox.py
index f7c63943..01d810b5 100644
--- a/etg/radiobox.py
+++ b/etg/radiobox.py
@@ -5,7 +5,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/radiobut.py b/etg/radiobut.py
index d065917b..779470fc 100644
--- a/etg/radiobut.py
+++ b/etg/radiobut.py
@@ -4,7 +4,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/rawbmp.py b/etg/rawbmp.py
index bfc9bc35..07e823a6 100644
--- a/etg/rawbmp.py
+++ b/etg/rawbmp.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Aug-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/rearrangectrl.py b/etg/rearrangectrl.py
index e65a4ed3..2ccfd122 100644
--- a/etg/rearrangectrl.py
+++ b/etg/rearrangectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/region.py b/etg/region.py
index d5bc4575..431006df 100644
--- a/etg/region.py
+++ b/etg/region.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/renderer.py b/etg/renderer.py
index bfdee952..3a888e03 100644
--- a/etg/renderer.py
+++ b/etg/renderer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_art.py b/etg/ribbon_art.py
index cfa13645..4c46ad22 100644
--- a/etg/ribbon_art.py
+++ b/etg/ribbon_art.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_bar.py b/etg/ribbon_bar.py
index 44884afe..20b5b8f4 100644
--- a/etg/ribbon_bar.py
+++ b/etg/ribbon_bar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_buttonbar.py b/etg/ribbon_buttonbar.py
index 0fa17587..c7aa62c6 100644
--- a/etg/ribbon_buttonbar.py
+++ b/etg/ribbon_buttonbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_control.py b/etg/ribbon_control.py
index a0efe235..a10ea078 100644
--- a/etg/ribbon_control.py
+++ b/etg/ribbon_control.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_gallery.py b/etg/ribbon_gallery.py
index fb24b11f..c3ba984c 100644
--- a/etg/ribbon_gallery.py
+++ b/etg/ribbon_gallery.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_page.py b/etg/ribbon_page.py
index 4ca8ee52..3a8efd79 100644
--- a/etg/ribbon_page.py
+++ b/etg/ribbon_page.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2017 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_panel.py b/etg/ribbon_panel.py
index c2567a03..3aa85d63 100644
--- a/etg/ribbon_panel.py
+++ b/etg/ribbon_panel.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_toolbar.py b/etg/ribbon_toolbar.py
index 7f7858b8..5cfaf688 100644
--- a/etg/ribbon_toolbar.py
+++ b/etg/ribbon_toolbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richmsgdlg.py b/etg/richmsgdlg.py
index 678c0ec3..ace809cb 100644
--- a/etg/richmsgdlg.py
+++ b/etg/richmsgdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextbuffer.py b/etg/richtextbuffer.py
index 50c7f615..a8322fdd 100644
--- a/etg/richtextbuffer.py
+++ b/etg/richtextbuffer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Mar-2013
-# Copyright: (c) 2013-2017 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextctrl.py b/etg/richtextctrl.py
index 4461cb2d..95762e18 100644
--- a/etg/richtextctrl.py
+++ b/etg/richtextctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013-2017 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextformatdlg.py b/etg/richtextformatdlg.py
index cf049127..54c0df28 100644
--- a/etg/richtextformatdlg.py
+++ b/etg/richtextformatdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtexthtml.py b/etg/richtexthtml.py
index 1ac41ea0..4fd21611 100644
--- a/etg/richtexthtml.py
+++ b/etg/richtexthtml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextprint.py b/etg/richtextprint.py
index b3a40f8c..4503bbee 100644
--- a/etg/richtextprint.py
+++ b/etg/richtextprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-May-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextstyledlg.py b/etg/richtextstyledlg.py
index cc7858fe..e5a6e1ff 100644
--- a/etg/richtextstyledlg.py
+++ b/etg/richtextstyledlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextstyles.py b/etg/richtextstyles.py
index 8c62de94..71e759dd 100644
--- a/etg/richtextstyles.py
+++ b/etg/richtextstyles.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextsymboldlg.py b/etg/richtextsymboldlg.py
index 2e24f727..ff88c4c9 100644
--- a/etg/richtextsymboldlg.py
+++ b/etg/richtextsymboldlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013-2017 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextxml.py b/etg/richtextxml.py
index 9e88b6dc..c86e0aa3 100644
--- a/etg/richtextxml.py
+++ b/etg/richtextxml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013-2017 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtooltip.py b/etg/richtooltip.py
index 4a6441fe..5648506b 100644
--- a/etg/richtooltip.py
+++ b/etg/richtooltip.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sashwin.py b/etg/sashwin.py
index c5bcecd3..b6dec5ae 100644
--- a/etg/sashwin.py
+++ b/etg/sashwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-May-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/scrolbar.py b/etg/scrolbar.py
index d37df045..40ac3392 100644
--- a/etg/scrolbar.py
+++ b/etg/scrolbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Dec-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/scrolwin.py b/etg/scrolwin.py
index cec8d6b1..a6865d1f 100644
--- a/etg/scrolwin.py
+++ b/etg/scrolwin.py
@@ -5,7 +5,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/settings.py b/etg/settings.py
index bd1c9147..b6738e15 100644
--- a/etg/settings.py
+++ b/etg/settings.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/simplebook.py b/etg/simplebook.py
index 1e20bae7..3a9be52c 100644
--- a/etg/simplebook.py
+++ b/etg/simplebook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 05-Sep-2017
-# Copyright: (c) 2017-2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sizer.py b/etg/sizer.py
index 0fee7bdf..0eef738d 100644
--- a/etg/sizer.py
+++ b/etg/sizer.py
@@ -5,7 +5,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/slider.py b/etg/slider.py
index 876d9baf..9afc226a 100644
--- a/etg/slider.py
+++ b/etg/slider.py
@@ -5,7 +5,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/snglinst.py b/etg/snglinst.py
index 5cb305c8..51516f9b 100644
--- a/etg/snglinst.py
+++ b/etg/snglinst.py
@@ -4,7 +4,7 @@
#
# Created: 6-Sept-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sound.py b/etg/sound.py
index e43d269f..d02010f2 100644
--- a/etg/sound.py
+++ b/etg/sound.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/spinbutt.py b/etg/spinbutt.py
index 2d53d0f0..b512f199 100644
--- a/etg/spinbutt.py
+++ b/etg/spinbutt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 01-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/spinctrl.py b/etg/spinctrl.py
index 6adaa25f..46216191 100644
--- a/etg/spinctrl.py
+++ b/etg/spinctrl.py
@@ -5,7 +5,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/splash.py b/etg/splash.py
index 94694e61..d191cec8 100644
--- a/etg/splash.py
+++ b/etg/splash.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/splitter.py b/etg/splitter.py
index 14a344c3..78098502 100644
--- a/etg/splitter.py
+++ b/etg/splitter.py
@@ -5,7 +5,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/srchctrl.py b/etg/srchctrl.py
index 1f5964bc..ca0b4463 100644
--- a/etg/srchctrl.py
+++ b/etg/srchctrl.py
@@ -5,7 +5,7 @@
#
# Created: 9-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statbmp.py b/etg/statbmp.py
index 88abd70f..951318a0 100644
--- a/etg/statbmp.py
+++ b/etg/statbmp.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statbox.py b/etg/statbox.py
index 1f538db3..5523f0bc 100644
--- a/etg/statbox.py
+++ b/etg/statbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statline.py b/etg/statline.py
index 29b7b04a..0762f12a 100644
--- a/etg/statline.py
+++ b/etg/statline.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stattext.py b/etg/stattext.py
index 4ba32428..c491a10b 100644
--- a/etg/stattext.py
+++ b/etg/stattext.py
@@ -4,7 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Totcal Control Software
+# Copyright: (c) 2011-2020 by Totcal Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statusbar.py b/etg/statusbar.py
index d534ba71..ae3b0233 100644
--- a/etg/statusbar.py
+++ b/etg/statusbar.py
@@ -4,7 +4,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stdpaths.py b/etg/stdpaths.py
index 3d6966be..8e97ad03 100644
--- a/etg/stdpaths.py
+++ b/etg/stdpaths.py
@@ -4,7 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stockitem.py b/etg/stockitem.py
index ec885097..6011c983 100644
--- a/etg/stockitem.py
+++ b/etg/stockitem.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Oct-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stopwatch.py b/etg/stopwatch.py
index 903a80b5..a6deb686 100644
--- a/etg/stopwatch.py
+++ b/etg/stopwatch.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Dec-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stream.py b/etg/stream.py
index 2a353efa..2b817bb9 100644
--- a/etg/stream.py
+++ b/etg/stream.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sysopt.py b/etg/sysopt.py
index 60472508..de43f484 100644
--- a/etg/sysopt.py
+++ b/etg/sysopt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/taskbar.py b/etg/taskbar.py
index d57d35fe..78c7af57 100644
--- a/etg/taskbar.py
+++ b/etg/taskbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Apr-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textcompleter.py b/etg/textcompleter.py
index a26408f5..9e7b81b2 100644
--- a/etg/textcompleter.py
+++ b/etg/textcompleter.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textctrl.py b/etg/textctrl.py
index bb9bd14f..31850107 100644
--- a/etg/textctrl.py
+++ b/etg/textctrl.py
@@ -5,7 +5,7 @@
#
# Created: 9-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textdlg.py b/etg/textdlg.py
index eaa6e531..112a5061 100644
--- a/etg/textdlg.py
+++ b/etg/textdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Aug-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textentry.py b/etg/textentry.py
index 4d4895d5..494d9b9e 100644
--- a/etg/textentry.py
+++ b/etg/textentry.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tglbtn.py b/etg/tglbtn.py
index af62cac9..373eb92c 100644
--- a/etg/tglbtn.py
+++ b/etg/tglbtn.py
@@ -5,7 +5,7 @@
#
# Created: 16-Sept-2011
# Copyright: (c) 2011 by Kevin Ollivier
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/timectrl.py b/etg/timectrl.py
index 85557f61..17fb0f08 100644
--- a/etg/timectrl.py
+++ b/etg/timectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/timer.py b/etg/timer.py
index e09d9008..74cc72c8 100644
--- a/etg/timer.py
+++ b/etg/timer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Sept-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tipdlg.py b/etg/tipdlg.py
index c86864e2..d2a1d800 100644
--- a/etg/tipdlg.py
+++ b/etg/tipdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tipwin.py b/etg/tipwin.py
index bbea9b8f..de07fd12 100644
--- a/etg/tipwin.py
+++ b/etg/tipwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Dec-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toolbar.py b/etg/toolbar.py
index cd1ade26..ffa4d309 100644
--- a/etg/toolbar.py
+++ b/etg/toolbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Mar-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toolbook.py b/etg/toolbook.py
index bd3f5568..1c9e9559 100644
--- a/etg/toolbook.py
+++ b/etg/toolbook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tooltip.py b/etg/tooltip.py
index 2f82d02f..8be83bfc 100644
--- a/etg/tooltip.py
+++ b/etg/tooltip.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toplevel.py b/etg/toplevel.py
index e66b8ec1..9b2c1dd5 100644
--- a/etg/toplevel.py
+++ b/etg/toplevel.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Dec-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tracker.py b/etg/tracker.py
index 7b5e0d93..6468b3e3 100644
--- a/etg/tracker.py
+++ b/etg/tracker.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/translation.py b/etg/translation.py
index edab2af4..3442346d 100644
--- a/etg/translation.py
+++ b/etg/translation.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treebook.py b/etg/treebook.py
index 11aad0f5..69c9a95b 100644
--- a/etg/treebook.py
+++ b/etg/treebook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treectrl.py b/etg/treectrl.py
index 98b9411c..4b1d0a22 100644
--- a/etg/treectrl.py
+++ b/etg/treectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Mar-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treelist.py b/etg/treelist.py
index b92805e1..34f22017 100644
--- a/etg/treelist.py
+++ b/etg/treelist.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/uiaction.py b/etg/uiaction.py
index bdb5cd11..db1b47e8 100644
--- a/etg/uiaction.py
+++ b/etg/uiaction.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Feb-2012
-# Copyright: (c) 2012-2017 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/unichar.py b/etg/unichar.py
index 04035f44..9a02ede2 100644
--- a/etg/unichar.py
+++ b/etg/unichar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/utils.py b/etg/utils.py
index 6d7e9c71..3950a248 100644
--- a/etg/utils.py
+++ b/etg/utils.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Dec-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/validate.py b/etg/validate.py
index 8f455a8a..d0cfc4a7 100644
--- a/etg/validate.py
+++ b/etg/validate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/valtext.py b/etg/valtext.py
index 1297f392..78f402cc 100644
--- a/etg/valtext.py
+++ b/etg/valtext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vidmode.py b/etg/vidmode.py
index e6138b9d..ebc61e55 100644
--- a/etg/vidmode.py
+++ b/etg/vidmode.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created:
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vlbox.py b/etg/vlbox.py
index c5d344df..303942d0 100644
--- a/etg/vlbox.py
+++ b/etg/vlbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Aug-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vscroll.py b/etg/vscroll.py
index a458f521..3db740b6 100644
--- a/etg/vscroll.py
+++ b/etg/vscroll.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2011
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/webkit.py b/etg/webkit.py
index a29e3878..7a3e70e6 100644
--- a/etg/webkit.py
+++ b/etg/webkit.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Aug-2013
-# Copyright: (c) 2013-2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/webview.py b/etg/webview.py
index 4f20b157..7ce813f3 100644
--- a/etg/webview.py
+++ b/etg/webview.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Nov-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/window.py b/etg/window.py
index e645a76f..3522077f 100644
--- a/etg/window.py
+++ b/etg/window.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2010-2017 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/windowid.py b/etg/windowid.py
index da2ed395..e701ac72 100644
--- a/etg/windowid.py
+++ b/etg/windowid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/withimage.py b/etg/withimage.py
index 965f6b5c..03ce6ef1 100644
--- a/etg/withimage.py
+++ b/etg/withimage.py
@@ -4,7 +4,7 @@
#
# Created: 9-Sept-2011
# Copyright: (c) 2011 by Wide Open Technologies
-# Copyright: (c) 2011-2017 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wizard.py b/etg/wizard.py
index 1f6f976e..dfff3126 100644
--- a/etg/wizard.py
+++ b/etg/wizard.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wrapsizer.py b/etg/wrapsizer.py
index 9c049cb4..9f7d3847 100644
--- a/etg/wrapsizer.py
+++ b/etg/wrapsizer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wxdatetime.py b/etg/wxdatetime.py
index 1da77671..a17e375e 100644
--- a/etg/wxdatetime.py
+++ b/etg/wxdatetime.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Feb-2012
-# Copyright: (c) 2012-2018 by Total Control Software
+# Copyright: (c) 2012-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/__init__.py b/etgtools/__init__.py
index 10fc3de4..19f582c6 100644
--- a/etgtools/__init__.py
+++ b/etgtools/__init__.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/extractors.py b/etgtools/extractors.py
index 8c39ede5..673338f0 100644
--- a/etgtools/extractors.py
+++ b/etgtools/extractors.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/generators.py b/etgtools/generators.py
index 75ecbfe7..7b164c88 100644
--- a/etgtools/generators.py
+++ b/etgtools/generators.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/item_module_map.py b/etgtools/item_module_map.py
index 9bd4c8fa..19b22abc 100644
--- a/etgtools/item_module_map.py
+++ b/etgtools/item_module_map.py
@@ -4,7 +4,7 @@
# Author: Robin Dunn
#
# Created: 20-May-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etgtools/map_generator.py b/etgtools/map_generator.py
index dbb32a0f..a6c335ca 100644
--- a/etgtools/map_generator.py
+++ b/etgtools/map_generator.py
@@ -4,7 +4,7 @@
# Author: Robin Dunn
#
# Created: 20-May-2016
-# Copyright: (c) 2016-2018 by Total Control Software
+# Copyright: (c) 2016-2020 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etgtools/pi_generator.py b/etgtools/pi_generator.py
index 87b37bfb..3f09f7c7 100644
--- a/etgtools/pi_generator.py
+++ b/etgtools/pi_generator.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Oct-2011
-# Copyright: (c) 2011-2018 by Total Control Software
+# Copyright: (c) 2011-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -48,7 +48,7 @@ header_pi = """\
#
# See: https://wingware.com/doc/edit/helping-wing-analyze-code
#
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -71,7 +71,7 @@ header_pyi = """\
# See: https://www.python.org/dev/peps/pep-0484/
# https://www.jetbrains.com/help/pycharm/2016.1/type-hinting-in-pycharm.html
#
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/sip_generator.py b/etgtools/sip_generator.py
index 986f95f9..62a2ad11 100644
--- a/etgtools/sip_generator.py
+++ b/etgtools/sip_generator.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -61,7 +61,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
stream.write(divider + """\
// This file is generated by wxPython's SIP generator. Do not edit by hand.
//
-// Copyright: (c) 2018 by Total Control Software
+// Copyright: (c) 2020 by Total Control Software
// License: wxWindows License
""")
if module.name == module.module:
@@ -76,7 +76,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
};
%%Copying
- Copyright: (c) 2018 by Total Control Software
+ Copyright: (c) 2020 by Total Control Software
License: wxWindows License
%%End
@@ -92,7 +92,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
%%Extract(id=pycode%s, order=5)
# This file is generated by wxPython's SIP generator. Do not edit by hand.
#
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2020 by Total Control Software
# License: wxWindows License
%s
from .%s import *
diff --git a/etgtools/sphinx_generator.py b/etgtools/sphinx_generator.py
index 54be413d..d7bebac5 100644
--- a/etgtools/sphinx_generator.py
+++ b/etgtools/sphinx_generator.py
@@ -4,7 +4,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/swig_generator.py b/etgtools/swig_generator.py
index 1ecabe8d..bae324b1 100644
--- a/etgtools/swig_generator.py
+++ b/etgtools/swig_generator.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py
index ab70d359..681bfce6 100644
--- a/etgtools/tweaker_tools.py
+++ b/etgtools/tweaker_tools.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/setup-wxsvg.py b/setup-wxsvg.py
index 1853c684..0c20d565 100644
--- a/setup-wxsvg.py
+++ b/setup-wxsvg.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 25-July-2019
-# Copyright: (c) 2019 by Total Control Software
+# Copyright: (c) 2019-2020 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 43836730..ef9dedb1 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
diff --git a/src/__init__.py b/src/__init__.py
index 93bbc67e..649af3a7 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2010-2018 by Total Control Software
+# Copyright: (c) 2010-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/src/arrayholder.h b/src/arrayholder.h
index 6315ebb9..a77abcf9 100644
--- a/src/arrayholder.h
+++ b/src/arrayholder.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 20-Oct-2011
-// Copyright: (c) 2011-2018 by Total Control Software
+// Copyright: (c) 2011-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/arrayholder.sip b/src/arrayholder.sip
index 4aa4ae17..68e1ec3b 100644
--- a/src/arrayholder.sip
+++ b/src/arrayholder.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 14-March-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/arrays.sip b/src/arrays.sip
index 1213b327..ec587101 100644
--- a/src/arrays.sip
+++ b/src/arrays.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 2-Sept-2011
-// Copyright: (c) 2011-2018 by Total Control Software
+// Copyright: (c) 2011-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/bitmap_ex.cpp b/src/bitmap_ex.cpp
index 1f40afff..dc1589bb 100644
--- a/src/bitmap_ex.cpp
+++ b/src/bitmap_ex.cpp
@@ -7,7 +7,7 @@
// Author: Robin Dunn
//
// Created: 27-Apr-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/bitmap_ex.h b/src/bitmap_ex.h
index 6b8cc3c7..e4e70d8b 100644
--- a/src/bitmap_ex.h
+++ b/src/bitmap_ex.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 27-Apr-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/clntdata.sip b/src/clntdata.sip
index f74660ba..0d1bf914 100644
--- a/src/clntdata.sip
+++ b/src/clntdata.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 16-Nov-2010
-// Copyright: (c) 2010-2018 by Total Control Software
+// Copyright: (c) 2010-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/dc_ex.cpp b/src/dc_ex.cpp
index 6f858274..c5a120b6 100644
--- a/src/dc_ex.cpp
+++ b/src/dc_ex.cpp
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 18-Aug-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/dvcvariant.sip b/src/dvcvariant.sip
index da6ff190..248920f0 100644
--- a/src/dvcvariant.sip
+++ b/src/dvcvariant.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 9-Nov-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/filename.sip b/src/filename.sip
index e6a27d2c..9878c5df 100644
--- a/src/filename.sip
+++ b/src/filename.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 30-July-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/gizmos.py b/src/gizmos.py
index 44ee9e87..5266a1f4 100644
--- a/src/gizmos.py
+++ b/src/gizmos.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2017
-# Copyright: (c) 2017-2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/src/longlong.sip b/src/longlong.sip
index 54bc538d..217c195f 100644
--- a/src/longlong.sip
+++ b/src/longlong.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 29-Feb-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/msgdlg_btnlabel.sip b/src/msgdlg_btnlabel.sip
index ccb0975c..5bf6c68d 100644
--- a/src/msgdlg_btnlabel.sip
+++ b/src/msgdlg_btnlabel.sip
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 18-Nov-2017
-// Copyright: (c) 2017-2018 by Total Control Software
+// Copyright: (c) 2017-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/pgvariant.sip b/src/pgvariant.sip
index 6e45125f..aab8c28e 100644
--- a/src/pgvariant.sip
+++ b/src/pgvariant.sip
@@ -4,8 +4,8 @@
//
// Author: Robin Dunn
//
-// Created: 24-Feb-2018
-// Copyright: (c) 2017-2018 by Total Control Software
+// Created: 24-Feb-2017
+// Copyright: (c) 2017-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/pseudodc.cpp b/src/pseudodc.cpp
index 65b806f8..43a1de90 100644
--- a/src/pseudodc.cpp
+++ b/src/pseudodc.cpp
@@ -5,7 +5,7 @@
// Modified by: Robin Dunn
//
// Created: 25-May-2006
-// Copyright: (c) 2006-2018 Total Control Software
+// Copyright: (c) 2006-2020 Total Control Software
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/pseudodc.h b/src/pseudodc.h
index 647e4ecb..8757f87a 100644
--- a/src/pseudodc.h
+++ b/src/pseudodc.h
@@ -5,7 +5,7 @@
// Modified by: Robin Dunn
//
// Created: 25-May-2006
-// Copyright: (c) 2006-2018 Total Control Software
+// Copyright: (c) 2006-2020 Total Control Software
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/pyevent.h b/src/pyevent.h
index ddda6788..53aaa61c 100644
--- a/src/pyevent.h
+++ b/src/pyevent.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 18-Dec-2010
-// Copyright: (c) 2010-2018 by Total Control Software
+// Copyright: (c) 2010-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/stockgdi.sip b/src/stockgdi.sip
index 102997b6..1f3f6f6a 100644
--- a/src/stockgdi.sip
+++ b/src/stockgdi.sip
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 18-Sept-2011
-// Copyright: (c) 2011-2018 by Total Control Software
+// Copyright: (c) 2011-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/string.sip b/src/string.sip
index ae9bbed3..db19c4dd 100644
--- a/src/string.sip
+++ b/src/string.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 9-Nov-2010
-// Copyright: (c) 2010-2018 by Total Control Software
+// Copyright: (c) 2010-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/treeitemdata.sip b/src/treeitemdata.sip
index df66fd70..974641d7 100644
--- a/src/treeitemdata.sip
+++ b/src/treeitemdata.sip
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 28-Mar-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/userdata.sip b/src/userdata.sip
index 95858b5c..cf721117 100644
--- a/src/userdata.sip
+++ b/src/userdata.sip
@@ -6,7 +6,7 @@
//
// Created: 06-Sept-2011
// Copyright: (c) 2011 by Wide Open Technologies
-// Copyright: (c) 2011-2018 by Total Control Software
+// Copyright: (c) 2011-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/variant.sip b/src/variant.sip
index 03f5855d..c4a53eef 100644
--- a/src/variant.sip
+++ b/src/variant.sip
@@ -6,7 +6,7 @@
//
// Created: 20-Sept-2011
// Copyright: (c) 2011 by Kevin Ollivier
-// Copyright: (c) 2011-2018 by Total Control Software
+// Copyright: (c) 2011-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wacky_ints.sip b/src/wacky_ints.sip
index 7fd804a5..6aab6704 100644
--- a/src/wacky_ints.sip
+++ b/src/wacky_ints.sip
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 4-March-2016
-// Copyright: (c) 2016-2018 by Total Control Software
+// Copyright: (c) 2016-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpy_api.sip b/src/wxpy_api.sip
index f834e468..e6d0d823 100644
--- a/src/wxpy_api.sip
+++ b/src/wxpy_api.sip
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 19-Nov-2010
-// Copyright: (c) 2010-2018 by Total Control Software
+// Copyright: (c) 2010-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpybuffer.h b/src/wxpybuffer.h
index 221a7633..80d5e5ca 100644
--- a/src/wxpybuffer.h
+++ b/src/wxpybuffer.h
@@ -7,7 +7,7 @@
// Author: Robin Dunn
//
// Created: 26-Apr-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpybuffer.sip b/src/wxpybuffer.sip
index 17cf241e..11d56cfb 100644
--- a/src/wxpybuffer.sip
+++ b/src/wxpybuffer.sip
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 26-Apr-2012
-// Copyright: (c) 2012-2018 by Total Control Software
+// Copyright: (c) 2012-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/wscript b/wscript
index 66910fef..c9474f16 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@
# WAF script for building and installing the wxPython extension modules.
#
# Author: Robin Dunn
-# Copyright: (c) 2013 - 2018 by Total Control Software
+# Copyright: (c) 2013-2020 by Total Control Software
# License: wxWindows License
#-----------------------------------------------------------------------------
diff --git a/wx/include/wxPython/wxpy_api.h b/wx/include/wxPython/wxpy_api.h
index 100dbb1a..1874ea45 100644
--- a/wx/include/wxPython/wxpy_api.h
+++ b/wx/include/wxPython/wxpy_api.h
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 19-Nov-2010
-// Copyright: (c) 2010-2018 by Total Control Software
+// Copyright: (c) 2010-2020 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/wx/lib/activex.py b/wx/lib/activex.py
index 55231b98..0a426e28 100644
--- a/wx/lib/activex.py
+++ b/wx/lib/activex.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 5-June-2008
-# Copyright: (c) 2008-2018 by Total Control Software
+# Copyright: (c) 2008-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/activexwrapper.py b/wx/lib/activexwrapper.py
index 036983bc..bd1e4c21 100644
--- a/wx/lib/activexwrapper.py
+++ b/wx/lib/activexwrapper.py
@@ -4,7 +4,7 @@
#
# Author: Robin Dunn
#
-# Copyright: (c) 2000-2018 by Total Control Software
+# Copyright: (c) 2000-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/anchors.py b/wx/lib/anchors.py
index 0753d423..6b678280 100644
--- a/wx/lib/anchors.py
+++ b/wx/lib/anchors.py
@@ -6,7 +6,7 @@
# Author: Riaan Booysen
#
# Created: 15-Dec-2000
-# Copyright: (c) 2000-2018 by Total Control Software
+# Copyright: (c) 2000-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/buttons.py b/wx/lib/buttons.py
index 2ae1aece..f1be351f 100644
--- a/wx/lib/buttons.py
+++ b/wx/lib/buttons.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 9-Dec-1999
-# Copyright: (c) 1999-2018 by Total Control Software
+# Copyright: (c) 1999-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, unittest, documented
#----------------------------------------------------------------------
diff --git a/wx/lib/colourdb.py b/wx/lib/colourdb.py
index 3cb4e494..bcf44b50 100644
--- a/wx/lib/colourdb.py
+++ b/wx/lib/colourdb.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 13-March-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, unittest, documented
#----------------------------------------------------------------------
diff --git a/wx/lib/colourutils.py b/wx/lib/colourutils.py
index 9abcf47d..3a145bf1 100644
--- a/wx/lib/colourutils.py
+++ b/wx/lib/colourutils.py
@@ -5,7 +5,7 @@
# Author: Cody Precord
#
# Created: 13-March-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, documented
#----------------------------------------------------------------------
diff --git a/wx/lib/dialogs.py b/wx/lib/dialogs.py
index f0398f58..d4467993 100644
--- a/wx/lib/dialogs.py
+++ b/wx/lib/dialogs.py
@@ -6,7 +6,7 @@
# Author: Various
#
# Created: 3-January-2002
-# Copyright: (c) 2002-2018 by Total Control Software
+# Copyright: (c) 2002-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/editor/__init__.py b/wx/lib/editor/__init__.py
index 97eba39b..47f3af58 100644
--- a/wx/lib/editor/__init__.py
+++ b/wx/lib/editor/__init__.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 30-Dec-1999
-# Copyright: (c) 1999-2018 by Total Control Software
+# Copyright: (c) 1999-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/eventwatcher.py b/wx/lib/eventwatcher.py
index 144e721f..da5da315 100644
--- a/wx/lib/eventwatcher.py
+++ b/wx/lib/eventwatcher.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 21-Jan-2009
-# Copyright: (c) 2009-2018 by Total Control Software
+# Copyright: (c) 2009-2020 by Total Control Software
# Licence: wxWindows license
#
# Tags: phoenix-port
diff --git a/wx/lib/expando.py b/wx/lib/expando.py
index cd790e4f..888fb5c4 100644
--- a/wx/lib/expando.py
+++ b/wx/lib/expando.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 18-Sept-2006
-# Copyright: (c) 2006-2018 by Total Control Software
+# Copyright: (c) 2006-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, unittest, documented
#
diff --git a/wx/lib/filebrowsebutton.py b/wx/lib/filebrowsebutton.py
index 591712f9..c4de5b8f 100644
--- a/wx/lib/filebrowsebutton.py
+++ b/wx/lib/filebrowsebutton.py
@@ -7,7 +7,7 @@
#
# Author: Mike Fletcher
#
-# Copyright: (c) 2000-2018 by Total Control Software
+# Copyright: (c) 2000-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/flashwin.py b/wx/lib/flashwin.py
index eb9d0a1a..a2711aee 100644
--- a/wx/lib/flashwin.py
+++ b/wx/lib/flashwin.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# Copyright: (c) 2008-2018 by Total Control Software
+# Copyright: (c) 2008-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/flashwin_old.py b/wx/lib/flashwin_old.py
index 885fff92..cf7c99c4 100644
--- a/wx/lib/flashwin_old.py
+++ b/wx/lib/flashwin_old.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# Copyright: (c) 2004-2018 by Total Control Software
+# Copyright: (c) 2004-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# This module was generated by the wx.activex.GernerateAXModule class
diff --git a/wx/lib/gizmos/__init__.py b/wx/lib/gizmos/__init__.py
index 3f9f291d..67b29123 100644
--- a/wx/lib/gizmos/__init__.py
+++ b/wx/lib/gizmos/__init__.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2017
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# Licence: wxWindows license
# Tags:
#----------------------------------------------------------------------
diff --git a/wx/lib/gizmos/dynamicsash.py b/wx/lib/gizmos/dynamicsash.py
index 2fed6597..1125a4dc 100644
--- a/wx/lib/gizmos/dynamicsash.py
+++ b/wx/lib/gizmos/dynamicsash.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2017
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# Licence: wxWindows license
# Tags:
#----------------------------------------------------------------------
diff --git a/wx/lib/gizmos/ledctrl.py b/wx/lib/gizmos/ledctrl.py
index 7b72fb5b..f185d510 100644
--- a/wx/lib/gizmos/ledctrl.py
+++ b/wx/lib/gizmos/ledctrl.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2017
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# Licence: wxWindows license
# Tags:
#----------------------------------------------------------------------
diff --git a/wx/lib/gizmos/treelistctrl.py b/wx/lib/gizmos/treelistctrl.py
index 22138b33..69871a7a 100644
--- a/wx/lib/gizmos/treelistctrl.py
+++ b/wx/lib/gizmos/treelistctrl.py
@@ -13,7 +13,7 @@
# Author: Robin Dunn
#
# Created: 16-Nov-2017
-# Copyright: (c) 2018 by Total Control Software
+# Copyright: (c) 2017-2020 by Total Control Software
# Licence: wxWindows license
# Tags:
#----------------------------------------------------------------------
diff --git a/wx/lib/graphics.py b/wx/lib/graphics.py
index e5ebe560..eee48746 100644
--- a/wx/lib/graphics.py
+++ b/wx/lib/graphics.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 15-Sept-2008
-# Copyright: (c) 2008-2018 by Total Control Software
+# Copyright: (c) 2008-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/iewin.py b/wx/lib/iewin.py
index e0dd1383..4e1e54c4 100644
--- a/wx/lib/iewin.py
+++ b/wx/lib/iewin.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# Copyright: (c) 2008-2018 by Total Control Software
+# Copyright: (c) 2008-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/iewin_old.py b/wx/lib/iewin_old.py
index 948765ae..fdb1d88d 100644
--- a/wx/lib/iewin_old.py
+++ b/wx/lib/iewin_old.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 22-March-2004
-# Copyright: (c) 2004-2018 by Total Control Software
+# Copyright: (c) 2004-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/inspection.py b/wx/lib/inspection.py
index f014ac87..752da60e 100644
--- a/wx/lib/inspection.py
+++ b/wx/lib/inspection.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 26-Jan-2007
-# Copyright: (c) 2007-2018 by Total Control Software
+# Copyright: (c) 2007-2020 by Total Control Software
# Licence: wxWindows license
#
# Tags: py3-port, phoenix-port, documented
diff --git a/wx/lib/mixins/__init__.py b/wx/lib/mixins/__init__.py
index 90220171..1b1661d5 100644
--- a/wx/lib/mixins/__init__.py
+++ b/wx/lib/mixins/__init__.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 15-May-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/mixins/grid.py b/wx/lib/mixins/grid.py
index be2d7fe6..479ceeca 100644
--- a/wx/lib/mixins/grid.py
+++ b/wx/lib/mixins/grid.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 5-June-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/mixins/gridlabelrenderer.py b/wx/lib/mixins/gridlabelrenderer.py
index 0c20959b..ee9dfb5f 100644
--- a/wx/lib/mixins/gridlabelrenderer.py
+++ b/wx/lib/mixins/gridlabelrenderer.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn
#
# Created: 20-Mar-2009
-# Copyright: (c) 2009-2018 by Total Control Software
+# Copyright: (c) 2009-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/mixins/imagelist.py b/wx/lib/mixins/imagelist.py
index 8b8444bb..07625c12 100644
--- a/wx/lib/mixins/imagelist.py
+++ b/wx/lib/mixins/imagelist.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 15-May-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
diff --git a/wx/lib/mixins/inspection.py b/wx/lib/mixins/inspection.py
index 003b6621..3fdc1f03 100644
--- a/wx/lib/mixins/inspection.py
+++ b/wx/lib/mixins/inspection.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 21-Nov-2006
-# Copyright: (c) 2006-2018 by Total Control Software
+# Copyright: (c) 2006-2020 by Total Control Software
# Licence: wxWindows license
#
# Tags: phoenix-port, documented, unittest
diff --git a/wx/lib/mixins/listctrl.py b/wx/lib/mixins/listctrl.py
index 69591c6b..c0079290 100644
--- a/wx/lib/mixins/listctrl.py
+++ b/wx/lib/mixins/listctrl.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 15-May-2001
-# Copyright: (c) 2001-2018 by Total Control Software
+# Copyright: (c) 2001-2020 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, py3-port
#----------------------------------------------------------------------------
diff --git a/wx/lib/msgpanel.py b/wx/lib/msgpanel.py
index 42536f7a..df8fa69b 100644
--- a/wx/lib/msgpanel.py
+++ b/wx/lib/msgpanel.py
@@ -6,7 +6,7 @@
# Author: Robin Dunn
#
# Created: 19-Oct-2009
-# Copyright: (c) 2009-2018 by Total Control Software
+# Copyright: (c) 2009-2020 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/newevent.py b/wx/lib/newevent.py
index e660e22f..19774ef9 100644
--- a/wx/lib/newevent.py
+++ b/wx/lib/newevent.py
@@ -5,7 +5,7 @@
# Author: Miki Tebeka