]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib.h
Make the whole stuff LGPL only
[pulseaudio] / polyp / polyplib.h
index daaed6494612e39cec4cdf53368a6e05bce097b0..a0c418d4915ef1bd07714b74aee2993c640375b4 100644 (file)
@@ -7,21 +7,22 @@
   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
-  by the Free Software Foundation; either version 2 of the License,
-  or (at your option) any later version.
+  it under the terms of the GNU Lesser General Public License as
+  published by the Free Software Foundation; either version 2.1 of the
+  License, or (at your option) any later version.
  
   polypaudio 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.
+  Lesser General Public License for more details.
  
-  You should have received a copy of the GNU General Public License
-  along with polypaudio; if not, write to the Free Software
+  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.
 ***/
 
+#include "cdecl.h"
 #include "mainloop-api.h"
 #include "sample.h"
 #include "polyplib-def.h"
 #include "polyplib-introspect.h"
 #include "polyplib-subscribe.h"
 #include "polyplib-scache.h"
+#include "polyplib-version.h"
 
 /** \file
  * Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h,
  * \ref polyplib-def.h, \ref polyplib-context.h, \ref polyplib-stream.h,
- * \ref polyplib-introspect.h, \ref polyplib-subscribe.h and \ref polyplib-scache.h
+ * \ref polyplib-introspect.h, \ref polyplib-subscribe.h and \ref polyplib-scache.h \ref polyplib-version.h
  * at once */
 
 /** \mainpage