diff options
| author | Mohamed Tarek <mt@rockbox.org> | 2010-05-02 17:30:41 +0000 |
|---|---|---|
| committer | Mohamed Tarek <mt@rockbox.org> | 2010-05-02 17:30:41 +0000 |
| commit | 80b9bb4f17b218e81387df840198f0b40b4a59f3 (patch) | |
| tree | d503438252f5812153a55adf14884fcdd9471e18 /apps/codecs | |
| parent | 792ae6b1bd7ec85f2ab8eec34dad1d22b05a213e (diff) | |
| download | rockbox-80b9bb4f17b218e81387df840198f0b40b4a59f3.zip rockbox-80b9bb4f17b218e81387df840198f0b40b4a59f3.tar.gz rockbox-80b9bb4f17b218e81387df840198f0b40b4a59f3.tar.bz2 rockbox-80b9bb4f17b218e81387df840198f0b40b4a59f3.tar.xz | |
Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in apps/codecs/wma.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libasf/asf.c | 24 | ||||
| -rw-r--r-- | apps/codecs/wma.c | 4 |
2 files changed, 24 insertions, 4 deletions
diff --git a/apps/codecs/libasf/asf.c b/apps/codecs/libasf/asf.c index f65627b..e3fffe6 100644 --- a/apps/codecs/libasf/asf.c +++ b/apps/codecs/libasf/asf.c @@ -1,3 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * 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/ + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #include <inttypes.h> #include "codeclib.h" #include "asf.h" diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 4764093..8aed7c3 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -9,10 +9,6 @@ * * 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/ - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 |