diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-20 12:45:52 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-20 12:45:52 +0000 |
commit | 5f804cb34c32b6e8209cff8a6627523b6cd148c0 (patch) | |
tree | 215204aa05c40d5315cdf08b365307c80c6b7034 | |
parent | 9c06f5a9599f6967499f79e0cc1f868d8d6e53c0 (diff) |
minor improvements to the LICENSE text
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@767 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | LICENSE | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,11 +1,13 @@ -All Polypaudio sources are licensed under the GNU Lesser General Public +All Polypaudio source files are licensed under the GNU Lesser General Public License. (see file LGPL for details) However, the server side links to the GPL-only library 'libsamplerate' which -downgrades the license of the server part to GPL (see file GPL for details), -exercising section 3 of the LGPL. +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 ('libpolyp') of Polypaudio as being -LGPL licensed and the server part ('libpolypcore') as being GPL licensed. +LGPL licensed and the server part ('libpolypcore') as being GPL licensed. Since +the Polypaudio daemon and the modules link to 'libpolypcore' they are of course +also GPL licensed. -- Lennart Poettering, April 20th, 2006. |