mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
b537b59e65
msg.c is "partial" due to "michael", whose work can be changed to LGPL only once the core is LGPL. It's explained in the Copyright file. I prefer to do the relicensing incrementally (due to the overwhelming workload). Changing the license before that happens would be legally questionable, but nothing can stop us from essentially marking it as "will be LGPL". All authors have agreed to LGPL, with the following exceptions:9df11ee8bf
: the author (probably) didn't agree, but the line that is added is later fully removed.35e90f1556
: was not asked, but all iconv code was 100% removed from the mp_msg mechanism (we alwas require UTF-8 now).4e4f3f806e
: the change by michael.50a86fcc34
: the identify variable was move, and completely removed the latest in commit48bd03dd91
.1f6c494641
: did not agree, but due to a major mp_msg change the added line became unnecessary and was removed.da63498bf9
: was not reachable, but the MPlayer GUI is gone from mpv anyway (also commitfc4d6e617d
removed these specific additions a long time ago).
48 lines
2.4 KiB
Plaintext
48 lines
2.4 KiB
Plaintext
mpv is a fork of mplayer2, which is a fork of MPlayer.
|
|
|
|
mpv as a whole is licensed as GPL version 2 or later (see LICENSE). Most source
|
|
files are GPLv2+, but some files are available under a more liberal license,
|
|
such as LGPLv2.1+, BSD, MIT, ISC, and possibly others. Look at the copyright
|
|
header of each source file, and grep the sources for "Copyright" if you need
|
|
to know details. C source files without Copyright notice are licensed as
|
|
LGPLv2.1+. Also see the list of files with specific licenses below (not all
|
|
files can have a standard license header).
|
|
|
|
All new contributions must be LGPLv2.1+ licensed, or if the changes are done on
|
|
GPL code, must come with the implicit agreement that the project can relicense
|
|
the code to LGPLv2.1+ at a later point without asking the contributor. (This
|
|
is a safeguard for making potential relicensing of the project to LGPLv2.1+
|
|
easier.) Using a more liberal license compatible to LGPLv2.1+ is also ok.
|
|
|
|
For information about authors and contributors, consult the git log, which
|
|
contains the complete SVN and CVS history as well.
|
|
|
|
Note that mplayer2 as a whole is licensed under GPLv3+. This is because it uses
|
|
a copy of talloc (part of Samba), which is LGPLv3+, and the next compatible
|
|
license for this mix is GPLv3+.
|
|
|
|
MPlayer as a whole is licensed under GPLv2 (incompatible to GPLv3!), because
|
|
some files are licensed to GPLv2 (and _not_ any later version of the license).
|
|
In particular, this affects the file libmpdemux/demux_ty_osd.c. It is disabled
|
|
under mplayer2, and has been removed from mpv.
|
|
|
|
"v2.1+" in this context means "version 2.1 or later".
|
|
|
|
Source files with specific licenses:
|
|
- everything under etc/ is unknown
|
|
- everything under DOCS/man/ is GPLv2+
|
|
- sub/osd_font.otf is LGPLv2.1+
|
|
- some tests under waftools/fragments/ might be GPLv2+
|
|
- version.sh is GPLv2+
|
|
|
|
Some files are marked with "Almost LGPL." These files are GPL, but all authors
|
|
have agreed to relicense them to LGPL. the problem is that one of the authors is
|
|
Michael Niedermayer, who cited the following conditions for relicensing:
|
|
|
|
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2016-September/073535.html
|
|
|
|
We assume the first 3 conditions are fulfilled. The last condition can be
|
|
interpreted as that his code can be changed to LGPL only as soon as the "core"
|
|
of mpv changes to LGPL. We interpret "core" as something minimal, that can
|
|
actually be built and run, with all GPL code disabled.
|