| 1 | /****************************************************************************** |
|---|
| 2 | * * |
|---|
| 3 | * Copyright (c) 1999-2003 Wimba S.A., All Rights Reserved. * |
|---|
| 4 | * * |
|---|
| 5 | * COPYRIGHT: * |
|---|
| 6 | * This software is the property of Wimba S.A. * |
|---|
| 7 | * This software is redistributed under the Xiph.org variant of * |
|---|
| 8 | * the BSD license. * |
|---|
| 9 | * Redistribution and use in source and binary forms, with or without * |
|---|
| 10 | * modification, are permitted provided that the following conditions * |
|---|
| 11 | * are met: * |
|---|
| 12 | * - Redistributions of source code must retain the above copyright * |
|---|
| 13 | * notice, this list of conditions and the following disclaimer. * |
|---|
| 14 | * - Redistributions in binary form must reproduce the above copyright * |
|---|
| 15 | * notice, this list of conditions and the following disclaimer in the * |
|---|
| 16 | * documentation and/or other materials provided with the distribution. * |
|---|
| 17 | * - Neither the name of Wimba, the Xiph.org Foundation nor the names of * |
|---|
| 18 | * its contributors may be used to endorse or promote products derived * |
|---|
| 19 | * from this software without specific prior written permission. * |
|---|
| 20 | * * |
|---|
| 21 | * WARRANTIES: * |
|---|
| 22 | * This software is made available by the authors in the hope * |
|---|
| 23 | * that it will be useful, but without any warranty. * |
|---|
| 24 | * Wimba S.A. is not liable for any consequence related to the * |
|---|
| 25 | * use of the provided software. * |
|---|
| 26 | * * |
|---|
| 27 | * Date: 22nd April 2003 * |
|---|
| 28 | * * |
|---|
| 29 | ******************************************************************************/ |
|---|
| 30 | |
|---|
| 31 | /* Copyright (C) 2002 Jean-Marc Valin |
|---|
| 32 | |
|---|
| 33 | Redistribution and use in source and binary forms, with or without |
|---|
| 34 | modification, are permitted provided that the following conditions |
|---|
| 35 | are met: |
|---|
| 36 | |
|---|
| 37 | - Redistributions of source code must retain the above copyright |
|---|
| 38 | notice, this list of conditions and the following disclaimer. |
|---|
| 39 | |
|---|
| 40 | - Redistributions in binary form must reproduce the above copyright |
|---|
| 41 | notice, this list of conditions and the following disclaimer in the |
|---|
| 42 | documentation and/or other materials provided with the distribution. |
|---|
| 43 | |
|---|
| 44 | - Neither the name of the Xiph.org Foundation nor the names of its |
|---|
| 45 | contributors may be used to endorse or promote products derived from |
|---|
| 46 | this software without specific prior written permission. |
|---|
| 47 | |
|---|
| 48 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 49 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 50 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 51 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR |
|---|
| 52 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
|---|
| 53 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|---|
| 54 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|---|
| 55 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|---|
| 56 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|---|
| 57 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| 58 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|