diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-04-20 12:40:10 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-04-20 12:40:10 +0000 |
commit | 81381c4ee71b12d9022e6cbf83f63a95b704c32d (patch) | |
tree | dcb46551f7ac25b932a2b76600a500f940a1658e /LICENSE | |
parent | 2decb6a5d31bf2338394b0288be4c3204f1703ee (diff) |
add new explaining LICENSE file
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@765 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..a4990f690 --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +All Polypaudio sources 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. + +Hence you should treat the client library ('libpolyp') of Polypaudio as being +LGPL licensed and the server part ('libpolypcore') as being GPL licensed. + +-- Lennart Poettering, April 20th, 2006. |