From: Ulrich Klauer Date: Sun, 26 May 2013 20:19:50 +0000 (+0200) Subject: src/flac/main.c : Fix copyright notice X-Git-Tag: 1.3.0~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a01bf17dd2744de500c85c63459cb8a934d335f;hp=2bce0d60fea330b527ba92af12dc232d41bac7ae;p=platform%2Fupstream%2Fflac.git src/flac/main.c : Fix copyright notice There is no copyright for 2010, so "2000-2013" should not be used. Signed-off-by: Erik de Castro Lopo --- diff --git a/src/flac/main.c b/src/flac/main.c index 4106493..39a2514 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -478,7 +478,7 @@ int do_it(void) } flac__utils_printf(stderr, 2, "\n"); - flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2013 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING); + flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2013 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING); flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"); flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");