From 9f407afad6da25f87c2350e86b21151578ac2ed4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Mon, 23 Apr 2012 14:24:19 -0400 Subject: [PATCH] Adds 3rd clause to CELT license --- celt/_kiss_fft_guts.h | 5 +++++ celt/arch.h | 5 +++++ celt/bands.c | 5 +++++ celt/bands.h | 5 +++++ celt/celt.c | 5 +++++ celt/celt.h | 5 +++++ celt/celt_lpc.c | 5 +++++ celt/celt_lpc.h | 5 +++++ celt/cwrs.c | 5 +++++ celt/cwrs.h | 5 +++++ celt/dump_modes/dump_modes.c | 5 +++++ celt/ecintrin.h | 5 +++++ celt/entcode.c | 5 +++++ celt/entcode.h | 5 +++++ celt/entdec.c | 5 +++++ celt/entdec.h | 5 +++++ celt/entenc.c | 5 +++++ celt/entenc.h | 5 +++++ celt/fixed_c5x.h | 5 +++++ celt/fixed_c6x.h | 5 +++++ celt/fixed_debug.h | 5 +++++ celt/fixed_generic.h | 5 +++++ celt/float_cast.h | 5 +++++ celt/kiss_fft.c | 5 +++++ celt/kiss_fft.h | 5 +++++ celt/laplace.c | 5 +++++ celt/laplace.h | 5 +++++ celt/mathops.c | 5 +++++ celt/mathops.h | 5 +++++ celt/mdct.c | 5 +++++ celt/mdct.h | 5 +++++ celt/mfrngcod.h | 5 +++++ celt/modes.c | 5 +++++ celt/modes.h | 5 +++++ celt/opus_custom_demo.c | 5 +++++ celt/os_support.h | 5 +++++ celt/pitch.c | 5 +++++ celt/pitch.h | 5 +++++ celt/quant_bands.c | 5 +++++ celt/quant_bands.h | 5 +++++ celt/rate.c | 5 +++++ celt/rate.h | 5 +++++ celt/stack_alloc.h | 5 +++++ celt/vq.c | 5 +++++ celt/vq.h | 5 +++++ include/opus.h | 5 +++++ include/opus_custom.h | 5 +++++ include/opus_defines.h | 5 +++++ include/opus_multistream.h | 5 +++++ include/opus_types.h | 5 +++++ src/opus.c | 5 +++++ src/opus_decoder.c | 5 +++++ src/opus_demo.c | 5 +++++ src/opus_encoder.c | 5 +++++ src/opus_multistream.c | 5 +++++ src/opus_private.h | 5 +++++ src/repacketizer.c | 5 +++++ src/repacketizer_demo.c | 5 +++++ tests/test_opus_api.c | 5 +++++ tests/test_opus_common.h | 5 +++++ tests/test_opus_decode.c | 5 +++++ tests/test_opus_encode.c | 5 +++++ 62 files changed, 310 insertions(+) diff --git a/celt/_kiss_fft_guts.h b/celt/_kiss_fft_guts.h index 637ce2a0f..0285690d5 100644 --- a/celt/_kiss_fft_guts.h +++ b/celt/_kiss_fft_guts.h @@ -11,6 +11,11 @@ this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE diff --git a/celt/arch.h b/celt/arch.h index a7cfbe893..2061a0a8b 100644 --- a/celt/arch.h +++ b/celt/arch.h @@ -18,6 +18,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/bands.c b/celt/bands.c index 8ff50def0..700a6242f 100644 --- a/celt/bands.c +++ b/celt/bands.c @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/bands.h b/celt/bands.h index cce16a09c..539bcade1 100644 --- a/celt/bands.h +++ b/celt/bands.h @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/celt.c b/celt/celt.c index f14c7f80d..6e182839e 100644 --- a/celt/celt.c +++ b/celt/celt.c @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/celt.h b/celt/celt.h index da4464ced..711d3039d 100644 --- a/celt/celt.h +++ b/celt/celt.h @@ -19,6 +19,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/celt_lpc.c b/celt/celt_lpc.c index d2addbf24..690cd1c26 100644 --- a/celt/celt_lpc.c +++ b/celt/celt_lpc.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/celt_lpc.h b/celt/celt_lpc.h index 2baa77edf..782e6b30d 100644 --- a/celt/celt_lpc.h +++ b/celt/celt_lpc.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/cwrs.c b/celt/cwrs.c index 2c31d6fed..af91d6235 100644 --- a/celt/cwrs.c +++ b/celt/cwrs.c @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/cwrs.h b/celt/cwrs.h index 7dfbd076d..ab9d0e041 100644 --- a/celt/cwrs.h +++ b/celt/cwrs.h @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/dump_modes/dump_modes.c b/celt/dump_modes/dump_modes.c index 8c07e196b..9d74174ce 100644 --- a/celt/dump_modes/dump_modes.c +++ b/celt/dump_modes/dump_modes.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/ecintrin.h b/celt/ecintrin.h index 3dffa5f95..1b56fc0fc 100644 --- a/celt/ecintrin.h +++ b/celt/ecintrin.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entcode.c b/celt/entcode.c index 02ac690be..5c0192295 100644 --- a/celt/entcode.c +++ b/celt/entcode.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entcode.h b/celt/entcode.h index aebecc064..e803685db 100644 --- a/celt/entcode.h +++ b/celt/entcode.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entdec.c b/celt/entdec.c index 75e3e45a7..56c282923 100644 --- a/celt/entdec.c +++ b/celt/entdec.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entdec.h b/celt/entdec.h index d8ab31873..2e79975b2 100644 --- a/celt/entdec.h +++ b/celt/entdec.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entenc.c b/celt/entenc.c index a7e34ecef..bf01b8870 100644 --- a/celt/entenc.c +++ b/celt/entenc.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/entenc.h b/celt/entenc.h index 796bc4d57..25bda1e1d 100644 --- a/celt/entenc.h +++ b/celt/entenc.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/fixed_c5x.h b/celt/fixed_c5x.h index f0c4291ba..5bf6e99cd 100644 --- a/celt/fixed_c5x.h +++ b/celt/fixed_c5x.h @@ -15,6 +15,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/fixed_c6x.h b/celt/fixed_c6x.h index fae92fd03..bb91c471a 100644 --- a/celt/fixed_c6x.h +++ b/celt/fixed_c6x.h @@ -15,6 +15,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/fixed_debug.h b/celt/fixed_debug.h index f3d73cfd5..e629d3958 100644 --- a/celt/fixed_debug.h +++ b/celt/fixed_debug.h @@ -16,6 +16,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/fixed_generic.h b/celt/fixed_generic.h index d5ea1219b..eeb3cd6ba 100644 --- a/celt/fixed_generic.h +++ b/celt/fixed_generic.h @@ -17,6 +17,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/float_cast.h b/celt/float_cast.h index 9095bb662..56dfa0929 100644 --- a/celt/float_cast.h +++ b/celt/float_cast.h @@ -11,6 +11,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/kiss_fft.c b/celt/kiss_fft.c index f6b909444..535aebb44 100644 --- a/celt/kiss_fft.c +++ b/celt/kiss_fft.c @@ -14,6 +14,11 @@ this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE diff --git a/celt/kiss_fft.h b/celt/kiss_fft.h index 66332e3bb..6c0f5e8b5 100644 --- a/celt/kiss_fft.h +++ b/celt/kiss_fft.h @@ -14,6 +14,11 @@ this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE diff --git a/celt/laplace.c b/celt/laplace.c index 27e42becb..02364cdf0 100644 --- a/celt/laplace.c +++ b/celt/laplace.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/laplace.h b/celt/laplace.h index 46c14b5da..554e1f647 100644 --- a/celt/laplace.h +++ b/celt/laplace.h @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/mathops.c b/celt/mathops.c index 30807ec65..130faccf5 100644 --- a/celt/mathops.c +++ b/celt/mathops.c @@ -18,6 +18,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/mathops.h b/celt/mathops.h index 39287051a..c53a29323 100644 --- a/celt/mathops.h +++ b/celt/mathops.h @@ -18,6 +18,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/mdct.c b/celt/mdct.c index 3193b7ccb..4013210b9 100644 --- a/celt/mdct.c +++ b/celt/mdct.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/mdct.h b/celt/mdct.h index 5ec26d0a9..93d4c9046 100644 --- a/celt/mdct.h +++ b/celt/mdct.h @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/mfrngcod.h b/celt/mfrngcod.h index 809152a59..a50686221 100644 --- a/celt/mfrngcod.h +++ b/celt/mfrngcod.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/modes.c b/celt/modes.c index ed204d7d9..bde9ecbe0 100644 --- a/celt/modes.c +++ b/celt/modes.c @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/modes.h b/celt/modes.h index c8340f987..c3380ac20 100644 --- a/celt/modes.h +++ b/celt/modes.h @@ -14,6 +14,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/opus_custom_demo.c b/celt/opus_custom_demo.c index f45ba7621..2d08f8ade 100644 --- a/celt/opus_custom_demo.c +++ b/celt/opus_custom_demo.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/os_support.h b/celt/os_support.h index 2484f0b2f..bf891e77a 100644 --- a/celt/os_support.h +++ b/celt/os_support.h @@ -15,6 +15,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE diff --git a/celt/pitch.c b/celt/pitch.c index a69e5995d..d8c697832 100644 --- a/celt/pitch.c +++ b/celt/pitch.c @@ -18,6 +18,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/pitch.h b/celt/pitch.h index 2509d64b4..e18ca85ad 100644 --- a/celt/pitch.h +++ b/celt/pitch.h @@ -18,6 +18,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/quant_bands.c b/celt/quant_bands.c index 5fb038a34..9fe327056 100644 --- a/celt/quant_bands.c +++ b/celt/quant_bands.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/quant_bands.h b/celt/quant_bands.h index bec2855cf..ff26aca04 100644 --- a/celt/quant_bands.h +++ b/celt/quant_bands.h @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/rate.c b/celt/rate.c index 32fe9ac68..989aef775 100644 --- a/celt/rate.c +++ b/celt/rate.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/rate.h b/celt/rate.h index 8960e3d3b..b48595b81 100644 --- a/celt/rate.h +++ b/celt/rate.h @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/stack_alloc.h b/celt/stack_alloc.h index 68569e2b1..f3a99b151 100644 --- a/celt/stack_alloc.h +++ b/celt/stack_alloc.h @@ -16,6 +16,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/vq.c b/celt/vq.c index a2a4fd36d..16aeb43ff 100644 --- a/celt/vq.c +++ b/celt/vq.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/celt/vq.h b/celt/vq.h index 1ceeeeb26..b0640a5e3 100644 --- a/celt/vq.h +++ b/celt/vq.h @@ -17,6 +17,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/include/opus.h b/include/opus.h index f957cca66..46d9aced7 100644 --- a/include/opus.h +++ b/include/opus.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/include/opus_custom.h b/include/opus_custom.h index c1e044df8..c30964e19 100644 --- a/include/opus_custom.h +++ b/include/opus_custom.h @@ -19,6 +19,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/include/opus_defines.h b/include/opus_defines.h index d89f995cf..fffe58dc9 100644 --- a/include/opus_defines.h +++ b/include/opus_defines.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/include/opus_multistream.h b/include/opus_multistream.h index ff3341989..10d34ec88 100644 --- a/include/opus_multistream.h +++ b/include/opus_multistream.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/include/opus_types.h b/include/opus_types.h index 3308de896..121184882 100644 --- a/include/opus_types.h +++ b/include/opus_types.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus.c b/src/opus.c index d6ae7bab2..505ab7f7d 100644 --- a/src/opus.c +++ b/src/opus.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus_decoder.c b/src/opus_decoder.c index 3d1c064f5..912e4060c 100644 --- a/src/opus_decoder.c +++ b/src/opus_decoder.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus_demo.c b/src/opus_demo.c index 5a295fd74..06f30e198 100644 --- a/src/opus_demo.c +++ b/src/opus_demo.c @@ -13,6 +13,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus_encoder.c b/src/opus_encoder.c index 232180cdd..d9c907821 100644 --- a/src/opus_encoder.c +++ b/src/opus_encoder.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus_multistream.c b/src/opus_multistream.c index f4e4e770d..86f30cd62 100644 --- a/src/opus_multistream.c +++ b/src/opus_multistream.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/opus_private.h b/src/opus_private.h index 2f4538aec..675c2c463 100644 --- a/src/opus_private.h +++ b/src/opus_private.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/repacketizer.c b/src/repacketizer.c index 3370a873f..c31653aae 100644 --- a/src/repacketizer.c +++ b/src/repacketizer.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/src/repacketizer_demo.c b/src/repacketizer_demo.c index 910f313ea..cf8e55fcb 100644 --- a/src/repacketizer_demo.c +++ b/src/repacketizer_demo.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c index 545ef6890..ae68d59bd 100644 --- a/tests/test_opus_api.c +++ b/tests/test_opus_api.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h index d1e6b4529..93edb5b26 100644 --- a/tests/test_opus_common.h +++ b/tests/test_opus_common.h @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/tests/test_opus_decode.c b/tests/test_opus_decode.c index a15a31d7c..bd87dbe55 100644 --- a/tests/test_opus_decode.c +++ b/tests/test_opus_decode.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR diff --git a/tests/test_opus_encode.c b/tests/test_opus_encode.c index 658ab4ca4..3b1231de7 100644 --- a/tests/test_opus_encode.c +++ b/tests/test_opus_encode.c @@ -12,6 +12,11 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + - Neither the name of Internet Society, IETF or IETF Trust, nor the + names of specific contributors, may be used to endorse or promote + products derived from this software without specific prior written + permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- GitLab