From d65930f9720b0d51313b0e76251e56d2ffa144dd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Apr 2008 19:42:26 +0000 Subject: Correct copyright date and add acknowledgement of projects (libasf and VLC) that the ASF parsing code is based on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17146 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/wma.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index b0a011a..17d35be 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -7,7 +7,11 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 Dave Chapman + * Copyright (C) 2007 Dave Chapman + * + * ASF parsing code based on libasf by Juho Vähä-Herttua + * http://code.google.com/p/libasf/ libasf itself was based on the ASF + * parser in VLC - http://www.videolan.org/ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. -- cgit v1.1