ffmpeg | branch: master | Florian Nouwt <fnou...@gmail.com> | Mon Mar 8 11:54:04 2021 +0100| [f067fcb9dfe78704ab3691e4fda0338541ca5bb7] | committer: Paul B Mahol
mobiclip: fix copyright headers The Mobiclip related code was based on Mobius (https://github.com/adibsurani/Mobius), which was based on my original reverse engineering efforts (https://github.com/Gericom/MobiclipDecoder). This commit adds the appropriate copyright headers on the related files. Signed-off-by: Florian Nouwt <fnou...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f067fcb9dfe78704ab3691e4fda0338541ca5bb7 --- libavcodec/fastaudio.c | 2 ++ libavcodec/mobiclip.c | 1 + libavformat/mods.c | 2 ++ libavformat/moflex.c | 2 ++ 4 files changed, 7 insertions(+) diff --git a/libavcodec/fastaudio.c b/libavcodec/fastaudio.c index e50678cd3d..9de42d2134 100644 --- a/libavcodec/fastaudio.c +++ b/libavcodec/fastaudio.c @@ -1,5 +1,7 @@ /* * MOFLEX Fast Audio decoder + * Copyright (c) 2015-2016 Florian Nouwt + * Copyright (c) 2017 Adib Surani * Copyright (c) 2020 Paul B Mahol * * This file is part of FFmpeg. diff --git a/libavcodec/mobiclip.c b/libavcodec/mobiclip.c index 9392ab947e..bf47a5bc41 100644 --- a/libavcodec/mobiclip.c +++ b/libavcodec/mobiclip.c @@ -1,5 +1,6 @@ /* * MobiClip Video decoder + * Copyright (c) 2015-2016 Florian Nouwt * Copyright (c) 2017 Adib Surani * Copyright (c) 2020 Paul B Mahol * diff --git a/libavformat/mods.c b/libavformat/mods.c index 4f093cdf0c..a26db87e6c 100644 --- a/libavformat/mods.c +++ b/libavformat/mods.c @@ -1,5 +1,7 @@ /* * MODS demuxer + * Copyright (c) 2015-2016 Florian Nouwt + * Copyright (c) 2017 Adib Surani * Copyright (c) 2020 Paul B Mahol * * This file is part of FFmpeg. diff --git a/libavformat/moflex.c b/libavformat/moflex.c index 8142925adc..41335ada78 100644 --- a/libavformat/moflex.c +++ b/libavformat/moflex.c @@ -1,5 +1,7 @@ /* * MOFLEX demuxer + * Copyright (c) 2015-2016 Florian Nouwt + * Copyright (c) 2017 Adib Surani * Copyright (c) 2020 Paul B Mahol * * This file is part of FFmpeg. _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".