Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89a69dc

Browse files
committed
fixed copyright information
svn path=/trunk/matplotlib/; revision=2710
1 parent dcc91bb commit 89a69dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/embedding_in_qt4.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# embedding_in_qt4.py --- Simple Qt4 application embedding matplotlib canvases
44
#
5-
# Based on embedding_in_qt.py, which was written by Florent Rougon
5+
# Copyright (C) 2005 Florent Rougon
6+
# 2006 Darren Dale
67
#
78
# This file is an example program for matplotlib. It may be used and
89
# modified with no restriction; raw copies as well as modified versions
@@ -124,6 +125,7 @@ def closeEvent(self, ce):
124125
def about(self):
125126
QtGui.QMessageBox.about(self, "About %s" % progname,
126127
u"""%(prog)s version %(version)s
128+
Copyright \N{COPYRIGHT SIGN} 2005 Florent Rougon, 2006 Darren Dale
127129
128130
This program is a simple example of a Qt4 application embedding matplotlib
129131
canvases.

0 commit comments

Comments
 (0)