From 3e66a74072dc306742ab02e41fed9d551a7594bc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Oct 2006 17:26:15 +0000 Subject: [PATCH] Update copyright year and mention other copyright holders. Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- ffplay.c | 2 +- ffserver.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 445498615c..580f628007 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3846,7 +3846,7 @@ const OptionDef options[] = { static void show_banner(void) { - fprintf(stderr, "FFmpeg version " FFMPEG_VERSION ", Copyright (c) 2000-2004 Fabrice Bellard\n"); + fprintf(stderr, "FFmpeg version " FFMPEG_VERSION ", Copyright (c) 2000-2006 Fabrice Bellard, et al.\n"); fprintf(stderr, " configuration: " FFMPEG_CONFIGURATION "\n"); fprintf(stderr, " libavutil version: " AV_STRINGIFY(LIBAVUTIL_VERSION) "\n"); fprintf(stderr, " libavcodec version: " AV_STRINGIFY(LIBAVCODEC_VERSION) "\n"); diff --git a/ffplay.c b/ffplay.c index be9972b262..679473cdd7 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2385,7 +2385,7 @@ const OptionDef options[] = { void show_help(void) { - printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003 Fabrice Bellard\n" + printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003-2006 Fabrice Bellard, et al.\n" "usage: ffplay [options] input_file\n" "Simple media player\n"); printf("\n"); diff --git a/ffserver.c b/ffserver.c index a8a78a7be6..819efcc79b 100644 --- a/ffserver.c +++ b/ffserver.c @@ -4417,7 +4417,7 @@ static void write_packet(FFCodec *ffenc, static void show_banner(void) { - printf("ffserver version " FFMPEG_VERSION ", Copyright (c) 2000-2003 Fabrice Bellard\n"); + printf("ffserver version " FFMPEG_VERSION ", Copyright (c) 2000-2006 Fabrice Bellard, et al.\n"); } static void show_help(void)