diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-04-16 19:42:26 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-04-16 19:42:26 +0000 |
| commit | d65930f9720b0d51313b0e76251e56d2ffa144dd (patch) | |
| tree | ba502076719fc30b74caaf0622b8da9b2d347a4d /apps/codecs | |
| parent | 8f91591612f2379840e106e50bd004b578a494be (diff) | |
| download | rockbox-d65930f9720b0d51313b0e76251e56d2ffa144dd.zip rockbox-d65930f9720b0d51313b0e76251e56d2ffa144dd.tar.gz rockbox-d65930f9720b0d51313b0e76251e56d2ffa144dd.tar.bz2 rockbox-d65930f9720b0d51313b0e76251e56d2ffa144dd.tar.xz | |
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
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/wma.c | 6 |
1 files changed, 5 insertions, 1 deletions
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. |