Update copyright in demo

This commit is contained in:
Robin Dunn
2017-02-13 15:30:04 -08:00
parent 56368cc31d
commit 4b16ccc7d1
8 changed files with 8 additions and 8 deletions

View File

@@ -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.</p>
<p><b>wxPython</b> is brought to you by <b>Robin Dunn</b> and<br>
<b>Total Control Software,</b> Copyright (c) 1997-2016.</p>
<b>Total Control Software,</b> Copyright (c) 1997-2017.</p>
<p>
<font size="-1">Please see <i>license.txt</i> for licensing information.</font>

View File

@@ -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 "

View File

@@ -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
#----------------------------------------------------------------------------

View File

@@ -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
#---------------------------------------------------------------------------

View File

@@ -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
#----------------------------------------------------------------------------

View File

@@ -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
#----------------------------------------------------------------------------

View File

@@ -21,7 +21,7 @@
<font color="#0000ff">//</font>
<font color="#0000ff">// Created: 13-Jan-2000</font>
<font color="#0000ff">// RCS-ID: $Id$</font>
<font color="#0000ff">// Copyright: (c) 2000 by Total Control Software</font>
<font color="#0000ff">// Copyright: (c) 2000-2017 by Total Control Software</font>
<font color="#0000ff">// Licence: wxWindows license</font>
<font color="#0000ff">/////////////////////////////////////////////////////////////////////////////</font>

View File

@@ -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
#----------------------------------------------------------------------------