summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-04-17 23:57:57 +0200
committerjaseg <git@jaseg.de>2022-04-17 23:57:57 +0200
commitc84984aa0f18cbe399a9ffb7aded80aeb18f3f8c (patch)
tree65ea86c37d431ace0b1f5d51066e8010a376c62a /README.rst
parent1e87833d2599b6fb1534de177a6988fe6d77ff8a (diff)
downloadpython-mpv-c84984aa0f18cbe399a9ffb7aded80aeb18f3f8c.tar.gz
python-mpv-c84984aa0f18cbe399a9ffb7aded80aeb18f3f8c.tar.bz2
python-mpv-c84984aa0f18cbe399a9ffb7aded80aeb18f3f8c.zip
Use upstream license
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1f1ee2c..60c673f 100644
--- a/README.rst
+++ b/README.rst
@@ -400,8 +400,16 @@ The general aim is `PEP 8`_, with liberal application of the "consistency" secti
No tabs. Probably don't bother making pure-formatting PRs except if you think it *really* helps readability or it
*really* irks you if you don't.
+License
+-------
+
+python-mpv inherits the underlying libmpv's license, which can be either GPLv2 or later (default) or LGPLv2.1 or later.
+For details, see `the mpv copyright page`_.
+
.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/
.. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py
.. _cosven: https://github.com/cosven
.. _Robozman: https://gitlab.com/robozman
.. _dfaker: https://github.com/dfaker
+.. _`the mpv copyright page`: https://github.com/mpv-player/mpv/blob/master/Copyright
+