|
1 | 1 | /* The audioop module uses the code base in g777.c file of the Sox project.
|
2 |
| - * Source: https://web.archive.org/web/19970716121258/http://www.spies.com/Sox/Archive/soxgamma.tar.gz |
3 |
| - * Programming the AdLib/Sound Blaster |
4 |
| - * FM Music Chips |
5 |
| - * Version 2.0 (24 Feb 1992) |
6 |
| - * |
7 |
| - * Copyright (c) 1991, 1992 by Jeffrey S. Lee |
8 |
| - * |
9 |
| - |
| 2 | + Source: https://sourceforge.net/projects/sox/files/sox/12.17.7/sox-12.17.7.tar.gz |
| 3 | +
|
| 4 | + Copyright of g771.c: |
| 5 | +
|
| 6 | + * This source code is a product of Sun Microsystems, Inc. and is provided |
| 7 | + * for unrestricted use. Users may copy or modify this source code without |
| 8 | + * charge. |
10 | 9 | *
|
| 10 | + * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING |
| 11 | + * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR |
| 12 | + * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. |
11 | 13 | *
|
| 14 | + * Sun source code is provided with no support and without any obligation on |
| 15 | + * the part of Sun Microsystems, Inc. to assist in its use, correction, |
| 16 | + * modification or enhancement. |
12 | 17 | *
|
13 |
| - * Warranty and Copyright Policy |
| 18 | + * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE |
| 19 | + * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE |
| 20 | + * OR ANY PART THEREOF. |
14 | 21 | *
|
15 |
| - * This document is provided on an "as-is" basis, and its author makes |
16 |
| - * no warranty or representation, express or implied, with respect to |
17 |
| - * its quality performance or fitness for a particular purpose. In no |
18 |
| - * event will the author of this document be liable for direct, indirect, |
19 |
| - * special, incidental, or consequential damages arising out of the use |
20 |
| - * or inability to use the information contained within. Use of this |
21 |
| - * document is at your own risk. |
| 22 | + * In no event will Sun Microsystems, Inc. be liable for any lost revenue |
| 23 | + * or profits or other special, indirect and consequential damages, even if |
| 24 | + * Sun has been advised of the possibility of such damages. |
22 | 25 | *
|
23 |
| - * This file may be used and copied freely so long as the applicable |
24 |
| - * copyright notices are retained, and no modifications are made to the |
25 |
| - * text of the document. No money shall be charged for its distribution |
26 |
| - * beyond reasonable shipping, handling and duplication costs, nor shall |
27 |
| - * proprietary changes be made to this document so that it cannot be |
28 |
| - * distributed freely. This document may not be included in published |
29 |
| - * material or commercial packages without the written consent of its |
30 |
| - * author. */ |
| 26 | + * Sun Microsystems, Inc. |
| 27 | + * 2550 Garcia Avenue |
| 28 | + * Mountain View, California 94043 */ |
31 | 29 |
|
32 | 30 | /* audioopmodule - Module to detect peak values in arrays */
|
33 | 31 |
|
|
0 commit comments