From c84984aa0f18cbe399a9ffb7aded80aeb18f3f8c Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 17 Apr 2022 23:57:57 +0200 Subject: Use upstream license --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.rst') 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 + -- cgit