~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/third_party/portaudio/pablio/README.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
README for PABLIO
2
 
Portable Audio Blocking I/O Library
3
 
Author: Phil Burk
4
 
 
5
 
PABLIO is a simplified interface to PortAudio that provide
6
 
read/write style blocking I/O.
7
 
 
8
 
Please see the .DOC file for documentation.
9
 
 
10
 
/*
11
 
 * More information on PortAudio at: http://www.portaudio.com
12
 
 * Copyright (c) 1999-2000 Phil Burk
13
 
 *
14
 
 * Permission is hereby granted, free of charge, to any person obtaining
15
 
 * a copy of this software and associated documentation files
16
 
 * (the "Software"), to deal in the Software without restriction,
17
 
 * including without limitation the rights to use, copy, modify, merge,
18
 
 * publish, distribute, sublicense, and/or sell copies of the Software,
19
 
 * and to permit persons to whom the Software is furnished to do so,
20
 
 * subject to the following conditions:
21
 
 *
22
 
 * The above copyright notice and this permission notice shall be
23
 
 * included in all copies or substantial portions of the Software.
24
 
 *
25
 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26
 
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
 
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28
 
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
29
 
 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
30
 
 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31
 
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
 
 */
33
 
 
34
 
/*
35
 
 * The text above constitutes the entire PortAudio license; however, 
36
 
 * the PortAudio community also makes the following non-binding requests:
37
 
 *
38
 
 * Any person wishing to distribute modifications to the Software is
39
 
 * requested to send the modifications to the original developer so that
40
 
 * they can be incorporated into the canonical version. It is also 
41
 
 * requested that these non-binding requests be included along with the 
42
 
 * license above.
43
 
 */
44
 
 
45