From 4b16ccc7d1090c14e0498818614bdc8aa27abe68 Mon Sep 17 00:00:00 2001
From: Robin Dunn
wxPython is brought to you by Robin Dunn and
-Total Control Software, Copyright (c) 1997-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 #----------------------------------------------------------------------------