diff mbox series

[FFmpeg-devel] mobiclip: fix copyright headers

Message ID 20210308105404.16904-1-fnouwt2@gmail.com
State Accepted
Commit f067fcb9dfe78704ab3691e4fda0338541ca5bb7
Headers show
Series [FFmpeg-devel] mobiclip: fix copyright headers | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Florian Nouwt March 8, 2021, 10:54 a.m. UTC
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 <fnouwt2@gmail.com>
---
 libavcodec/fastaudio.c | 2 ++
 libavcodec/mobiclip.c  | 1 +
 libavformat/mods.c     | 2 ++
 libavformat/moflex.c   | 2 ++
 4 files changed, 7 insertions(+)

Comments

Paul B Mahol March 8, 2021, 4:08 p.m. UTC | #1
OK, assuming you are really that person.

On Mon, Mar 8, 2021 at 12:02 PM Florian Nouwt <fnouwt2@gmail.com> wrote:

> 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 <fnouwt2@gmail.com>
> ---
>  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.
> --
> 2.18.0.windows.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Florian Nouwt March 8, 2021, 4:40 p.m. UTC | #2
If you need some confirmation, you can see on this commit that I used the
same email address at least:
https://github.com/Gericom/MobiclipDecoder/commit/32eb908f134f9140782e0585e2871ef2569ae23c.patch
The author of Mobius can also confirm, I discussed it with him yesterday.

Op ma 8 mrt. 2021 17:08 schreef Paul B Mahol <onemda@gmail.com>:

> OK, assuming you are really that person.
>
> On Mon, Mar 8, 2021 at 12:02 PM Florian Nouwt <fnouwt2@gmail.com> wrote:
>
>> 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 <fnouwt2@gmail.com>
>> ---
>>  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.
>> --
>> 2.18.0.windows.1
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
>
diff mbox series

Patch

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.