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
This commit is contained in:
parent
792ae6b1bd
commit
80b9bb4f17
2 changed files with 24 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue