diff options
Diffstat (limited to 'src/modules/module-tunnel.c')
-rw-r--r-- | src/modules/module-tunnel.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c index bf1fafb3..bf2627a7 100644 --- a/src/modules/module-tunnel.c +++ b/src/modules/module-tunnel.c @@ -1,20 +1,20 @@ /* $Id$ */ /*** - This file is part of polypaudio. + This file is part of PulseAudio. - polypaudio is free software; you can redistribute it and/or modify + PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - polypaudio is distributed in the hope that it will be useful, but + PulseAudio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License - along with polypaudio; if not, write to the Free Software + along with PulseAudio; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ***/ @@ -31,24 +31,24 @@ #include <stdio.h> #include <stdlib.h> -#include <polyp/timeval.h> -#include <polyp/util.h> -#include <polyp/version.h> -#include <polyp/xmalloc.h> - -#include <polypcore/module.h> -#include <polypcore/core-util.h> -#include <polypcore/modargs.h> -#include <polypcore/log.h> -#include <polypcore/core-subscribe.h> -#include <polypcore/sink-input.h> -#include <polypcore/pdispatch.h> -#include <polypcore/pstream.h> -#include <polypcore/pstream-util.h> -#include <polypcore/authkey.h> -#include <polypcore/socket-client.h> -#include <polypcore/socket-util.h> -#include <polypcore/authkey-prop.h> +#include <pulse/timeval.h> +#include <pulse/util.h> +#include <pulse/version.h> +#include <pulse/xmalloc.h> + +#include <pulsecore/module.h> +#include <pulsecore/core-util.h> +#include <pulsecore/modargs.h> +#include <pulsecore/log.h> +#include <pulsecore/core-subscribe.h> +#include <pulsecore/sink-input.h> +#include <pulsecore/pdispatch.h> +#include <pulsecore/pstream.h> +#include <pulsecore/pstream-util.h> +#include <pulsecore/authkey.h> +#include <pulsecore/socket-client.h> +#include <pulsecore/socket-util.h> +#include <pulsecore/authkey-prop.h> #ifdef TUNNEL_SINK #include "module-tunnel-sink-symdef.h" |