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

Skip to content

Commit bd03785

Browse files
pelsonmdboom
authored andcommitted
Updated license initials & copyright notice.
Update license
1 parent fa45014 commit bd03785

File tree

2 files changed

+88
-12
lines changed

2 files changed

+88
-12
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# General substitutions.
6060
project = 'Matplotlib'
61-
copyright = '2002 - 2013 Michael Droettboom and the matplotlib development team'
61+
copyright = '2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2013 The matplotlib development team'
6262

6363
# The default replacements for |version| and |release|, also used in various
6464
# other places throughout the built documents.

doc/users/license.rst

Lines changed: 87 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,98 @@ licenses. Non-BSD compatible licenses (eg LGPL) are acceptable in
1313
matplotlib toolkits. For a discussion of the motivations behind the
1414
licencing choice, see :ref:`license-discussion`.
1515

16+
Copyright Policy
17+
================
18+
19+
John Hunter began matplotlib around 2003. Since shortly before his
20+
passing in 2012, Michael Droettboom has been the lead maintainer of
21+
matplotlib, but, as has always been the case, matplotlib is the work
22+
of many.
23+
24+
Prior to July of 2013, and the 1.3.0 release, the copyright of the
25+
source code was held by John Hunter. As of July 2013, and the 1.3.0
26+
release, matplotlib has moved to a shared copyright model.
27+
28+
matplotlib uses a shared copyright model. Each contributor maintains
29+
copyright over their contributions to matplotlib. But, it is important to
30+
note that these contributions are typically only changes to the
31+
repositories. Thus, the matplotlib source code, in its entirety, is not
32+
the copyright of any single person or institution. Instead, it is the
33+
collective copyright of the entire matplotlib Development Team. If
34+
individual contributors want to maintain a record of what
35+
changes/contributions they have specific copyright on, they should
36+
indicate their copyright in the commit message of the change, when
37+
they commit the change to one of the IPython repositories.
38+
39+
The Matplotlib Development Team is the set of all contributors to the
40+
matplotlib project. A full list can be obtained from the git version
41+
control logs.
1642

1743
License agreement for matplotlib |version|
1844
==============================================
1945

20-
1. This LICENSE AGREEMENT is between Michael Droettboom ("MDB"), and the
46+
1. This LICENSE AGREEMENT is between the Matplotlib Development Team
47+
("MDT"), and the Individual or Organization ("Licensee") accessing and
48+
otherwise using matplotlib software in source or binary form and its
49+
associated documentation.
50+
51+
. Subject to the terms and conditions of this License Agreement, MDT
52+
hereby grants Licensee a nonexclusive, royalty-free, world-wide license
53+
to reproduce, analyze, test, perform and/or display publicly, prepare
54+
derivative works, distribute, and otherwise use matplotlib |version|
55+
alone or in any derivative version, provided, however, that MDT's
56+
License Agreement and MDT's notice of copyright, i.e., "Copyright (c)
57+
2012-2013 Matplotlib Development Team; All Rights Reserved" are retained in
58+
matplotlib |version| alone or in any derivative version prepared by
59+
Licensee.
60+
61+
3. In the event Licensee prepares a derivative work that is based on or
62+
incorporates matplotlib |version| or any part thereof, and wants to
63+
make the derivative work available to others as provided herein, then
64+
Licensee hereby agrees to include in any such work a brief summary of
65+
the changes made to matplotlib |version|.
66+
67+
4. MDT is making matplotlib |version| available to Licensee on an "AS
68+
IS" basis. MDT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
69+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDT MAKES NO AND
70+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
71+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB |version|
72+
WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
73+
74+
5. MDT SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
75+
|version| FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
76+
LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
77+
MATPLOTLIB |version|, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
78+
THE POSSIBILITY THEREOF.
79+
80+
6. This License Agreement will automatically terminate upon a material
81+
breach of its terms and conditions.
82+
83+
7. Nothing in this License Agreement shall be deemed to create any
84+
relationship of agency, partnership, or joint venture between MDT and
85+
Licensee. This License Agreement does not grant permission to use MDT
86+
trademarks or trade name in a trademark sense to endorse or promote
87+
products or services of Licensee, or any third party.
88+
89+
8. By copying, installing or otherwise using matplotlib |version|,
90+
Licensee agrees to be bound by the terms and conditions of this License
91+
Agreement.
92+
93+
License agreement for matplotlib versions prior to 1.3.0
94+
========================================================
95+
96+
1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the
2197
Individual or Organization ("Licensee") accessing and otherwise using
2298
matplotlib software in source or binary form and its associated
2399
documentation.
24100

25-
2. Subject to the terms and conditions of this License Agreement, MDB
101+
2. Subject to the terms and conditions of this License Agreement, JDH
26102
hereby grants Licensee a nonexclusive, royalty-free, world-wide license
27103
to reproduce, analyze, test, perform and/or display publicly, prepare
28104
derivative works, distribute, and otherwise use matplotlib |version|
29-
alone or in any derivative version, provided, however, that MDB's
30-
License Agreement and MDB's notice of copyright, i.e., "Copyright (c)
31-
2002-2013 Michael Droettboom; All Rights Reserved" are retained in
105+
alone or in any derivative version, provided, however, that JDH's
106+
License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
107+
2002-2009 John D. Hunter; All Rights Reserved" are retained in
32108
matplotlib |version| alone or in any derivative version prepared by
33109
Licensee.
34110

@@ -38,14 +114,14 @@ make the derivative work available to others as provided herein, then
38114
Licensee hereby agrees to include in any such work a brief summary of
39115
the changes made to matplotlib |version|.
40116

41-
4. MDB is making matplotlib |version| available to Licensee on an "AS
42-
IS" basis. MDB MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
43-
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDB MAKES NO AND
117+
4. JDH is making matplotlib |version| available to Licensee on an "AS
118+
IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
119+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
44120
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
45121
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB |version|
46122
WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
47123

48-
5. MDB SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
124+
5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
49125
|version| FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
50126
LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
51127
MATPLOTLIB |version|, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
@@ -55,8 +131,8 @@ THE POSSIBILITY THEREOF.
55131
breach of its terms and conditions.
56132

57133
7. Nothing in this License Agreement shall be deemed to create any
58-
relationship of agency, partnership, or joint venture between MDB and
59-
Licensee. This License Agreement does not grant permission to use MDB
134+
relationship of agency, partnership, or joint venture between JDH and
135+
Licensee. This License Agreement does not grant permission to use JDH
60136
trademarks or trade name in a trademark sense to endorse or promote
61137
products or services of Licensee, or any third party.
62138

0 commit comments

Comments
 (0)