diff --git a/buildtools/config.py b/buildtools/config.py index 607eb0d8..79798e42 100644 --- a/buildtools/config.py +++ b/buildtools/config.py @@ -7,7 +7,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2013-2017 by Total Control Software # License: wxWindows License #---------------------------------------------------------------------- diff --git a/buildtools/distutils_hacks.py b/buildtools/distutils_hacks.py index 97e688a1..6362c008 100644 --- a/buildtools/distutils_hacks.py +++ b/buildtools/distutils_hacks.py @@ -6,7 +6,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2013-2017 by Total Control Software # License: wxWindows License #---------------------------------------------------------------------- diff --git a/buildtools/version.py b/buildtools/version.py index 640a3835..95502054 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -6,7 +6,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2010-2016 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #---------------------------------------------------------------------- diff --git a/demo/About.py b/demo/About.py index ff6f59d0..f0e427a3 100644 --- a/demo/About.py +++ b/demo/About.py @@ -32,7 +32,7 @@ sit back and enjoy. Be sure to take a peek at the source code for each demo item so you can learn how to use the classes yourself.
wxPython is brought to you by Robin Dunn and
-Total Control Software, Copyright (c) 1997-2016.
Please see license.txt for licensing information.
diff --git a/demo/AboutBox.py b/demo/AboutBox.py
index 3efaf6bd..ed56845b 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) 2016 Programmers and Coders Everywhere"
+ info.Copyright = "(c) 2013-2017 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 d89714c6..72ce39c5 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 by Total Control Software
+# Copyright: (c) 1998-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/EventManager.py b/demo/EventManager.py
index 6f0b3c3f..4b9f3167 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-2016 by Robb Shecter (robb@acm.org),
+# Copyright: (c) 2002-2017 by Robb Shecter (robb@acm.org),
# Total Control Software
# Licence: wxWindows license
#---------------------------------------------------------------------------
diff --git a/demo/ListCtrl.py b/demo/ListCtrl.py
index ec41b4bc..ef61da5d 100644
--- a/demo/ListCtrl.py
+++ b/demo/ListCtrl.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn & Gary Dumer
#
# Created:
-# Copyright: (c) 1998 by Total Control Software
+# Copyright: (c) 1998-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/demo/Main.py b/demo/Main.py
index bc9b54d8..20ffcafb 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 by Total Control Software
+# Copyright: (c) 1999-2017 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 ca9e58e3..1a1c01d0 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 by Total Control Software
+// Copyright: (c) 2000-2017 by Total Control Software
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
diff --git a/demo/run.py b/demo/run.py
index 5f09d529..75174f9b 100755
--- a/demo/run.py
+++ b/demo/run.py
@@ -7,7 +7,7 @@
# Author: Robin Dunn
#
# Created: 6-March-2000
-# Copyright: (c) 2000 by Total Control Software
+# Copyright: (c) 2000-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------------
diff --git a/etg/_adv.py b/etg/_adv.py
index 294b5380..5c088645 100644
--- a/etg/_adv.py
+++ b/etg/_adv.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Mar-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_aui.py b/etg/_aui.py
index deaf5b38..b5f02fb0 100644
--- a/etg/_aui.py
+++ b/etg/_aui.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_core.py b/etg/_core.py
index 7d6f9e31..df888d61 100644
--- a/etg/_core.py
+++ b/etg/_core.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 8-Nov-2010
-# Copyright: (c) 2010-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_dataview.py b/etg/_dataview.py
index 0289194d..2cc0b0a9 100644
--- a/etg/_dataview.py
+++ b/etg/_dataview.py
@@ -1,9 +1,11 @@
#---------------------------------------------------------------------------
# Name: etg/_dataview.py
# Author: Kevin Ollivier
+# Robin Dunn
#
# Created: 12-Sept-2011
-# Copyright: (c) 2011-2016 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_glcanvas.py b/etg/_glcanvas.py
index 2f67f931..b9d72068 100644
--- a/etg/_glcanvas.py
+++ b/etg/_glcanvas.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_grid.py b/etg/_grid.py
index ae35bc19..eb0a2982 100644
--- a/etg/_grid.py
+++ b/etg/_grid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_html.py b/etg/_html.py
index 64c06d34..ff766aa1 100644
--- a/etg/_html.py
+++ b/etg/_html.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_html2.py b/etg/_html2.py
index 7b18d601..d52e42b6 100644
--- a/etg/_html2.py
+++ b/etg/_html2.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Nov-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_media.py b/etg/_media.py
index 8f8ebb96..83a71680 100644
--- a/etg/_media.py
+++ b/etg/_media.py
@@ -3,7 +3,7 @@
# Author: Dietmar Schwertberger
#
# Created: 13-Nov-2015
-# Copyright: (c) 2015-2016 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_msw.py b/etg/_msw.py
index 794ccb16..116472e0 100644
--- a/etg/_msw.py
+++ b/etg/_msw.py
@@ -3,7 +3,7 @@
# Author: Dietmar Schwertberger
#
# Created: 13-Nov-2015
-# Copyright: (c) 2015-2016 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etg/_propgrid.py b/etg/_propgrid.py
index ecd490bb..8467a263 100644
--- a/etg/_propgrid.py
+++ b/etg/_propgrid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_ribbon.py b/etg/_ribbon.py
index 985c5926..14ad018e 100644
--- a/etg/_ribbon.py
+++ b/etg/_ribbon.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Jun-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_richtext.py b/etg/_richtext.py
index c010c7a1..ee7685e8 100644
--- a/etg/_richtext.py
+++ b/etg/_richtext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_stc.py b/etg/_stc.py
index 5adb8d7f..bd1f15d6 100644
--- a/etg/_stc.py
+++ b/etg/_stc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 24-Oct-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_webkit.py b/etg/_webkit.py
index a514f4ac..d53993c5 100644
--- a/etg/_webkit.py
+++ b/etg/_webkit.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Aug-2013
-# Copyright: (c) 2013-2016 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_xml.py b/etg/_xml.py
index 672897d2..d82b262d 100644
--- a/etg/_xml.py
+++ b/etg/_xml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Nov-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/_xrc.py b/etg/_xrc.py
index 1cb62cbe..cb5df114 100644
--- a/etg/_xrc.py
+++ b/etg/_xrc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Nov-2012
-# Copyright: (c) 2012-2016 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/aboutdlg.py b/etg/aboutdlg.py
index 385fc337..a81b22d8 100644
--- a/etg/aboutdlg.py
+++ b/etg/aboutdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/accel.py b/etg/accel.py
index 7ff7eb41..c28f6272 100644
--- a/etg/accel.py
+++ b/etg/accel.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 06-Sept-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/affinematrix2d.py b/etg/affinematrix2d.py
index 8546a7cc..e08ed128 100644
--- a/etg/affinematrix2d.py
+++ b/etg/affinematrix2d.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 04-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/animate.py b/etg/animate.py
index 025a5526..241c8176 100644
--- a/etg/animate.py
+++ b/etg/animate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/anybutton.py b/etg/anybutton.py
index b3300795..f48a59ec 100644
--- a/etg/anybutton.py
+++ b/etg/anybutton.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/app.py b/etg/app.py
index 3de58c80..80e33d0c 100644
--- a/etg/app.py
+++ b/etg/app.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/apptrait.py b/etg/apptrait.py
index 6c6bd507..63129b3d 100644
--- a/etg/apptrait.py
+++ b/etg/apptrait.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/artprov.py b/etg/artprov.py
index 964b745a..81ba6104 100644
--- a/etg/artprov.py
+++ b/etg/artprov.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auibar.py b/etg/auibar.py
index c8ebb655..f1f9f46d 100644
--- a/etg/auibar.py
+++ b/etg/auibar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auibook.py b/etg/auibook.py
index 16b97b0a..b4a35e5b 100644
--- a/etg/auibook.py
+++ b/etg/auibook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auidockart.py b/etg/auidockart.py
index 37a0bb23..ace5fbab 100644
--- a/etg/auidockart.py
+++ b/etg/auidockart.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auiframemanager.py b/etg/auiframemanager.py
index 80a02a8e..f38fbaad 100644
--- a/etg/auiframemanager.py
+++ b/etg/auiframemanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/auitabmdi.py b/etg/auitabmdi.py
index ced4cf2c..ae2d2dbb 100644
--- a/etg/auitabmdi.py
+++ b/etg/auitabmdi.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/axbase.py b/etg/axbase.py
index a012f62f..53dfdedb 100644
--- a/etg/axbase.py
+++ b/etg/axbase.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bannerwindow.py b/etg/bannerwindow.py
index 3c051bfd..96d0d7d1 100644
--- a/etg/bannerwindow.py
+++ b/etg/bannerwindow.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bitmap.py b/etg/bitmap.py
index 94da11cd..466f263d 100644
--- a/etg/bitmap.py
+++ b/etg/bitmap.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 25-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bmpbuttn.py b/etg/bmpbuttn.py
index 4351c70d..7435c38a 100644
--- a/etg/bmpbuttn.py
+++ b/etg/bmpbuttn.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bmpcbox.py b/etg/bmpcbox.py
index e432eb95..1ab04d72 100644
--- a/etg/bmpcbox.py
+++ b/etg/bmpcbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 05-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/bookctrl.py b/etg/bookctrl.py
index f6b0e59f..5948e2c9 100644
--- a/etg/bookctrl.py
+++ b/etg/bookctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/brush.py b/etg/brush.py
index b4f887e4..16ecb553 100644
--- a/etg/brush.py
+++ b/etg/brush.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/busyinfo.py b/etg/busyinfo.py
index 3d3c50b4..38d00435 100644
--- a/etg/busyinfo.py
+++ b/etg/busyinfo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/button.py b/etg/button.py
index e67d3a63..d72334b0 100644
--- a/etg/button.py
+++ b/etg/button.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 27-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/calctrl.py b/etg/calctrl.py
index 69426362..ab74511e 100644
--- a/etg/calctrl.py
+++ b/etg/calctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/caret.py b/etg/caret.py
index 5c272b89..64249fde 100644
--- a/etg/caret.py
+++ b/etg/caret.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 17-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/checkbox.py b/etg/checkbox.py
index 7d2616e8..d6fad328 100644
--- a/etg/checkbox.py
+++ b/etg/checkbox.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 6-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/checklst.py b/etg/checklst.py
index e70152c6..2da699af 100644
--- a/etg/checklst.py
+++ b/etg/checklst.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 06-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choicdlg.py b/etg/choicdlg.py
index c444d881..4c45deca 100644
--- a/etg/choicdlg.py
+++ b/etg/choicdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choice.py b/etg/choice.py
index 1ad78414..a2231b68 100644
--- a/etg/choice.py
+++ b/etg/choice.py
@@ -4,6 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/choicebk.py b/etg/choicebk.py
index c396fa75..e8b7184f 100644
--- a/etg/choicebk.py
+++ b/etg/choicebk.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/clipbrd.py b/etg/clipbrd.py
index f5950039..a74ab7b5 100644
--- a/etg/clipbrd.py
+++ b/etg/clipbrd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/clntdatactnr.py b/etg/clntdatactnr.py
index 52be15f5..a6c0c82e 100644
--- a/etg/clntdatactnr.py
+++ b/etg/clntdatactnr.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cmdproc.py b/etg/cmdproc.py
index 8bf1632c..332f9860 100644
--- a/etg/cmdproc.py
+++ b/etg/cmdproc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jul-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cmndata.py b/etg/cmndata.py
index 0736997c..38e0df95 100644
--- a/etg/cmndata.py
+++ b/etg/cmndata.py
@@ -4,7 +4,7 @@
# Robin Dunn
#
# Created: 15-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/collpane.py b/etg/collpane.py
index 8e9e3f90..b249d8c4 100644
--- a/etg/collpane.py
+++ b/etg/collpane.py
@@ -4,6 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/colordlg.py b/etg/colordlg.py
index 5a07e9db..b3915475 100644
--- a/etg/colordlg.py
+++ b/etg/colordlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/colour.py b/etg/colour.py
index c96b06ce..d5be436b 100644
--- a/etg/colour.py
+++ b/etg/colour.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/combo.py b/etg/combo.py
index fb8236b6..fec4283c 100644
--- a/etg/combo.py
+++ b/etg/combo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/combobox.py b/etg/combobox.py
index d56f3657..67a12277 100644
--- a/etg/combobox.py
+++ b/etg/combobox.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 09-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/commandlinkbutton.py b/etg/commandlinkbutton.py
index bad93af6..d55b5a98 100644
--- a/etg/commandlinkbutton.py
+++ b/etg/commandlinkbutton.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/config.py b/etg/config.py
index ed5d65e9..5ca1ae47 100644
--- a/etg/config.py
+++ b/etg/config.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/control.py b/etg/control.py
index 0a1f5b4f..ad6db813 100644
--- a/etg/control.py
+++ b/etg/control.py
@@ -4,6 +4,7 @@
#
# Created: 26-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cshelp.py b/etg/cshelp.py
index b5a8fa34..919fa71d 100644
--- a/etg/cshelp.py
+++ b/etg/cshelp.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ctrlsub.py b/etg/ctrlsub.py
index 77e20f79..93dbe11b 100644
--- a/etg/ctrlsub.py
+++ b/etg/ctrlsub.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/cursor.py b/etg/cursor.py
index 43d5c8f7..811ac868 100644
--- a/etg/cursor.py
+++ b/etg/cursor.py
@@ -5,6 +5,7 @@
#
# Created: 06-Sept-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dataobj.py b/etg/dataobj.py
index 8aaf5ca5..4944e7f4 100644
--- a/etg/dataobj.py
+++ b/etg/dataobj.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dataview.py b/etg/dataview.py
index 7faf5390..a90ac7d7 100644
--- a/etg/dataview.py
+++ b/etg/dataview.py
@@ -1,9 +1,11 @@
#---------------------------------------------------------------------------
# Name: etg/dataview.py
# Author: Kevin Ollivier
+# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier, Robin Dunn
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/datectrl.py b/etg/datectrl.py
index 087d6ea3..4866c701 100644
--- a/etg/datectrl.py
+++ b/etg/datectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dateevt.py b/etg/dateevt.py
index 1b708ede..344c7139 100644
--- a/etg/dateevt.py
+++ b/etg/dateevt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dc.py b/etg/dc.py
index 4d1fc7d4..e2c033f4 100644
--- a/etg/dc.py
+++ b/etg/dc.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcbuffer.py b/etg/dcbuffer.py
index 3c0d07a2..eb8a9dcf 100644
--- a/etg/dcbuffer.py
+++ b/etg/dcbuffer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcclient.py b/etg/dcclient.py
index aa9321c2..b4d55407 100644
--- a/etg/dcclient.py
+++ b/etg/dcclient.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcgraph.py b/etg/dcgraph.py
index 53724c9b..2fbda90c 100644
--- a/etg/dcgraph.py
+++ b/etg/dcgraph.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcmemory.py b/etg/dcmemory.py
index 0f116073..07686db3 100644
--- a/etg/dcmemory.py
+++ b/etg/dcmemory.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcmirror.py b/etg/dcmirror.py
index 59cab868..1456be8c 100644
--- a/etg/dcmirror.py
+++ b/etg/dcmirror.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcprint.py b/etg/dcprint.py
index 90443042..6c4eba2d 100644
--- a/etg/dcprint.py
+++ b/etg/dcprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcps.py b/etg/dcps.py
index 6b910573..f4a2b6f2 100644
--- a/etg/dcps.py
+++ b/etg/dcps.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcscreen.py b/etg/dcscreen.py
index 6e0548bc..f8abaf21 100644
--- a/etg/dcscreen.py
+++ b/etg/dcscreen.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dcsvg.py b/etg/dcsvg.py
index 1b35e886..1474be0b 100644
--- a/etg/dcsvg.py
+++ b/etg/dcsvg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 2-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/debug.py b/etg/debug.py
index 1ff16197..31fc28fd 100644
--- a/etg/debug.py
+++ b/etg/debug.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Dec-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/defs.py b/etg/defs.py
index bb1c4481..72860df6 100644
--- a/etg/defs.py
+++ b/etg/defs.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dialog.py b/etg/dialog.py
index 8339549a..eca2c148 100644
--- a/etg/dialog.py
+++ b/etg/dialog.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dirctrl.py b/etg/dirctrl.py
index c0da3c68..9bf512f7 100644
--- a/etg/dirctrl.py
+++ b/etg/dirctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dirdlg.py b/etg/dirdlg.py
index 655d2ddd..bb493717 100644
--- a/etg/dirdlg.py
+++ b/etg/dirdlg.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/display.py b/etg/display.py
index 72e674c2..040b33d3 100644
--- a/etg/display.py
+++ b/etg/display.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dnd.py b/etg/dnd.py
index 93388876..e30b1c54 100644
--- a/etg/dnd.py
+++ b/etg/dnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/dragimag.py b/etg/dragimag.py
index e2db9184..97fb476b 100644
--- a/etg/dragimag.py
+++ b/etg/dragimag.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/editlbox.py b/etg/editlbox.py
index 0db18e77..6dd767b8 100644
--- a/etg/editlbox.py
+++ b/etg/editlbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/event.py b/etg/event.py
index af7f8f6a..b02c04f9 100644
--- a/etg/event.py
+++ b/etg/event.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/eventfilter.py b/etg/eventfilter.py
index ad4efef9..0c49a44b 100644
--- a/etg/eventfilter.py
+++ b/etg/eventfilter.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 01-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/evtloop.py b/etg/evtloop.py
index a6483692..7023a349 100644
--- a/etg/evtloop.py
+++ b/etg/evtloop.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fdrepdlg.py b/etg/fdrepdlg.py
index 5d5afb18..46da52c6 100644
--- a/etg/fdrepdlg.py
+++ b/etg/fdrepdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filectrl.py b/etg/filectrl.py
index 1598aaa3..76609190 100644
--- a/etg/filectrl.py
+++ b/etg/filectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filedlg.py b/etg/filedlg.py
index 006c434d..4ee711d3 100644
--- a/etg/filedlg.py
+++ b/etg/filedlg.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filehistory.py b/etg/filehistory.py
index d63151ca..ab26900b 100644
--- a/etg/filehistory.py
+++ b/etg/filehistory.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-Jul-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/filesys.py b/etg/filesys.py
index f3e07889..ec976316 100644
--- a/etg/filesys.py
+++ b/etg/filesys.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Feb-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/font.py b/etg/font.py
index ce566435..7b7f9c31 100644
--- a/etg/font.py
+++ b/etg/font.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontdlg.py b/etg/fontdlg.py
index 52ce1214..a0622f68 100644
--- a/etg/fontdlg.py
+++ b/etg/fontdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontenum.py b/etg/fontenum.py
index 4e0485bb..b4b13b5d 100644
--- a/etg/fontenum.py
+++ b/etg/fontenum.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontmap.py b/etg/fontmap.py
index 6a683a86..9495b29d 100644
--- a/etg/fontmap.py
+++ b/etg/fontmap.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fontutil.py b/etg/fontutil.py
index a8c09b34..58f4a63e 100644
--- a/etg/fontutil.py
+++ b/etg/fontutil.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 8-Oct-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/frame.py b/etg/frame.py
index 14827404..8e96591b 100644
--- a/etg/frame.py
+++ b/etg/frame.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 6-Dec-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/fswatcher.py b/etg/fswatcher.py
index 2ae6a882..c44fbf60 100644
--- a/etg/fswatcher.py
+++ b/etg/fswatcher.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Jul-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gauge.py b/etg/gauge.py
index 8d174769..c1ac8f5b 100644
--- a/etg/gauge.py
+++ b/etg/gauge.py
@@ -1,9 +1,11 @@
#---------------------------------------------------------------------------
# Name: etg/gauge.py
# Author: Kevin Ollivier
+# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gbsizer.py b/etg/gbsizer.py
index 4e58741e..0827058d 100644
--- a/etg/gbsizer.py
+++ b/etg/gbsizer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gdicmn.py b/etg/gdicmn.py
index 931a4325..48ad903e 100644
--- a/etg/gdicmn.py
+++ b/etg/gdicmn.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/gdiobj.py b/etg/gdiobj.py
index deb7b595..ff3489f7 100644
--- a/etg/gdiobj.py
+++ b/etg/gdiobj.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created:
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/geometry.py b/etg/geometry.py
index 3b965898..531472f4 100644
--- a/etg/geometry.py
+++ b/etg/geometry.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/graphics.py b/etg/graphics.py
index aa633d0c..81efa657 100644
--- a/etg/graphics.py
+++ b/etg/graphics.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/grid.py b/etg/grid.py
index 4452f24f..c4115b0a 100644
--- a/etg/grid.py
+++ b/etg/grid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/headercol.py b/etg/headercol.py
index fd98ad1e..804eeec8 100644
--- a/etg/headercol.py
+++ b/etg/headercol.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/headerctrl.py b/etg/headerctrl.py
index b2ebeb4c..d5223e6b 100644
--- a/etg/headerctrl.py
+++ b/etg/headerctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/help.py b/etg/help.py
index 5cd148e0..76594bd1 100644
--- a/etg/help.py
+++ b/etg/help.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpctrl.py b/etg/helpctrl.py
index a7b34f0a..afee8692 100644
--- a/etg/helpctrl.py
+++ b/etg/helpctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpdata.py b/etg/helpdata.py
index 3fff64f0..328072ac 100644
--- a/etg/helpdata.py
+++ b/etg/helpdata.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpdlg.py b/etg/helpdlg.py
index be1c0d6d..d623642d 100644
--- a/etg/helpdlg.py
+++ b/etg/helpdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpext.py b/etg/helpext.py
index ec8d96ee..28e26d80 100644
--- a/etg/helpext.py
+++ b/etg/helpext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpfrm.py b/etg/helpfrm.py
index e93952dd..73180fc2 100644
--- a/etg/helpfrm.py
+++ b/etg/helpfrm.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/helpwnd.py b/etg/helpwnd.py
index 725abf64..8c902f3a 100644
--- a/etg/helpwnd.py
+++ b/etg/helpwnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlcell.py b/etg/htmlcell.py
index 392b38cf..4978300c 100644
--- a/etg/htmlcell.py
+++ b/etg/htmlcell.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmldefs.py b/etg/htmldefs.py
index 488484fe..73a566ae 100644
--- a/etg/htmldefs.py
+++ b/etg/htmldefs.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlfilt.py b/etg/htmlfilt.py
index 237bbff1..55578ed1 100644
--- a/etg/htmlfilt.py
+++ b/etg/htmlfilt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmllbox.py b/etg/htmllbox.py
index 56a09b95..d98cc7d4 100644
--- a/etg/htmllbox.py
+++ b/etg/htmllbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Mar-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlpars.py b/etg/htmlpars.py
index 55b1736d..865cef39 100644
--- a/etg/htmlpars.py
+++ b/etg/htmlpars.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlprint.py b/etg/htmlprint.py
index 0d2fd064..f430455e 100644
--- a/etg/htmlprint.py
+++ b/etg/htmlprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmltag.py b/etg/htmltag.py
index d282bc7b..e9d158c0 100644
--- a/etg/htmltag.py
+++ b/etg/htmltag.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlwin.py b/etg/htmlwin.py
index 71f2d5f9..d77c1557 100644
--- a/etg/htmlwin.py
+++ b/etg/htmlwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/htmlwinpars.py b/etg/htmlwinpars.py
index 3d475386..6c1e8f31 100644
--- a/etg/htmlwinpars.py
+++ b/etg/htmlwinpars.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/hyperlink.py b/etg/hyperlink.py
index 39b654d1..e4f37aca 100644
--- a/etg/hyperlink.py
+++ b/etg/hyperlink.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/icon.py b/etg/icon.py
index 75d973c2..5f7af1b4 100644
--- a/etg/icon.py
+++ b/etg/icon.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/iconbndl.py b/etg/iconbndl.py
index 1c6bcd0b..56282666 100644
--- a/etg/iconbndl.py
+++ b/etg/iconbndl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/iconloc.py b/etg/iconloc.py
index 7fdaf526..ba332a67 100644
--- a/etg/iconloc.py
+++ b/etg/iconloc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/image.py b/etg/image.py
index 70bd1dd0..a9acc060 100644
--- a/etg/image.py
+++ b/etg/image.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 25-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/imaglist.py b/etg/imaglist.py
index 98e3db07..795e3f6f 100644
--- a/etg/imaglist.py
+++ b/etg/imaglist.py
@@ -4,6 +4,7 @@
#
# Created: 27-Aug-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Wide Open Technologies
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/infobar.py b/etg/infobar.py
index e6c01bb5..e0c80154 100644
--- a/etg/infobar.py
+++ b/etg/infobar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/intl.py b/etg/intl.py
index 4ac1dbab..abc542c0 100644
--- a/etg/intl.py
+++ b/etg/intl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/joystick.py b/etg/joystick.py
index 5fad081d..37eb6183 100644
--- a/etg/joystick.py
+++ b/etg/joystick.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/kbdstate.py b/etg/kbdstate.py
index 836cbcce..6ec3c942 100644
--- a/etg/kbdstate.py
+++ b/etg/kbdstate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/layout.py b/etg/layout.py
index 69057b6b..066dc0e8 100644
--- a/etg/layout.py
+++ b/etg/layout.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/laywin.py b/etg/laywin.py
index 2f1ffdc1..8a79b800 100644
--- a/etg/laywin.py
+++ b/etg/laywin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listbook.py b/etg/listbook.py
index 4d839814..fa0fac5f 100644
--- a/etg/listbook.py
+++ b/etg/listbook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listbox.py b/etg/listbox.py
index 9389e80d..c335809d 100644
--- a/etg/listbox.py
+++ b/etg/listbox.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/listctrl.py b/etg/listctrl.py
index 5c1ffdce..297ae448 100644
--- a/etg/listctrl.py
+++ b/etg/listctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/log.py b/etg/log.py
index c4806102..91944f9a 100644
--- a/etg/log.py
+++ b/etg/log.py
@@ -5,6 +5,7 @@
#
# Created: 08-Sept-2011
# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mdi.py b/etg/mdi.py
index 55faf740..fe5b9b9b 100644
--- a/etg/mdi.py
+++ b/etg/mdi.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 05-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mediactrl.py b/etg/mediactrl.py
index a488a341..f00e1c15 100644
--- a/etg/mediactrl.py
+++ b/etg/mediactrl.py
@@ -4,7 +4,7 @@
# Dietmar Schwertberger
#
# Created: 24-Nov-2015
-# Copyright: (c) 2015 by Wide Open Technologies
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/menu.py b/etg/menu.py
index cf9ea3c9..14ab3a7b 100644
--- a/etg/menu.py
+++ b/etg/menu.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 25-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/menuitem.py b/etg/menuitem.py
index 309c3a13..cda9b8df 100644
--- a/etg/menuitem.py
+++ b/etg/menuitem.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/metafile.py b/etg/metafile.py
index 14a08fdf..5e5eeaea 100644
--- a/etg/metafile.py
+++ b/etg/metafile.py
@@ -1,10 +1,10 @@
#---------------------------------------------------------------------------
# Name: etg/metafile.py
# Author: Robin Dunn
-# Dietmar Schwertberger
+# Dietmar Schwertberger
#
# Created: 01-Nov-2015
-# Copyright: (c) 2015 by Wide Open Technologies
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mimetype.py b/etg/mimetype.py
index b2d2d199..c9ae01e6 100644
--- a/etg/mimetype.py
+++ b/etg/mimetype.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/minifram.py b/etg/minifram.py
index 48a51a6d..6c4815ea 100644
--- a/etg/minifram.py
+++ b/etg/minifram.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/modalhook.py b/etg/modalhook.py
index bc306881..918be566 100644
--- a/etg/modalhook.py
+++ b/etg/modalhook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mousemanager.py b/etg/mousemanager.py
index d33351c2..17b4f5af 100644
--- a/etg/mousemanager.py
+++ b/etg/mousemanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/mousestate.py b/etg/mousestate.py
index d9a25a1c..726ebe68 100644
--- a/etg/mousestate.py
+++ b/etg/mousestate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/msgdlg.py b/etg/msgdlg.py
index 1083c35d..06e187a5 100644
--- a/etg/msgdlg.py
+++ b/etg/msgdlg.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 24-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/nonownedwnd.py b/etg/nonownedwnd.py
index 91cc5b09..a797e167 100644
--- a/etg/nonownedwnd.py
+++ b/etg/nonownedwnd.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Oct-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/notebook.py b/etg/notebook.py
index c053fee1..f23586e9 100644
--- a/etg/notebook.py
+++ b/etg/notebook.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 27-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/notifmsg.py b/etg/notifmsg.py
index 29fa61fd..4dbdc1e9 100644
--- a/etg/notifmsg.py
+++ b/etg/notifmsg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/object.py b/etg/object.py
index 70699d79..f62dea97 100644
--- a/etg/object.py
+++ b/etg/object.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 9-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/odcombo.py b/etg/odcombo.py
index 7c4b437a..aa08be45 100644
--- a/etg/odcombo.py
+++ b/etg/odcombo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 04-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/overlay.py b/etg/overlay.py
index 18621247..28b9331f 100644
--- a/etg/overlay.py
+++ b/etg/overlay.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/palette.py b/etg/palette.py
index 133a7f62..dd635d88 100644
--- a/etg/palette.py
+++ b/etg/palette.py
@@ -3,7 +3,7 @@
# Author: Scott Talbert
#
# Created: 31-Jul-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/panel.py b/etg/panel.py
index 1e9f7072..23be0a1e 100644
--- a/etg/panel.py
+++ b/etg/panel.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 25-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pen.py b/etg/pen.py
index 0768645f..5f9dc9aa 100644
--- a/etg/pen.py
+++ b/etg/pen.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pickers.py b/etg/pickers.py
index 6e566c98..0ea166b6 100644
--- a/etg/pickers.py
+++ b/etg/pickers.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/platinfo.py b/etg/platinfo.py
index 3126b26c..8398d476 100644
--- a/etg/platinfo.py
+++ b/etg/platinfo.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/popupwin.py b/etg/popupwin.py
index 841e1d38..a9bdc0a8 100644
--- a/etg/popupwin.py
+++ b/etg/popupwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/position.py b/etg/position.py
index 846eaaf7..0127223d 100644
--- a/etg/position.py
+++ b/etg/position.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/power.py b/etg/power.py
index 027b6198..2915b529 100644
--- a/etg/power.py
+++ b/etg/power.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/preferences.py b/etg/preferences.py
index 7e11424f..a82534e0 100644
--- a/etg/preferences.py
+++ b/etg/preferences.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Feb-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/printdlg.py b/etg/printdlg.py
index 0891b638..5bbbdaeb 100644
--- a/etg/printdlg.py
+++ b/etg/printdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/printfw.py b/etg/printfw.py
index 8ff06142..3bdea3a1 100644
--- a/etg/printfw.py
+++ b/etg/printfw.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/process.py b/etg/process.py
index a8de06c3..f4ed9041 100644
--- a/etg/process.py
+++ b/etg/process.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Dec-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/progdlg.py b/etg/progdlg.py
index d7f40ca1..f454185a 100644
--- a/etg/progdlg.py
+++ b/etg/progdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 9-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propdlg.py b/etg/propdlg.py
index 8a6015c0..ede36dec 100644
--- a/etg/propdlg.py
+++ b/etg/propdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Sep-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgrid.py b/etg/propgrid.py
index e1cf5d15..1a71fe8a 100644
--- a/etg/propgrid.py
+++ b/etg/propgrid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridadvprops.py b/etg/propgridadvprops.py
index 2fb59352..e4023f51 100644
--- a/etg/propgridadvprops.py
+++ b/etg/propgridadvprops.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgrideditors.py b/etg/propgrideditors.py
index ebaf3cc9..c96a59f7 100644
--- a/etg/propgrideditors.py
+++ b/etg/propgrideditors.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridiface.py b/etg/propgridiface.py
index 847a0e05..8c7ea658 100644
--- a/etg/propgridiface.py
+++ b/etg/propgridiface.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridmanager.py b/etg/propgridmanager.py
index 9bc8a3c2..e086ff1e 100644
--- a/etg/propgridmanager.py
+++ b/etg/propgridmanager.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 31-Aug-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridpagestate.py b/etg/propgridpagestate.py
index d5b91bda..ccc75741 100644
--- a/etg/propgridpagestate.py
+++ b/etg/propgridpagestate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridproperty.py b/etg/propgridproperty.py
index bdb02232..a5b980d4 100644
--- a/etg/propgridproperty.py
+++ b/etg/propgridproperty.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Feb-2015
-# Copyright: (c) 2015 by Total Control Software
+# Copyright: (c) 2015-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/propgridprops.py b/etg/propgridprops.py
index cd137a7b..3826685d 100644
--- a/etg/propgridprops.py
+++ b/etg/propgridprops.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pseudodc.py b/etg/pseudodc.py
index 2ccea4f5..f21a6780 100644
--- a/etg/pseudodc.py
+++ b/etg/pseudodc.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Jul-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/pyevent.py b/etg/pyevent.py
index f7ea6aaf..edfc17c1 100644
--- a/etg/pyevent.py
+++ b/etg/pyevent.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 02-Nov-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/radiobox.py b/etg/radiobox.py
index 658d4a1c..f7c63943 100644
--- a/etg/radiobox.py
+++ b/etg/radiobox.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/radiobut.py b/etg/radiobut.py
index a07451a1..18cc2e0d 100644
--- a/etg/radiobut.py
+++ b/etg/radiobut.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/rawbmp.py b/etg/rawbmp.py
index 0d9457be..d6bd8b40 100644
--- a/etg/rawbmp.py
+++ b/etg/rawbmp.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Aug-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/rearrangectrl.py b/etg/rearrangectrl.py
index 5ec54ce1..7eb899c2 100644
--- a/etg/rearrangectrl.py
+++ b/etg/rearrangectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/region.py b/etg/region.py
index 8f125edc..a90e600d 100644
--- a/etg/region.py
+++ b/etg/region.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/renderer.py b/etg/renderer.py
index 081dd4bd..dcc64672 100644
--- a/etg/renderer.py
+++ b/etg/renderer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_art.py b/etg/ribbon_art.py
index fac76b37..d9299c0a 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_bar.py b/etg/ribbon_bar.py
index 8ced9266..d066d615 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_buttonbar.py b/etg/ribbon_buttonbar.py
index 828e1b88..1f34f8aa 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_control.py b/etg/ribbon_control.py
index e3a3c684..ba4c93b6 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_gallery.py b/etg/ribbon_gallery.py
index d5b915ab..4af54813 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_page.py b/etg/ribbon_page.py
index b602b205..4ca8ee52 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_panel.py b/etg/ribbon_panel.py
index a35a94c4..50acb35e 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/ribbon_toolbar.py b/etg/ribbon_toolbar.py
index 3cd2fdda..9416db3e 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richmsgdlg.py b/etg/richmsgdlg.py
index ab8f291f..879fcb14 100644
--- a/etg/richmsgdlg.py
+++ b/etg/richmsgdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Nov-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextbuffer.py b/etg/richtextbuffer.py
index 1d1efb83..994054e8 100644
--- a/etg/richtextbuffer.py
+++ b/etg/richtextbuffer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 23-Mar-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextctrl.py b/etg/richtextctrl.py
index ff6ec964..5fbb382f 100644
--- a/etg/richtextctrl.py
+++ b/etg/richtextctrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextformatdlg.py b/etg/richtextformatdlg.py
index c6722265..77ec411b 100644
--- a/etg/richtextformatdlg.py
+++ b/etg/richtextformatdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtexthtml.py b/etg/richtexthtml.py
index e8f76ac5..efb1504e 100644
--- a/etg/richtexthtml.py
+++ b/etg/richtexthtml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextprint.py b/etg/richtextprint.py
index 58febce9..9d6a265c 100644
--- a/etg/richtextprint.py
+++ b/etg/richtextprint.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextstyledlg.py b/etg/richtextstyledlg.py
index 047bea78..b264d978 100644
--- a/etg/richtextstyledlg.py
+++ b/etg/richtextstyledlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextstyles.py b/etg/richtextstyles.py
index c9c284e7..bda35a40 100644
--- a/etg/richtextstyles.py
+++ b/etg/richtextstyles.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextsymboldlg.py b/etg/richtextsymboldlg.py
index 2f2f58bf..2e24f727 100644
--- a/etg/richtextsymboldlg.py
+++ b/etg/richtextsymboldlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 16-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtextxml.py b/etg/richtextxml.py
index 6b87a1f4..9e88b6dc 100644
--- a/etg/richtextxml.py
+++ b/etg/richtextxml.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 13-May-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/richtooltip.py b/etg/richtooltip.py
index 064bbcec..d3688cbd 100644
--- a/etg/richtooltip.py
+++ b/etg/richtooltip.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sashwin.py b/etg/sashwin.py
index 459bc471..c5bcecd3 100644
--- a/etg/sashwin.py
+++ b/etg/sashwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/scrolbar.py b/etg/scrolbar.py
index f811acbc..4cc06fe8 100644
--- a/etg/scrolbar.py
+++ b/etg/scrolbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/scrolwin.py b/etg/scrolwin.py
index 079211f1..0890e442 100644
--- a/etg/scrolwin.py
+++ b/etg/scrolwin.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/settings.py b/etg/settings.py
index 4f998a27..9fababa8 100644
--- a/etg/settings.py
+++ b/etg/settings.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sizer.py b/etg/sizer.py
index 73b40c6f..a5533eab 100644
--- a/etg/sizer.py
+++ b/etg/sizer.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/slider.py b/etg/slider.py
index 42328182..876d9baf 100644
--- a/etg/slider.py
+++ b/etg/slider.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/snglinst.py b/etg/snglinst.py
index f032df27..a3b8be67 100644
--- a/etg/snglinst.py
+++ b/etg/snglinst.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 6-Sept-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sound.py b/etg/sound.py
index efa6b896..30df931c 100644
--- a/etg/sound.py
+++ b/etg/sound.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/spinbutt.py b/etg/spinbutt.py
index ca624a35..7976422e 100644
--- a/etg/spinbutt.py
+++ b/etg/spinbutt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 01-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/spinctrl.py b/etg/spinctrl.py
index cb3f6126..6adaa25f 100644
--- a/etg/spinctrl.py
+++ b/etg/spinctrl.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/splash.py b/etg/splash.py
index b663e949..3de05abc 100644
--- a/etg/splash.py
+++ b/etg/splash.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-May-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/splitter.py b/etg/splitter.py
index 0d070afa..112fbc38 100644
--- a/etg/splitter.py
+++ b/etg/splitter.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 27-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/srchctrl.py b/etg/srchctrl.py
index 9923357d..4e9667f5 100644
--- a/etg/srchctrl.py
+++ b/etg/srchctrl.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 9-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statbmp.py b/etg/statbmp.py
index fdc63d3a..0b0c68dd 100644
--- a/etg/statbmp.py
+++ b/etg/statbmp.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statbox.py b/etg/statbox.py
index d7cf4599..a31691eb 100644
--- a/etg/statbox.py
+++ b/etg/statbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statline.py b/etg/statline.py
index 9e985b05..1ef3a1ae 100644
--- a/etg/statline.py
+++ b/etg/statline.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stattext.py b/etg/stattext.py
index 74d555e7..4ba32428 100644
--- a/etg/stattext.py
+++ b/etg/stattext.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 26-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Totcal Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/statusbar.py b/etg/statusbar.py
index d94004ca..30bfbdf4 100644
--- a/etg/statusbar.py
+++ b/etg/statusbar.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stdpaths.py b/etg/stdpaths.py
index c63e6c73..0c17ba3f 100644
--- a/etg/stdpaths.py
+++ b/etg/stdpaths.py
@@ -3,7 +3,8 @@
# Author: Kevin Ollivier
#
# Created: 27-Aug-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stockitem.py b/etg/stockitem.py
index c66bee80..165b6784 100644
--- a/etg/stockitem.py
+++ b/etg/stockitem.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 28-Oct-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stopwatch.py b/etg/stopwatch.py
index 36b11aa5..f931b035 100644
--- a/etg/stopwatch.py
+++ b/etg/stopwatch.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Dec-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/stream.py b/etg/stream.py
index 380a0be5..4d0d0fde 100644
--- a/etg/stream.py
+++ b/etg/stream.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/sysopt.py b/etg/sysopt.py
index 2907cd0e..251999a9 100644
--- a/etg/sysopt.py
+++ b/etg/sysopt.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/taskbar.py b/etg/taskbar.py
index ccae1959..5800fe86 100644
--- a/etg/taskbar.py
+++ b/etg/taskbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/template.py b/etg/template.py
deleted file mode 100644
index e04a2952..00000000
--- a/etg/template.py
+++ /dev/null
@@ -1,48 +0,0 @@
-#---------------------------------------------------------------------------
-# Name: etg/????
-# Author: Robin Dunn
-#
-# Created:
-# Copyright: (c) 2013 by Total Control Software
-# License: wxWindows License
-#---------------------------------------------------------------------------
-
-import etgtools
-import etgtools.tweaker_tools as tools
-
-PACKAGE = ""
-MODULE = ""
-NAME = "" # Base name of the file to generate to for this script
-DOCSTRING = ""
-
-# The classes and/or the basename of the Doxygen XML files to be processed by
-# this script.
-ITEMS = [ ]
-
-#---------------------------------------------------------------------------
-
-def run():
- # Parse the XML file(s) building a collection of Extractor objects
- module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)
- etgtools.parseDoxyXML(module, ITEMS)
-
- #-----------------------------------------------------------------
- # Tweak the parsed meta objects in the module object as needed for
- # customizing the generated code and docstrings.
-
-
- c = module.find('wxSomeClassName')
- assert isinstance(c, etgtools.ClassDef)
-
-
-
-
- #-----------------------------------------------------------------
- tools.doCommonTweaks(module)
- tools.runGenerators(module)
-
-
-#---------------------------------------------------------------------------
-if __name__ == '__main__':
- run()
-
diff --git a/etg/textcompleter.py b/etg/textcompleter.py
index 6cda4ced..6d678560 100644
--- a/etg/textcompleter.py
+++ b/etg/textcompleter.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textctrl.py b/etg/textctrl.py
index fe8a938d..a825b0f7 100644
--- a/etg/textctrl.py
+++ b/etg/textctrl.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 9-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textdlg.py b/etg/textdlg.py
index 400c65ff..ae4b4139 100644
--- a/etg/textdlg.py
+++ b/etg/textdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 10-Aug-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/textentry.py b/etg/textentry.py
index 37069694..1cd8a790 100644
--- a/etg/textentry.py
+++ b/etg/textentry.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 03-Nov-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tglbtn.py b/etg/tglbtn.py
index 245d53ac..50edf398 100644
--- a/etg/tglbtn.py
+++ b/etg/tglbtn.py
@@ -4,7 +4,8 @@
# Robin Dunn
#
# Created: 16-Sept-2011
-# Copyright: (c) 2013 by Kevin Ollivier
+# Copyright: (c) 2011 by Kevin Ollivier
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/timectrl.py b/etg/timectrl.py
index f1718186..4104e24f 100644
--- a/etg/timectrl.py
+++ b/etg/timectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/timer.py b/etg/timer.py
index f744f511..34ca1553 100644
--- a/etg/timer.py
+++ b/etg/timer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 21-Sept-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tipdlg.py b/etg/tipdlg.py
index b6995b6a..5bf70494 100644
--- a/etg/tipdlg.py
+++ b/etg/tipdlg.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 12-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tipwin.py b/etg/tipwin.py
index 5f21c101..bbea9b8f 100644
--- a/etg/tipwin.py
+++ b/etg/tipwin.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toolbar.py b/etg/toolbar.py
index e597ee35..4a17aaec 100644
--- a/etg/toolbar.py
+++ b/etg/toolbar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toolbook.py b/etg/toolbook.py
index c86fab60..62a7678a 100644
--- a/etg/toolbook.py
+++ b/etg/toolbook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tooltip.py b/etg/tooltip.py
index 3abf7b42..2f82d02f 100644
--- a/etg/tooltip.py
+++ b/etg/tooltip.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 30-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/toplevel.py b/etg/toplevel.py
index 71912926..f6f51768 100644
--- a/etg/toplevel.py
+++ b/etg/toplevel.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 4-Dec-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/tracker.py b/etg/tracker.py
index b6db96c4..3f6c6c5f 100644
--- a/etg/tracker.py
+++ b/etg/tracker.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/translation.py b/etg/translation.py
index 8588cd1a..572a5772 100644
--- a/etg/translation.py
+++ b/etg/translation.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 07-Apr-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treebook.py b/etg/treebook.py
index f402ebc3..7483ee2f 100644
--- a/etg/treebook.py
+++ b/etg/treebook.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 18-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treectrl.py b/etg/treectrl.py
index 2d46c5b3..b11a2ca0 100644
--- a/etg/treectrl.py
+++ b/etg/treectrl.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 26-Mar-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/treelist.py b/etg/treelist.py
index b02e447f..ee1d6181 100644
--- a/etg/treelist.py
+++ b/etg/treelist.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/uiaction.py b/etg/uiaction.py
index d9f95bc4..b0d9254b 100644
--- a/etg/uiaction.py
+++ b/etg/uiaction.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 09-Feb-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/unichar.py b/etg/unichar.py
index aaa08998..b1696ecb 100644
--- a/etg/unichar.py
+++ b/etg/unichar.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/utils.py b/etg/utils.py
index a8cf7610..daff771e 100644
--- a/etg/utils.py
+++ b/etg/utils.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 19-Dec-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/validate.py b/etg/validate.py
index dbcb5a8d..8f455a8a 100644
--- a/etg/validate.py
+++ b/etg/validate.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/valtext.py b/etg/valtext.py
index cd99dbec..6a380cf8 100644
--- a/etg/valtext.py
+++ b/etg/valtext.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 25-Aug-2016
-# Copyright: (c) 2016 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vidmode.py b/etg/vidmode.py
index b2adf5b9..396c8185 100644
--- a/etg/vidmode.py
+++ b/etg/vidmode.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created:
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vlbox.py b/etg/vlbox.py
index f75816d8..2eb5ec73 100644
--- a/etg/vlbox.py
+++ b/etg/vlbox.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 14-Aug-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/vscroll.py b/etg/vscroll.py
index 2efa298d..0fa22855 100644
--- a/etg/vscroll.py
+++ b/etg/vscroll.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Dec-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/webkit.py b/etg/webkit.py
index 320099ca..b27a7336 100644
--- a/etg/webkit.py
+++ b/etg/webkit.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 22-Aug-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/webview.py b/etg/webview.py
index e82a8dfa..fc8057aa 100644
--- a/etg/webview.py
+++ b/etg/webview.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 20-Nov-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/window.py b/etg/window.py
index 6f64af05..a75cf13a 100644
--- a/etg/window.py
+++ b/etg/window.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/windowid.py b/etg/windowid.py
index 24c36edb..1aec5230 100644
--- a/etg/windowid.py
+++ b/etg/windowid.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 15-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/withimage.py b/etg/withimage.py
index a2656c1d..965f6b5c 100644
--- a/etg/withimage.py
+++ b/etg/withimage.py
@@ -3,7 +3,8 @@
# Author: Robin Dunn
#
# Created: 9-Sept-2011
-# Copyright: (c) 2013 by Wide Open Technologies
+# Copyright: (c) 2011 by Wide Open Technologies
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wizard.py b/etg/wizard.py
index cd0dd1e0..37645d15 100644
--- a/etg/wizard.py
+++ b/etg/wizard.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 06-Jun-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wrapsizer.py b/etg/wrapsizer.py
index 6b4752e3..9578d83b 100644
--- a/etg/wrapsizer.py
+++ b/etg/wrapsizer.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 29-Oct-2011
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etg/wxdatetime.py b/etg/wxdatetime.py
index 14996520..a17adf38 100644
--- a/etg/wxdatetime.py
+++ b/etg/wxdatetime.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 27-Feb-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/__init__.py b/etgtools/__init__.py
index 35ad46ce..eb5918d4 100644
--- a/etgtools/__init__.py
+++ b/etgtools/__init__.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/extractors.py b/etgtools/extractors.py
index bedf1807..486e48a3 100644
--- a/etgtools/extractors.py
+++ b/etgtools/extractors.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/generators.py b/etgtools/generators.py
index 741e1fe8..ff60984d 100644
--- a/etgtools/generators.py
+++ b/etgtools/generators.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/item_module_map.py b/etgtools/item_module_map.py
index 9936fb54..93d2ec04 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etgtools/map_generator.py b/etgtools/map_generator.py
index 23706af2..ffc7fbee 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 by Total Control Software
+# Copyright: (c) 2016-2017 by Total Control Software
# License: wxWindows License
# ---------------------------------------------------------------------------
diff --git a/etgtools/pi_generator.py b/etgtools/pi_generator.py
index eec44a19..29f98033 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-2016 by Total Control Software
+# Copyright: (c) 2011-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -44,7 +44,7 @@ header_pi = """\
#
# See: https://wingware.com/doc/edit/helping-wing-analyze-code
#
-# Copyright: (c) 2011-2016 by Total Control Software
+# Copyright: (c) 2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -63,7 +63,7 @@ header_pyi = """\
#
# See: https://www.jetbrains.com/help/pycharm/2016.1/type-hinting-in-pycharm.html
#
-# Copyright: (c) 2011-2016 by Total Control Software
+# Copyright: (c) 2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/sip_generator.py b/etgtools/sip_generator.py
index 333bca2f..1668efca 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-2016 by Total Control Software
+# Copyright: (c) 2010-2017 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) 2011-2016 by Total Control Software
+// Copyright: (c) 2017 by Total Control Software
// License: wxWindows License
""")
if module.name == module.module:
@@ -76,7 +76,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
};
%%Copying
- Copyright: (c) 2016 by Total Control Software
+ Copyright: (c) 2017 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) 2011-2016 by Total Control Software
+# Copyright: (c) 2017 by Total Control Software
# License: wxWindows License
%s
from .%s import *
diff --git a/etgtools/sphinx_generator.py b/etgtools/sphinx_generator.py
index eb8d0fb6..ec259f68 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-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/swig_generator.py b/etgtools/swig_generator.py
index 3c367cbf..305485c4 100644
--- a/etgtools/swig_generator.py
+++ b/etgtools/swig_generator.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py
index 73d55f82..d4797ab5 100644
--- a/etgtools/tweaker_tools.py
+++ b/etgtools/tweaker_tools.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/packaging/setup.py b/packaging/setup.py
index 8b34a3ec..8416d124 100644
--- a/packaging/setup.py
+++ b/packaging/setup.py
@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 27-Mar-2013
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2013-2016 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
#---------------------------------------------------------------------------
diff --git a/samples/combo/combo1.py b/samples/combo/combo1.py
index 64abf20e..04361e26 100644
--- a/samples/combo/combo1.py
+++ b/samples/combo/combo1.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 1-June-2012
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2012-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/sphinxtools/constants.py b/sphinxtools/constants.py
index fb6eebce..bc40ffd7 100644
--- a/sphinxtools/constants.py
+++ b/sphinxtools/constants.py
@@ -5,7 +5,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/sphinxtools/inheritance.py b/sphinxtools/inheritance.py
index 7e0cb8af..22b76955 100644
--- a/sphinxtools/inheritance.py
+++ b/sphinxtools/inheritance.py
@@ -5,7 +5,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/sphinxtools/postprocess.py b/sphinxtools/postprocess.py
index 2ebd9738..d55695ce 100644
--- a/sphinxtools/postprocess.py
+++ b/sphinxtools/postprocess.py
@@ -4,7 +4,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/sphinxtools/templates.py b/sphinxtools/templates.py
index e237f6aa..3dbc9607 100644
--- a/sphinxtools/templates.py
+++ b/sphinxtools/templates.py
@@ -5,7 +5,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/sphinxtools/utilities.py b/sphinxtools/utilities.py
index 3fbd1027..b3faa89b 100644
--- a/sphinxtools/utilities.py
+++ b/sphinxtools/utilities.py
@@ -5,7 +5,7 @@
# Author: Andrea Gavana
#
# Created: 30-Nov-2010
-# Copyright: (c) 2010-2016 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -551,7 +551,7 @@ header = """\
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
- Copyright: (c) 2011-2016 by Total Control Software
+ Copyright: (c) 2011-2017 by Total Control Software
License: wxWindows License
"""
diff --git a/src/__init__.py b/src/__init__.py
index ec94e60d..a07c0d00 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
-# Copyright: (c) 2013 by Total Control Software
+# Copyright: (c) 2010-2017 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
diff --git a/src/arrayholder.h b/src/arrayholder.h
index 06e2e3b1..4849d7c9 100644
--- a/src/arrayholder.h
+++ b/src/arrayholder.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 20-Oct-2011
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2011-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/arrayholder.sip b/src/arrayholder.sip
index a57cb8ea..b39d48bd 100644
--- a/src/arrayholder.sip
+++ b/src/arrayholder.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 14-March-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/arrays.sip b/src/arrays.sip
index 49ab591f..61b4bbdc 100644
--- a/src/arrays.sip
+++ b/src/arrays.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 2-Sept-2011
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2011-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/bitmap_ex.cpp b/src/bitmap_ex.cpp
index 6dc2332b..f1745be4 100644
--- a/src/bitmap_ex.cpp
+++ b/src/bitmap_ex.cpp
@@ -7,7 +7,7 @@
// Author: Robin Dunn
//
// Created: 27-Apr-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/bitmap_ex.h b/src/bitmap_ex.h
index 121a795b..419677e6 100644
--- a/src/bitmap_ex.h
+++ b/src/bitmap_ex.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 27-Apr-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/clntdata.sip b/src/clntdata.sip
index 3f72ad5c..159e1a33 100644
--- a/src/clntdata.sip
+++ b/src/clntdata.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 16-Nov-2010
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2010-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/dc_ex.cpp b/src/dc_ex.cpp
index e63964a4..3345e239 100644
--- a/src/dc_ex.cpp
+++ b/src/dc_ex.cpp
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 18-Aug-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/dvcvariant.sip b/src/dvcvariant.sip
index 96d289bf..1cf928bd 100644
--- a/src/dvcvariant.sip
+++ b/src/dvcvariant.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 9-Nov-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/filename.sip b/src/filename.sip
index 1e6520c4..d3f986d3 100644
--- a/src/filename.sip
+++ b/src/filename.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 30-July-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/longlong.sip b/src/longlong.sip
index 0fe45ede..308b190a 100644
--- a/src/longlong.sip
+++ b/src/longlong.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 29-Feb-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/pseudodc.cpp b/src/pseudodc.cpp
index 4e4d0596..3f1f6ffb 100644
--- a/src/pseudodc.cpp
+++ b/src/pseudodc.cpp
@@ -4,8 +4,8 @@
// Author: Paul Lanier
// Modified by: Robin Dunn
//
-// Created: 05/25/06
-// Copyright: (c) 2006-2016 Total Control Software
+// Created: 25-May-2006
+// Copyright: (c) 2006-2017 Total Control Software
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/pseudodc.h b/src/pseudodc.h
index d2c76bc0..4b774b36 100644
--- a/src/pseudodc.h
+++ b/src/pseudodc.h
@@ -4,8 +4,8 @@
// Author: Paul Lanier
// Modified by: Robin Dunn
//
-// Created: 05/25/06
-// Copyright: (c) 2006-2016 Total Control Software
+// Created: 25-May-2006
+// Copyright: (c) 2006-2017 Total Control Software
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/pyevent.h b/src/pyevent.h
index 29a30b56..2fe844ae 100644
--- a/src/pyevent.h
+++ b/src/pyevent.h
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 18-Dec-2010
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2010-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/stockgdi.sip b/src/stockgdi.sip
index 32e79d77..31dc03d6 100644
--- a/src/stockgdi.sip
+++ b/src/stockgdi.sip
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 18-Sept-2011
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2011-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/string.sip b/src/string.sip
index ad1c57ce..5bfc393f 100644
--- a/src/string.sip
+++ b/src/string.sip
@@ -5,7 +5,7 @@
// Author: Robin Dunn
//
// Created: 9-Nov-2010
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2010-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/treeitemdata.sip b/src/treeitemdata.sip
index 295911cf..8ad353e5 100644
--- a/src/treeitemdata.sip
+++ b/src/treeitemdata.sip
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 28-Mar-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/userdata.sip b/src/userdata.sip
index 9965f410..ebbd36b3 100644
--- a/src/userdata.sip
+++ b/src/userdata.sip
@@ -5,7 +5,8 @@
// Author: Kevin Ollivier
//
// Created: 06-Sept-2011
-// Copyright: (c) 2013 by Wide Open Technologies
+// Copyright: (c) 2011 by Wide Open Technologies
+// Copyright: (c) 2011-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/variant.sip b/src/variant.sip
index a11e6d3a..e76cf094 100644
--- a/src/variant.sip
+++ b/src/variant.sip
@@ -5,7 +5,8 @@
// Author: Kevin Ollivier, Robin Dunn
//
// Created: 20-Sept-2011
-// Copyright: (c) 2013 by Kevin Ollivier, Robin Dunn
+// Copyright: (c) 2011 by Kevin Ollivier
+// Copyright: (c) 2011-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wacky_ints.sip b/src/wacky_ints.sip
index bb187b12..cc1cf475 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 by Total Control Software
+// Copyright: (c) 2016-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpy_api.h b/src/wxpy_api.h
index e3cfdf9b..14064517 100644
--- a/src/wxpy_api.h
+++ b/src/wxpy_api.h
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 19-Nov-2010
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2010-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpy_api.sip b/src/wxpy_api.sip
index 978b53df..7b0b3592 100644
--- a/src/wxpy_api.sip
+++ b/src/wxpy_api.sip
@@ -6,7 +6,7 @@
// Author: Robin Dunn
//
// Created: 19-Nov-2010
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2010-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpybuffer.h b/src/wxpybuffer.h
index 9a79093a..973ed910 100644
--- a/src/wxpybuffer.h
+++ b/src/wxpybuffer.h
@@ -7,7 +7,7 @@
// Author: Robin Dunn
//
// Created: 26-Apr-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/src/wxpybuffer.sip b/src/wxpybuffer.sip
index cb9d2fcf..1e571b57 100644
--- a/src/wxpybuffer.sip
+++ b/src/wxpybuffer.sip
@@ -8,7 +8,7 @@
// Author: Robin Dunn
//
// Created: 26-Apr-2012
-// Copyright: (c) 2013 by Total Control Software
+// Copyright: (c) 2012-2017 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
diff --git a/wx/lib/activex.py b/wx/lib/activex.py
index edd54b19..50910b17 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 by Total Control Software
+# Copyright: (c) 2008-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/activexwrapper.py b/wx/lib/activexwrapper.py
index a10b62c8..ef7085be 100644
--- a/wx/lib/activexwrapper.py
+++ b/wx/lib/activexwrapper.py
@@ -4,7 +4,7 @@
#
# Author: Robin Dunn
#
-# Copyright: (c) 2000 by Total Control Software
+# Copyright: (c) 2000-2017 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 824883a0..56340581 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 by Total Control Software
+# Copyright: (c) 2000-2017 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 7fa01fb5..702c5b6f 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 by Total Control Software
+# Copyright: (c) 1999-2017 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 ab7869f7..08a7158f 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 by Total Control Software
+# Copyright: (c) 2001-2017 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 5b83c25c..b03c8d37 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 by Total Control Software
+# Copyright: (c) 2001-2017 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port, documented
#----------------------------------------------------------------------
diff --git a/wx/lib/dialogs.py b/wx/lib/dialogs.py
index 73144bfd..8dc0336c 100644
--- a/wx/lib/dialogs.py
+++ b/wx/lib/dialogs.py
@@ -6,7 +6,7 @@
# Author: Various
#
# Created: 3-January-2002
-# Copyright: (c) 2002 by Total Control Software
+# Copyright: (c) 2002-2017 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 f48798ec..b6cf981e 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-2016 by Total Control Software
+# Copyright: (c) 1999-2017 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 3b02bf7a..9fdd9b2a 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 by Total Control Software
+# Copyright: (c) 2009-2017 by Total Control Software
# Licence: wxWindows license
#
# Tags: phoenix-port
diff --git a/wx/lib/expando.py b/wx/lib/expando.py
index 22caff13..a14e3f95 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 by Total Control Software
+# Copyright: (c) 2006-2017 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 428f8c7a..a8f23f77 100644
--- a/wx/lib/filebrowsebutton.py
+++ b/wx/lib/filebrowsebutton.py
@@ -7,7 +7,7 @@
#
# Author: Mike Fletcher
#
-# Copyright: (c) 2000 by Total Control Software
+# Copyright: (c) 2000-2017 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/flashwin.py b/wx/lib/flashwin.py
index 62d752e3..db0e7fd1 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 by Total Control Software
+# Copyright: (c) 2008-2017 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 082fab72..7259fe5a 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 by Total Control Software
+# Copyright: (c) 2004-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
# This module was generated by the wx.activex.GernerateAXModule class
diff --git a/wx/lib/graphics.py b/wx/lib/graphics.py
index ca6da14f..a455cad1 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-2016 by Total Control Software
+# Copyright: (c) 2008-2017 by Total Control Software
# Licence: wxWindows license
# Tags: phoenix-port
#----------------------------------------------------------------------
diff --git a/wx/lib/iewin.py b/wx/lib/iewin.py
index 30ef19b1..7cff1984 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 by Total Control Software
+# Copyright: (c) 2008-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/iewin_old.py b/wx/lib/iewin_old.py
index 99af08f0..3bf8dc32 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 by Total Control Software
+# Copyright: (c) 2004-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/inspection.py b/wx/lib/inspection.py
index 63c286b6..4b64f8cb 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 by Total Control Software
+# Copyright: (c) 2007-2017 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 b3176358..caa42dd8 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 by Total Control Software
+# Copyright: (c) 2001-2017 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 148f3bb5..b0d9a1b8 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 by Total Control Software
+# Copyright: (c) 2001-2017 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 2e68fa55..fedf7218 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 by Total Control Software
+# Copyright: (c) 2009-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/mixins/imagelist.py b/wx/lib/mixins/imagelist.py
index b5b91769..d245f593 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 by Total Control Software
+# Copyright: (c) 2001-2017 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 380ae012..ce09732e 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 by Total Control Software
+# Copyright: (c) 2006-2017 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 427f3ebc..b1cc45a7 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 by Total Control Software
+# Copyright: (c) 2001-2017 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 28c65261..f0d2cd12 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 by Total Control Software
+# Copyright: (c) 2009-2017 by Total Control Software
# Licence: wxWindows license
#----------------------------------------------------------------------
diff --git a/wx/lib/newevent.py b/wx/lib/newevent.py
index 51b65b29..3647d1bd 100644
--- a/wx/lib/newevent.py
+++ b/wx/lib/newevent.py
@@ -5,7 +5,7 @@
# Author: Miki Tebeka