From 447b612547232b824aaa7b155ba1dd9926f18099 Mon Sep 17 00:00:00 2001
From: Andre <maan@p133.(none)>
Date: Fri, 5 May 2006 16:20:09 +0200
Subject: [PATCH] Add M. Bakker to CREDITS

---
 CREDITS  | 2 ++
 aacdec.c | 5 +++++
 2 files changed, 7 insertions(+)

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 <karlb@gmx.net> (SFont)
 
 Gerd Becker <gerd.mac@gmx.net> (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"
-- 
2.39.5