|
| 1 | +This project includes modified code from the following third-party component: |
| 2 | + |
| 3 | +1. File: lpcnet_enc.c |
| 4 | + - Source: LPCNet (https:github.com/xiph/LPCNet) |
| 5 | + - License: BSD-2-Clause |
| 6 | + - Copyright: 2017-2019, Mozilla |
| 7 | + - Original License Text: |
| 8 | + Copyright (c) 2017-2019 Mozilla |
| 9 | + |
| 10 | + Redistribution and use in source and binary forms, with or without modification, |
| 11 | + are permitted provided that the following conditions are met: |
| 12 | + |
| 13 | + - Redistributions of source code must retain the above copyright notice, |
| 14 | + this list of conditions and the following disclaimer. |
| 15 | + |
| 16 | + - Redistributions in binary form must reproduce the above copyright notice, |
| 17 | + this list of conditions and the following disclaimer in the documentation |
| 18 | + and/or other materials provided with the distribution. |
| 19 | + |
| 20 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 21 | + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 22 | + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 23 | + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR |
| 24 | + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 25 | + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 26 | + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 27 | + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 28 | + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 29 | + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 30 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 31 | + |
| 32 | +2. Project: LPCNet |
| 33 | + - Source: LPCNet (https:github.com/xiph/LPCNet) |
| 34 | + - License: BSD-3-Clause |
| 35 | + - Copyright: 2017-2018, Mozilla, 2007-2017, Jean-Marc Valin, 2005-2017, Xiph.Org Foundation, 2003-2004, Mark Borgerding |
| 36 | + - Original License Text of LPCNet open source project: |
| 37 | + Copyright (c) 2017-2018, Mozilla |
| 38 | + Copyright (c) 2007-2017, Jean-Marc Valin |
| 39 | + Copyright (c) 2005-2017, Xiph.Org Foundation |
| 40 | + Copyright (c) 2003-2004, Mark Borgerding |
| 41 | + |
| 42 | + Redistribution and use in source and binary forms, with or without |
| 43 | + modification, are permitted provided that the following conditions |
| 44 | + are met: |
| 45 | + |
| 46 | + - Redistributions of source code must retain the above copyright |
| 47 | + notice, this list of conditions and the following disclaimer. |
| 48 | + |
| 49 | + - Redistributions in binary form must reproduce the above copyright |
| 50 | + notice, this list of conditions and the following disclaimer in the |
| 51 | + documentation and/or other materials provided with the distribution. |
| 52 | + |
| 53 | + - Neither the name of the Xiph.Org Foundation nor the names of its |
| 54 | + contributors may be used to endorse or promote products derived from |
| 55 | + this software without specific prior written permission. |
| 56 | + |
| 57 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 58 | + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 59 | + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 60 | + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION |
| 61 | + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 62 | + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 63 | + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 64 | + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 65 | + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 66 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 67 | + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 68 | + |
0 commit comments