From d071df888d5896031380b2b1733bd0cec833c3b6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 17 Aug 2011 14:00:25 +0200 Subject: [PATCH] avconv: Correct Copyright statement. this more than 4000 line file has less than 600 lines that are not in ffmpeg.c and they are largely cosmetic changes from ffmpeg.c. Thus the copyright statement from ffmpeg.c should be used. Signed-off-by: Michael Niedermayer --- avconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avconv.c b/avconv.c index 34fe183783..131eb02345 100644 --- a/avconv.c +++ b/avconv.c @@ -1,6 +1,6 @@ /* - * avconv main - * Copyright (c) 2000-2011 The libav developers. + * ffmpeg main + * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * -- 2.20.1