vivox_licenses.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /* Copyright (c) 2013-2018 by Mercer Road Corp
  2. *
  3. * Permission to use, copy, modify or distribute this software in binary or source form
  4. * for any purpose is allowed only under explicit prior consent in writing from Mercer Road Corp
  5. *
  6. * THE SOFTWARE IS PROVIDED "AS IS" AND MERCER ROAD CORP DISCLAIMS
  7. * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  8. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL MERCER ROAD CORP
  9. * BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  10. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  11. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  12. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  13. * SOFTWARE.
  14. */
  15. /* ====================================================================
  16. * The Apache Software License, Version 1.1
  17. *
  18. * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
  19. * reserved.
  20. *
  21. * Redistribution and use in source and binary forms, with or without
  22. * modification, are permitted provided that the following conditions
  23. * are met:
  24. *
  25. * 1. Redistributions of source code must retain the above copyright
  26. * notice, this list of conditions and the following disclaimer.
  27. *
  28. * 2. Redistributions in binary form must reproduce the above copyright
  29. * notice, this list of conditions and the following disclaimer in
  30. * the documentation and/or other materials provided with the
  31. * distribution.
  32. *
  33. * 3. The end-user documentation included with the redistribution,
  34. * if any, must include the following acknowledgment:
  35. * "This product includes software developed by the
  36. * Apache Software Foundation (http://www.apache.org/)."
  37. * Alternately, this acknowledgment may appear in the software itself,
  38. * if and wherever such third-party acknowledgments normally appear.
  39. *
  40. * 4. The names "Apache" and "Apache Software Foundation" must
  41. * not be used to endorse or promote products derived from this
  42. * software without prior written permission. For written
  43. * permission, please contact [email protected].
  44. *
  45. * 5. Products derived from this software may not be called "Apache",
  46. * nor may "Apache" appear in their name, without prior written
  47. * permission of the Apache Software Foundation.
  48. *
  49. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  50. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  51. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  52. * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  53. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  54. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  55. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  56. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  57. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  58. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  59. * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  60. * SUCH DAMAGE.
  61. * ====================================================================
  62. *
  63. * This software consists of voluntary contributions made by many
  64. * individuals on behalf of the Apache Software Foundation. For more
  65. * information on the Apache Software Foundation, please see
  66. * <http://www.apache.org/>.
  67. */
  68. /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  69. rights reserved.
  70. License to copy and use this software is granted provided that it
  71. is identified as the "RSA Data Security, Inc. MD5 Message-Digest
  72. Algorithm" in all material mentioning or referencing this software
  73. or this function.
  74. License is also granted to make and use derivative works provided
  75. that such works are identified as "derived from the RSA Data
  76. Security, Inc. MD5 Message-Digest Algorithm" in all material
  77. mentioning or referencing the derived work.
  78. RSA Data Security, Inc. makes no representations concerning either
  79. the merchantability of this software or the suitability of this
  80. software for any particular purpose. It is provided "as is"
  81. without express or implied warranty of any kind.
  82. These notices must be retained in any copies of any part of this
  83. documentation and/or software.
  84. */
  85. /* ====================================================================
  86. * The Vovida Software License, Version 1.0
  87. *
  88. * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
  89. *
  90. * Redistribution and use in source and binary forms, with or without
  91. * modification, are permitted provided that the following conditions
  92. * are met:
  93. *
  94. * 1. Redistributions of source code must retain the above copyright
  95. * notice, this list of conditions and the following disclaimer.
  96. *
  97. * 2. Redistributions in binary form must reproduce the above copyright
  98. * notice, this list of conditions and the following disclaimer in
  99. * the documentation and/or other materials provided with the
  100. * distribution.
  101. *
  102. * 3. The names "VOCAL", "Vovida Open Communication Application Library",
  103. * and "Vovida Open Communication Application Library (VOCAL)" must
  104. * not be used to endorse or promote products derived from this
  105. * software without prior written permission. For written
  106. * permission, please contact [email protected].
  107. *
  108. * 4. Products derived from this software may not be called "VOCAL", nor
  109. * may "VOCAL" appear in their name, without prior written
  110. * permission of Vovida Networks, Inc.
  111. *
  112. * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
  113. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  114. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
  115. * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
  116. * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
  117. * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
  118. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  119. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  120. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  121. * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  122. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  123. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  124. * DAMAGE.
  125. *
  126. * ====================================================================
  127. *
  128. * This software consists of voluntary contributions made by Vovida
  129. * Networks, Inc. and many individuals on behalf of Vovida Networks,
  130. * Inc. For more information on Vovida Networks, Inc., please see
  131. * <http://www.vovida.org/>.
  132. *
  133. */
  134. /* Copyright (C) 2007-2008 Jean-Marc Valin
  135. Copyright (C) 2008 Thorvald Natvig
  136. File: resample.c
  137. Arbitrary resampling code
  138. Redistribution and use in source and binary forms, with or without
  139. modification, are permitted provided that the following conditions are
  140. met:
  141. 1. Redistributions of source code must retain the above copyright notice,
  142. this list of conditions and the following disclaimer.
  143. 2. Redistributions in binary form must reproduce the above copyright
  144. notice, this list of conditions and the following disclaimer in the
  145. documentation and/or other materials provided with the distribution.
  146. 3. The name of the author may not be used to endorse or promote products
  147. derived from this software without specific prior written permission.
  148. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  149. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  150. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  151. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  152. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  153. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  154. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  155. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  156. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  157. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  158. POSSIBILITY OF SUCH DAMAGE.
  159. */
  160. /*
  161. Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,
  162. Jean-Marc Valin, Timothy B. Terriberry,
  163. CSIRO, Gregory Maxwell, Mark Borgerding,
  164. Erik de Castro Lopo
  165. Redistribution and use in source and binary forms, with or without
  166. modification, are permitted provided that the following conditions
  167. are met:
  168. - Redistributions of source code must retain the above copyright
  169. notice, this list of conditions and the following disclaimer.
  170. - Redistributions in binary form must reproduce the above copyright
  171. notice, this list of conditions and the following disclaimer in the
  172. documentation and/or other materials provided with the distribution.
  173. - Neither the name of Internet Society, IETF or IETF Trust, nor the
  174. names of specific contributors, may be used to endorse or promote
  175. products derived from this software without specific prior written
  176. permission.
  177. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  178. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  179. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  180. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  181. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  182. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  183. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  184. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  185. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  186. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  187. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  188. Opus is subject to the royalty-free patent licenses which are
  189. specified at:
  190. Xiph.Org Foundation:
  191. https://datatracker.ietf.org/ipr/1524/
  192. Microsoft Corporation:
  193. https://datatracker.ietf.org/ipr/1914/
  194. Broadcom Corporation:
  195. https://datatracker.ietf.org/ipr/1526/
  196. */
  197. The accompanying product may be protected by one or more U.S. and foreign patents and/or pending patent applications held by Polycom, Inc.
  198. Tencent is pleased to support the open source community by making RapidJSON available.
  199. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
  200. If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
  201. If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
  202. A copy of the MIT License is included in this file.
  203. The msinttypes r29
  204. Copyright (c) 2006-2013 Alexander Chemeris
  205. All rights reserved.
  206. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  207. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  208. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  209. * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  210. THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  211. Terms of the MIT License:
  212. --------------------------------------------------------------------
  213. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  214. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  215. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.