diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-11-22 16:08:48 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-11-27 14:54:01 +0000 |
commit | ba2dee08ba36d8b3922d76b2761480ca8e17e462 (patch) | |
tree | cdd4855cd7a84e3f1f52d49f1138ebd6810a8096 /LICENSE | |
parent | c95650b929e488b9122a2d63a5aba9d957521ddc (diff) |
Update LICENSE
Mention gdbm, lirc and fftw there.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -2,16 +2,16 @@ All PulseAudio source files are licensed under the GNU Lesser General Public License. (see file LGPL for details) However, the server side has optional GPL dependencies. These include the -libsamplerate (for core libraries) and bluez (for the bluetooth proximity helper -program) libraries, although others may also be included in the future. If -PulseAudio is compiled with these optional components, this effectively -downgrades the license of the server part to GPL (see file GPL for details), -exercising section 3 of the LGPL. In such circumstances, 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, tests, -various utilities/helpers and the modules link to libpulsecore and/or the -afore mentioned optional GPL dependencies they are of course also GPL licensed -also in this scenario. +libsamplerate and gdbm (core libraries), LIRC (lirc module), FFTW (equalizer +module) and bluez (bluetooth proximity helper program) libraries, although +others may also be included in the future. If PulseAudio is compiled with these +optional components, this effectively downgrades the license of the server part +to GPL (see the file GPL for details), exercising section 3 of the LGPL. In +such circumstances, 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, tests, various utilities/helpers and the modules +link to libpulsecore and/or the afore mentioned optional GPL dependencies they +are of course also GPL licensed also in this scenario. Andre Adrian's echo cancellation implementation is licensed under a less restrictive license - see src/modules/echo-cancel/adrian-license.txt for |