diff options
author | David Henningsson <david.henningsson@canonical.com> | 2015-03-24 10:29:12 +0100 |
---|---|---|
committer | David Henningsson <david.henningsson@canonical.com> | 2015-03-30 10:52:29 +0200 |
commit | f3ebf6b667b155f5fe6526bd70881c79e07d7874 (patch) | |
tree | 0e653f25b7145ee904d064c3b2707d994d859763 /LICENSE | |
parent | ff329cdabb9ed5864ff6821aaab137844f9940d5 (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-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |