From 48d731debf5d42bf99f153be78188a781775e18b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 16 Jan 2006 19:01:13 +0000 Subject: [PATCH] pcm laspa plugin - Added credits to MediaNet AG --- src/pcm/pcm_ladspa.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pcm/pcm_ladspa.c b/src/pcm/pcm_ladspa.c index 28c3402b..33b658e0 100644 --- a/src/pcm/pcm_ladspa.c +++ b/src/pcm/pcm_ladspa.c @@ -1,13 +1,15 @@ -/** +7/** * \file pcm/pcm_ladspa.c * \ingroup PCM_Plugins * \brief ALSA Plugin <-> LADSPA Plugin Interface * \author Jaroslav Kysela - * \date 2001,2005 + * \author Jaroslav Kysela + * \date 2001,2006 */ /* * PCM - LADSPA integration plugin - * Copyright (c) 2001 by Jaroslav Kysela + * Copyright (c) 2001-2006 by Jaroslav Kysela + * Copyright (c) 2005 by Jaroslav Kysela * * * This library is free software; you can redistribute it and/or modify @@ -24,6 +26,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * + * perex@perex.cz 2005/12/13 + * The LADSPA plugin rewrite was sponsored by MediaNet AG + * http://www.medianet.ag */ #include -- 2.47.1