From: Andre Date: Fri, 5 May 2006 14:20:09 +0000 (+0200) Subject: Add M. Bakker to CREDITS X-Git-Tag: v0.2.14~148 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=447b612547232b824aaa7b155ba1dd9926f18099 Add M. Bakker to CREDITS --- diff --git a/CREDITS b/CREDITS index 87dee1e1..13e1dbc6 100644 --- a/CREDITS +++ b/CREDITS @@ -7,6 +7,8 @@ software on which this project is based on. These people include: +M. Bakker (libfaad) + Karl Bartel (SFont) Gerd Becker (MacOs testing) diff --git a/aacdec.c b/aacdec.c index e0890da9..3dbb99fd 100644 --- a/aacdec.c +++ b/aacdec.c @@ -16,6 +16,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +/* + * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker, + * Ahead Software AG + */ + /** \file aacdec.c paraslash's mp3 decoder */ #include "para.h"