From 80b9bb4f17b218e81387df840198f0b40b4a59f3 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sun, 2 May 2010 17:30:41 +0000 Subject: 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 --- apps/codecs/libasf/asf.c | 24 ++++++++++++++++++++++++ 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 f65627b057..e3fffe6ee0 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 #include "codeclib.h" #include "asf.h" diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 4764093383..8aed7c34b6 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 -- cgit v1.2.3