diff mbox series

[FFmpeg-devel] lscrdec: add copyright header

Message ID 20210304090502.29122-1-anton@khirnov.net
State Accepted
Headers show
Series [FFmpeg-devel] lscrdec: add copyright header | 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

Anton Khirnov March 4, 2021, 9:05 a.m. UTC
As requested by the author.
---
 libavcodec/lscrdec.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

James Almer March 4, 2021, 9:54 p.m. UTC | #1
On 3/4/2021 6:05 AM, Anton Khirnov wrote:
> As requested by the author.
> ---
>   libavcodec/lscrdec.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c
> index e706dda9da..bb0cb6c7d6 100644
> --- a/libavcodec/lscrdec.c
> +++ b/libavcodec/lscrdec.c
> @@ -1,6 +1,8 @@
>   /*
>    * This file is part of FFmpeg.
>    *
> + * Copyright (c) 2019 Paul B Mahol
> + *
>    * FFmpeg is free software; you can redistribute it and/or
>    * modify it under the terms of the GNU Lesser General Public
>    * License as published by the Free Software Foundation; either

LGTM.
Paul B Mahol March 4, 2021, 9:59 p.m. UTC | #2
Copyright goes above, not bellow: This file is part or FFmpeg.

On Thu, Mar 4, 2021 at 10:05 AM Anton Khirnov <anton@khirnov.net> wrote:

> As requested by the author.
> ---
>  libavcodec/lscrdec.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/lscrdec.c b/libavcodec/lscrdec.c
> index e706dda9da..bb0cb6c7d6 100644
> --- a/libavcodec/lscrdec.c
> +++ b/libavcodec/lscrdec.c
> @@ -1,6 +1,8 @@
>  /*
>   * This file is part of FFmpeg.
>   *
> + * Copyright (c) 2019 Paul B Mahol
> + *
>   * FFmpeg is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
>   * License as published by the Free Software Foundation; either
> --
> 2.30.0
>
> _______________________________________________
> 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/lscrdec.c b/libavcodec/lscrdec.c
index e706dda9da..bb0cb6c7d6 100644
--- a/libavcodec/lscrdec.c
+++ b/libavcodec/lscrdec.c
@@ -1,6 +1,8 @@ 
 /*
  * This file is part of FFmpeg.
  *
+ * Copyright (c) 2019 Paul B Mahol
+ *
  * FFmpeg is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either