summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2015-03-24 10:29:12 +0100
committerDavid Henningsson <david.henningsson@canonical.com>2015-03-30 10:52:29 +0200
commitf3ebf6b667b155f5fe6526bd70881c79e07d7874 (patch)
tree0e653f25b7145ee904d064c3b2707d994d859763 /LICENSE
parentff329cdabb9ed5864ff6821aaab137844f9940d5 (diff)
lfe-filter: Import code from the Chrome OS audio server
The chrome OS audio server has some already existing code, which has been made available under a BSD-style license, which should be safe to import by us. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 226c4ce40..6932317f0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -29,6 +29,9 @@ considered too small and stable to be considered as an external library) use the
more permissive MIT license. This include the device reservation DBus protocol
and realtime kit implementations.
+A more permissive BSD-style license is used for LFE filters, see
+src/pulsecore/filter/LICENSE.WEBKIT for details.
+
Additionally, a more permissive Sun license is used for code that performs
u-law, A-law and linear PCM conversions.