alsa: cover 'Shared Mic/Line in', 'Analog Source'
[profile/ivi/pulseaudio.git] / LICENSE
diff --git a/LICENSE b/LICENSE
index b042db5..612c234 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,13 @@
-The client libraries are licensed under LGPL
-The daemon itself and all plugings are licensed under GPL
+All PulseAudio source files are licensed under the GNU Lesser General Public
+License. (see file LGPL for details)
 
-Lennart Poettering, 2004
+However, the server side links to the GPL-only library 'libsamplerate' which
+practically downgrades the license of the server part to GPL (see file GPL for
+details), exercising section 3 of the LGPL.
+
+Hence you should treat the client library ('libpulse') of PulseAudio as being
+LGPL licensed and the server part ('libpulsecore') as being GPL licensed. Since
+the PulseAudio daemon and the modules link to 'libpulsecore' they are of course
+also GPL licensed.
+
+-- Lennart Poettering, April 20th, 2006.