From fcbcd1d3c0827128372f9f476a10cbcdd2fef377 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Jun 2017 13:19:51 +0200 Subject: demux_mf, stream_mf: change license to LGPL cehoyos, who did not agree to the relicensing, added bcb5c78ce3. If there was copyright, we consider it gone, because the table changed. It does not map file extension to a FourCC anymore, and codecs.conf is gone. The new mapping is a libavcodec codec name (happens to be the same as the file extension). The same applies to commits 60ecafec, b749836b, 5b3e3be1. None of these authors were contacted. These were before the code was replaced with a table (in d0326807). The parts outside of demux_mf.c were removed a long time ago. Like in the previous comment, we don't think any copyright applies at least to the new code (at least after the FourCC removal). iive authored 0aa37a0d, which is probably still left in some form, and makes demux_mf.c "LGPL 3 or later". stream_avdevice.c (unrelated) has been marked as LGPL before. --- Copyright | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Copyright') diff --git a/Copyright b/Copyright index 29256724c9..33ee4fe450 100644 --- a/Copyright +++ b/Copyright @@ -141,7 +141,7 @@ x audio/audio.* very hard (mp_audio based of anders' af_audi demux/demux_edl.c LGPL demux/demux_lavf.c almost LGPL demux/demux_libarchive.c LGPL - demux/demux_mf.c hard + demux/demux_mf.c LGPLv3+ demux/demux_mkv.c LGPL (mostly) demux/demux_mkv_timeline.c LGPL demux/demux_null.c LGPL @@ -244,7 +244,7 @@ x player/audio.c LGPL (dysfunctional due to libaf) stream/dvb* must stay GPL stream/frequencies.* must stay GPL stream/rar.* LGPL - stream/stream_avdevice.c unknown + stream/stream_avdevice.c LGPL stream/stream_bluray.c unknown stream/stream.* LGPL stream/stream_cb.c LGPL @@ -258,7 +258,7 @@ x player/audio.c LGPL (dysfunctional due to libaf) stream/stream_lavf.c LGPL stream/stream_libarchive.* LGPL stream/stream_memory.c LGPL - stream/stream_mf.c unknown + stream/stream_mf.c LGPL stream/stream_null.c LGPL stream/stream_rar.c LGPL stream/stream_smb.c will stay GPLv3 -- cgit v1.2.3