1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
.. _license:
.. redirect-from:: /users/license
.. redirect-from:: /users/project/license
*******
License
*******
Matplotlib only uses BSD compatible code, and its license is based on
the `PSF <https://docs.python.org/3/license.html>`_ license. See the Open
Source Initiative `licenses page
<https://opensource.org/licenses>`_ for details on individual
licenses. Non-BSD compatible licenses (e.g., LGPL) are acceptable in
matplotlib toolkits. For a discussion of the motivations behind the
licencing choice, see :ref:`license-discussion`.
Copyright policy
================
John Hunter began Matplotlib around 2003. Since shortly before his
passing in 2012, Michael Droettboom has been the lead maintainer of
Matplotlib, but, as has always been the case, Matplotlib is the work
of many.
Prior to July of 2013, and the 1.3.0 release, the copyright of the
source code was held by John Hunter. As of July 2013, and the 1.3.0
release, matplotlib has moved to a shared copyright model.
Matplotlib uses a shared copyright model. Each contributor maintains
copyright over their contributions to Matplotlib. But, it is important to
note that these contributions are typically only changes to the
repositories. Thus, the Matplotlib source code, in its entirety, is not
the copyright of any single person or institution. Instead, it is the
collective copyright of the entire Matplotlib Development Team. If
individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should
indicate their copyright in the commit message of the change, when
they commit the change to one of the matplotlib repositories.
The Matplotlib Development Team is the set of all contributors to the
matplotlib project. A full list can be obtained from the git version
control logs.
.. _license-agreement:
License agreement
=================
.. dropdown:: License agreement for Matplotlib versions 1.3.0 and later
:open:
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE
:language: none
Bundled software
================
.. dropdown:: JSX Tools Resize Observer
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_JSXTOOLS_RESIZE_OBSERVER
:language: none
.. dropdown:: QT4 Editor
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_QT4_EDITOR
:language: none
.. _licenses-cmaps-styles:
Colormaps and themes
--------------------
.. dropdown:: ColorBrewer
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_COLORBREWER
:language: none
.. dropdown:: Solarized
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_SOLARIZED
:language: none
.. dropdown:: Yorick
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_YORICK
:language: none
.. _licenses-fonts:
Fonts
-----
.. dropdown:: American Mathematical Society (AMS) fonts
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_AMSFONTS
:language: none
.. dropdown:: BaKoMa
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_BAKOMA
:language: none
.. dropdown:: Carlogo
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_CARLOGO
:language: none
.. dropdown:: Courier 10
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_COURIERTEN
:language: none
.. dropdown:: STIX
:class-container: sdd
.. literalinclude:: ../../LICENSE/LICENSE_STIX
:language: none
|