]> code.delx.au - pulseaudio/blobdiff - polyp/namereg.h
Make the whole stuff LGPL only
[pulseaudio] / polyp / namereg.h
index f1be39588f3867a26d7bd4f1654d9a10dbf4b0ba..99032be848e9664ab87e3063c1314fe09e3691bb 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of polypaudio.
  
   polypaudio is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published
+  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.
  
@@ -16,7 +16,7 @@
   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 General Public License
+  You should have received a copy of the GNU Lesser General Public License
   along with polypaudio; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
   USA.
@@ -37,9 +37,7 @@ void pa_namereg_unregister(struct pa_core *c, const char *name);
 void* pa_namereg_get(struct pa_core *c, const char *name, enum pa_namereg_type type, int autoload);
 void pa_namereg_set_default(struct pa_core*c, const char *name, enum pa_namereg_type type);
 
-
 const char *pa_namereg_get_default_sink_name(struct pa_core *c);
 const char *pa_namereg_get_default_source_name(struct pa_core *c);
 
-
 #endif