]> code.delx.au - pulseaudio/blob - LICENSE
pactl: Stop parsing option when the first non-option is encountered
[pulseaudio] / LICENSE
1 All PulseAudio source files are licensed under the GNU Lesser General Public
2 License. (see file LGPL for details)
3
4 However, the server side has optional GPL dependencies. These include the
5 libsamplerate and gdbm (core libraries), LIRC (lirc module) and FFTW (equalizer
6 module), although others may also be included in the future. If PulseAudio is
7 compiled with these optional components, this effectively downgrades the
8 license of the server part to GPL (see the file GPL for details), exercising
9 section 3 of the LGPL. In such circumstances, you should treat the client
10 library (libpulse) of PulseAudio as being LGPL licensed and the server part
11 (libpulsecore) as being GPL licensed. Since the PulseAudio daemon, tests,
12 various utilities/helpers and the modules link to libpulsecore and/or the afore
13 mentioned optional GPL dependencies they are of course also GPL licensed also
14 in this scenario.
15
16 In addition to this, if D-Bus support is enabled, the PulseAudio client library
17 (libpulse) MAY need to be licensed under the GPL, depending on the license
18 adopted for libdbus. libdbus is licensed under either of the Academic Free
19 License 2.1 or GPL 2.0 or above. Which of these applies is your choice, and the
20 result affects the licensing of libpulse and thus, potentially, all programs
21 that link to libpulse.
22
23 Andre Adrian's echo cancellation implementation is licensed under a less
24 restrictive license - see src/modules/echo-cancel/adrian-license.txt for
25 details.
26
27 Some other files pulled into PA source (i.e. reference implementations that are
28 considered too small and stable to be considered as an external library) use the
29 more permissive MIT license. This include the device reservation DBus protocol
30 and realtime kit implementations.
31
32 Additionally, a more permissive Sun license is used for code that performs
33 u-law, A-law and linear PCM conversions.
34
35 While we attempt to provide a summary here, it is the ultimate responsibility of
36 the packager to ensure the components they use in their build of PulseAudio
37 meets their license requirements.