1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apulse
Source: https://github.com/i-rinat/apulse
Files: *
Copyright: 2014-2018 Rinat Ibragimov <ibragimovrinat@mail.ru>
License: MIT
Files: debian/*
Copyright: 2017-2022 Mirek Kratochvil <exa.exa@gmail.com>
License: MIT
Files: 3rdparty/pulseaudio-headers/*
Copyright:
Copyright (C) 2004-2009 Lennart Poettering
Copyright (C) 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
License: LGPL-2.1+
Files: 3rdparty/pulseaudio-headers/pulse/ext-device-manager.h
Copyright:
Copyright 2008 Lennart Poettering
Copyright 2009 Colin Guthrie
License: LGPL-2.1+
Files: 3rdparty/pulseaudio-headers/pulse/ext-device-restore.h
Copyright:
Copyright 2008 Lennart Poettering
Copyright 2011 Colin Guthrie
License: LGPL-2.1+
Files: 3rdparty/pulseaudio-headers/pulse/format.h
Copyright:
Copyright 2011 Intel Corporation
Copyright 2011 Collabora Multimedia
Copyright 2011 Arun Raghavan <arun.raghavan@collabora.co.uk>
License: LGPL-2.1+
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: LGPL-2.1+
The upstream license clarifies pretty well that the sources of pulseaudio are
LGPL (please see LGPL license grant below), but that some parts will be
effectively GPL since they rely on GPL libraries, quoting the upstream
LICENSE:
.
"""All PulseAudio 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 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."""
.
On Debian systems, the complete text of the LGPL-2.1 can be found in
/usr/share/common-licenses/LGPL-2.1.
|