@@ -13,10 +13,86 @@ licenses. Non-BSD compatible licenses (eg LGPL) are acceptable in
13
13
matplotlib toolkits. For a discussion of the motivations behind the
14
14
licencing choice, see :ref: `license-discussion `.
15
15
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 matplotlib 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.
16
42
17
43
License agreement for matplotlib |version |
18
44
==============================================
19
45
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
+
20
96
1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the
21
97
Individual or Organization ("Licensee") accessing and otherwise using
22
98
matplotlib software in source or binary form and its associated
0 commit comments