From ac3282148bcacf2e687add305c99a28f071abc07 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Feb 2017 16:31:34 -0800 Subject: [PATCH] Update copyright in packaging and samples --- packaging/setup.py | 2 +- samples/combo/combo1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 #---------------------------------------------------------------------------