From 6aba929a1b712f41fc700687dbc6e8b39864be5c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 10 May 2017 13:15:29 +0200 Subject: demux/stheader: change license to LGPL All authors of the current code have agreed. For most of its life, MPlayer used Microsoft structs like WAVEFORMATEX to describe media content. It appears these were copied from wine in 61c5a99851e. Copyright is unclear, but mpv completely removed use of these structs anyway. (demux_mkv.c still contains code to read these fields from a byte stream, but the struct is fully gone.) 42f97b2b820: cehoyos (who probably didn't agree with LGPL) applied a patch by someone who agreed. It's unknown whether cehoyos modified the patch (and thus his copyright would apply), but the changed code was removed anyway. (The code was first moved somewhere else, then removed.) efd53eed614: the patch author was not asked. Although the mkv_sh_sub_t struct was later moved to stheader.h, the added field was removed without replacement. f6878753fbd: nick, who could not be reached, added an include guard, but the guard was changed several times later, and it's probably not copyrightable anyway. afb0fd5ea17: the same nick adds a field that was later replaced and finally removed again in 8cd6b20571. --- Copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Copyright') diff --git a/Copyright b/Copyright index 941a0f1252..c72ec4f891 100644 --- a/Copyright +++ b/Copyright @@ -135,7 +135,7 @@ LGPL relicensing status: demux/ebml.* LGPL demux/matroska.h LGPL demux/packet.* LGPL - demux/stheader.h hard + demux/stheader.h LGPL demux/timeline.* LGPL input/cmd_* unknown, probably easy except some commands input/event.* LGPL -- cgit v1.2.3