mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Update copyright in demo
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 "
|
||||
|
||||
@@ -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
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user