Open Source Software Licenses-NetSDK.txt 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. OPEN SOURCE SOFTWARE NOTICE
  2. This document contains open source software notice for the product which includes
  3. this file does not necessarily use all of the third party software components
  4. referred to below.
  5. Warranty Disclaimer
  6. THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT
  7. WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY
  8. OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE
  9. LICENSES FOR MORE DETAILS.
  10. Copyright Notice and License Texts
  11. Software(s) using Berkeley Software Distribution
  12. =================================================================
  13. *libvorbis
  14. Copyright (c) 2002-2015 Xiph.org Foundation.
  15. Berkeley Software Distribution
  16. -----------------------------------------------------------------
  17. Copyright (c) The Regents of the University of California.
  18. All rights reserved.
  19. Redistribution and use in source and binary forms, with or without
  20. modification, are permitted provided that the following conditions
  21. are met:
  22. 1. Redistributions of source code must retain the above copyright
  23. notice, this list of conditions and the following disclaimer.
  24. 2. Redistributions in binary form must reproduce the above copyright
  25. notice, this list of conditions and the following disclaimer in the
  26. documentation and/or other materials provided with the distribution.
  27. 3. Neither the name of the University nor the names of its contributors
  28. may be used to endorse or promote products derived from this software
  29. without specific prior written permission.
  30. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  31. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  32. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  33. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  34. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  35. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  36. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  37. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  38. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  39. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  40. SUCH DAMAGE.
  41. Software(s) using MIT License
  42. =================================================================
  43. *jsoncpp
  44. Copyright (c) 2007-2010 by Baptiste Lepilleur and The JsonCpp Authors
  45. MIT License
  46. -----------------------------------------------------------------
  47. Copyright (c) <year> <copyright holders>
  48. Permission is hereby granted, free of charge, to any person obtaining a copy
  49. of this software and associated documentation files (the "Software"), to deal
  50. in the Software without restriction, including without limitation the rights
  51. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  52. copies of the Software, and to permit persons to whom the Software is
  53. furnished to do so, subject to the following conditions:
  54. The above copyright notice and this permission notice shall be included in
  55. all copies or substantial portions of the Software.
  56. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  57. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  58. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  59. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  60. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  61. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  62. THE SOFTWARE.
  63. Software(s) using Boost Software License 1.0
  64. =================================================================
  65. *cryptopp 5.6.2
  66. Compilation Copyright (c) 1995-2013 by Wei Dai. All rights reserved
  67. All rights reserved, details refer to https://cryptopp.com
  68. Boost Software License - Version 1.0 - August 17th, 2003
  69. -----------------------------------------------------------------
  70. Permission is hereby granted, free of charge, to any person or organization
  71. obtaining a copy of the software and accompanying documentation covered by
  72. this license (the "Software") to use, reproduce, display, distribute,
  73. execute, and transmit the Software, and to prepare derivative works of the
  74. Software, and to permit third-parties to whom the Software is furnished to
  75. do so, all subject to the following:
  76. The copyright notices in the Software and this entire statement, including
  77. the above license grant, this restriction and the following disclaimer,
  78. must be included in all copies of the Software, in whole or in part, and
  79. all derivative works of the Software, unless such copies or derivative
  80. works are solely in the form of machine-executable object code generated by
  81. a source language processor.
  82. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  83. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  84. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  85. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  86. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  87. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  88. DEALINGS IN THE SOFTWARE.
  89. Software(s) using OpenSSL License
  90. =================================================================
  91. *openssl
  92. Copyright (c) 1998-2018 The openssl project
  93. Copyright (c) 1995-1998 Eric A.Young, Tim J. hudson
  94. OpenSSL License
  95. -----------------------------------------------------------------
  96. LICENSE ISSUES
  97. ==============
  98. The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  99. the OpenSSL License and the original SSLeay license apply to the toolkit.
  100. See below for the actual license texts. Actually both licenses are BSD-style
  101. Open Source licenses. In case of any license issues related to OpenSSL
  102. please contact openssl-core@openssl.org.
  103. OpenSSL License
  104. ---------------
  105. /* ====================================================================
  106. * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
  107. *
  108. * Redistribution and use in source and binary forms, with or without
  109. * modification, are permitted provided that the following conditions
  110. * are met:
  111. *
  112. * 1. Redistributions of source code must retain the above copyright
  113. * notice, this list of conditions and the following disclaimer.
  114. *
  115. * 2. Redistributions in binary form must reproduce the above copyright
  116. * notice, this list of conditions and the following disclaimer in
  117. * the documentation and/or other materials provided with the
  118. * distribution.
  119. *
  120. * 3. All advertising materials mentioning features or use of this
  121. * software must display the following acknowledgment:
  122. * "This product includes software developed by the OpenSSL Project
  123. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  124. *
  125. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  126. * endorse or promote products derived from this software without
  127. * prior written permission. For written permission, please contact
  128. * openssl-core@openssl.org.
  129. *
  130. * 5. Products derived from this software may not be called "OpenSSL"
  131. * nor may "OpenSSL" appear in their names without prior written
  132. * permission of the OpenSSL Project.
  133. *
  134. * 6. Redistributions of any form whatsoever must retain the following
  135. * acknowledgment:
  136. * "This product includes software developed by the OpenSSL Project
  137. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  138. *
  139. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  140. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  141. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  142. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  143. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  144. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  145. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  146. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  147. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  148. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  149. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  150. * OF THE POSSIBILITY OF SUCH DAMAGE.
  151. * ====================================================================
  152. */
  153. Software(s) using Boost Software License 1.0
  154. =================================================================