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

Skip to content

Commit 37cdf96

Browse files
committed
updated license to 0.30
svn path=/trunk/matplotlib/; revision=41
1 parent 8f6f9b8 commit 37cdf96

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@
108108
string.
109109

110110

111-
2003-10-19
111+
2003-10-21 Andrew Straw provided some legend code whichI I modified
112+
and incorporated. Thanks Andrew!

LICENSE

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE AGREEMENT FOR MATPLOTLIB 0.2
1+
LICENSE AGREEMENT FOR MATPLOTLIB 0.30
22
--------------------------------------
33

44
1. This LICENSE AGREEMENT is between the John D. Hunter ("JDH"), and
@@ -9,30 +9,30 @@ documentation.
99
2. Subject to the terms and conditions of this License Agreement, JDH
1010
hereby grants Licensee a nonexclusive, royalty-free, world-wide
1111
license to reproduce, analyze, test, perform and/or display publicly,
12-
prepare derivative works, distribute, and otherwise use matplotlib 0.2
12+
prepare derivative works, distribute, and otherwise use matplotlib 0.30
1313
alone or in any derivative version, provided, however, that JDH's
1414
License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
1515
2002, 2003 John D. Hunter; All Rights Reserved" are retained in
16-
matplotlib 0.2 alone or in any derivative version prepared by
16+
matplotlib 0.30 alone or in any derivative version prepared by
1717
Licensee.
1818

1919
3. In the event Licensee prepares a derivative work that is based on
20-
or incorporates matplotlib 0.2 or any part thereof, and wants to make
20+
or incorporates matplotlib 0.30 or any part thereof, and wants to make
2121
the derivative work available to others as provided herein, then
2222
Licensee hereby agrees to include in any such work a brief summary of
23-
the changes made to matplotlib 0.2.
23+
the changes made to matplotlib 0.30.
2424

25-
4. JDH is making matplotlib 0.2 available to Licensee on an "AS IS"
25+
4. JDH is making matplotlib 0.30 available to Licensee on an "AS IS"
2626
basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
2727
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
2828
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
29-
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.2 WILL NOT
29+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.30 WILL NOT
3030
INFRINGE ANY THIRD PARTY RIGHTS.
3131

3232
5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
33-
MATPLOTLIB 0.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
33+
MATPLOTLIB 0.30 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
3434
OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
35-
MATPLOTLIB 0.2, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
35+
MATPLOTLIB 0.30, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
3636
POSSIBILITY THEREOF.
3737

3838
6. This License Agreement will automatically terminate upon a material
@@ -44,7 +44,7 @@ Licensee. This License Agreement does not grant permission to use JDH
4444
trademarks or trade name in a trademark sense to endorse or promote
4545
products or services of Licensee, or any third party.
4646

47-
8. By copying, installing or otherwise using matplotlib 0.2, Licensee
47+
8. By copying, installing or otherwise using matplotlib 0.30, Licensee
4848
agrees to be bound by the terms and conditions of this License
4949
Agreement.
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
data.extend(glob.glob('fonts/ttf/*.ttf'))
99

1010
setup(name="matplotlib",
11-
version= '0.29.2',
11+
version= '0.30',
1212
description = "Matlab style python plotting package",
1313
author = "John D. Hunter",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)