licenses.list.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. ====================BSD-2-Clause====================
  2. Redistribution and use in source and binary forms, with or without
  3. modification, are permitted provided that the following conditions are met:
  4. * Redistributions of source code must retain the above copyright notice,
  5. this list of conditions and the following disclaimer.
  6. * Redistributions in binary form must reproduce the above copyright notice,
  7. this list of conditions and the following disclaimer in the documentation
  8. and/or other materials provided with the distribution.
  9. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  10. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  11. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  12. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  13. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  14. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  15. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  16. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  17. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  18. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  19. ====================BSD-3-Clause====================
  20. * Redistribution and use in source and binary forms, with or without
  21. * modification, are permitted provided that the following conditions are met:
  22. *
  23. * * Redistributions of source code must retain the above copyright notice,
  24. * this list of conditions and the following disclaimer.
  25. * * Redistributions in binary form must reproduce the above copyright
  26. * notice, this list of conditions and the following disclaimer in the
  27. * documentation and/or other materials provided with the distribution.
  28. * * Neither the name of Intel Corporation nor the names of its contributors
  29. * may be used to endorse or promote products derived from this software
  30. * without specific prior written permission.
  31. *
  32. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  33. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  34. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  35. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  36. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  37. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  38. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  39. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  40. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  41. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  42. * POSSIBILITY OF SUCH DAMAGE.
  43. ====================BSD-3-Clause====================
  44. * This software program is licensed subject to the BSD License,
  45. * available at http://www.opensource.org/licenses/bsd-license.html.
  46. ====================BSD-3-Clause====================
  47. *** What follows is derived from Intel's Slicing-by-8 CRC32 impl, which is BSD
  48. *** licensed and available from http://sourceforge.net/projects/slicing-by-8/
  49. ====================BSD-3-Clause====================
  50. // BSD-licensed code, with additions to handled aligned case automatically.
  51. ====================BSD-3-Clause====================
  52. Hyperscan is licensed under the BSD License.
  53. ====================BSD-3-Clause====================
  54. Redistribution and use in source and binary forms, with or without
  55. modification, are permitted provided that the following conditions are
  56. met:
  57. * Redistributions of source code must retain the above copyright
  58. notice, this list of conditions and the following disclaimer.
  59. * Redistributions in binary form must reproduce the above
  60. copyright notice, this list of conditions and the following disclaimer
  61. in the documentation and/or other materials provided with the
  62. distribution.
  63. * Neither the name of Google Inc. nor the names of its
  64. contributors may be used to endorse or promote products derived from
  65. this software without specific prior written permission.
  66. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  67. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  68. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  69. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  70. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  71. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  72. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  73. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  74. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  75. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  76. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  77. ====================BSD-3-Clause====================
  78. Redistribution and use in source and binary forms, with or without
  79. modification, are permitted provided that the following conditions are met:
  80. * Redistributions of source code must retain the above copyright notice,
  81. this list of conditions and the following disclaimer.
  82. * Redistributions in binary form must reproduce the above copyright
  83. notice, this list of conditions and the following disclaimer in the
  84. documentation and/or other materials provided with the distribution.
  85. * Neither the name of Intel Corporation nor the names of its contributors
  86. may be used to endorse or promote products derived from this software
  87. without specific prior written permission.
  88. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  89. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  90. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  91. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  92. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  93. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  94. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  95. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  96. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  97. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  98. ====================BSD-3-Clause====================
  99. Redistribution and use in source and binary forms, with or without
  100. modification, are permitted provided that the following conditions are met:
  101. * Redistributions of source code must retain the above copyright notice,
  102. this list of conditions and the following disclaimer.
  103. * Redistributions in binary form must reproduce the above copyright
  104. notice, this list of conditions and the following disclaimer in the
  105. documentation and/or other materials provided with the distribution.
  106. * Neither the name of Intel Corporation nor the names of its contributors
  107. may be used to endorse or promote products derived from this software
  108. without specific prior written permission.
  109. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  110. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  111. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  112. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  113. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  114. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  115. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  116. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  117. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  118. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  119. ====================BSL-1.0====================
  120. // Distributed under the Boost Software License, Version 1.0.
  121. // (See accompanying file LICENSE_1_0.txt or copy at
  122. // http://www.boost.org/LICENSE_1_0.txt)
  123. ====================BSL-1.0====================
  124. Boost Software License - Version 1.0 - August 17th, 2003
  125. Permission is hereby granted, free of charge, to any person or organization
  126. obtaining a copy of the software and accompanying documentation covered by
  127. this license (the "Software") to use, reproduce, display, distribute,
  128. execute, and transmit the Software, and to prepare derivative works of the
  129. Software, and to permit third-parties to whom the Software is furnished to
  130. do so, all subject to the following:
  131. The copyright notices in the Software and this entire statement, including
  132. the above license grant, this restriction and the following disclaimer,
  133. must be included in all copies of the Software, in whole or in part, and
  134. all derivative works of the Software, unless such copies or derivative
  135. works are solely in the form of machine-executable object code generated by
  136. a source language processor.
  137. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  138. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  139. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  140. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  141. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  142. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  143. DEALINGS IN THE SOFTWARE.
  144. ====================COPYRIGHT====================
  145. * Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
  146. ====================COPYRIGHT====================
  147. * Copyright (c) 2015-2016, Intel Corporation
  148. ====================COPYRIGHT====================
  149. * Copyright (c) 2015-2017, Intel Corporation
  150. ====================COPYRIGHT====================
  151. * Copyright (c) 2015-2018, Intel Corporation
  152. ====================COPYRIGHT====================
  153. * Copyright (c) 2015-2019, Intel Corporation
  154. ====================COPYRIGHT====================
  155. * Copyright (c) 2015-2020, Intel Corporation
  156. ====================COPYRIGHT====================
  157. * Copyright (c) 2015-2021, Intel Corporation
  158. ====================COPYRIGHT====================
  159. * Copyright (c) 2015-2022, Intel Corporation
  160. ====================COPYRIGHT====================
  161. * Copyright (c) 2015-2023, Intel Corporation
  162. ====================COPYRIGHT====================
  163. * Copyright (c) 2016, Intel Corporation
  164. ====================COPYRIGHT====================
  165. * Copyright (c) 2016-2017, Intel Corporation
  166. ====================COPYRIGHT====================
  167. * Copyright (c) 2016-2018, Intel Corporation
  168. ====================COPYRIGHT====================
  169. * Copyright (c) 2016-2019, Intel Corporation
  170. ====================COPYRIGHT====================
  171. * Copyright (c) 2016-2020, Intel Corporation
  172. ====================COPYRIGHT====================
  173. * Copyright (c) 2017, Intel Corporation
  174. ====================COPYRIGHT====================
  175. * Copyright (c) 2017-2018, Intel Corporation
  176. ====================COPYRIGHT====================
  177. * Copyright (c) 2017-2020, Intel Corporation
  178. ====================COPYRIGHT====================
  179. * Copyright (c) 2017-2023, Intel Corporation
  180. ====================COPYRIGHT====================
  181. * Copyright (c) 2018, Intel Corporation
  182. ====================COPYRIGHT====================
  183. * Copyright (c) 2018-2020, Intel Corporation
  184. ====================COPYRIGHT====================
  185. * Copyright (c) 2019-2021, Intel Corporation
  186. ====================COPYRIGHT====================
  187. // Copyright (C) 2005-2009 Jongsoo Park <jongsoo.park -at- gmail.com>
  188. ====================COPYRIGHT====================
  189. Copyright (c) 2004-2006, Intel Corporation
  190. All rights reserved.
  191. ====================COPYRIGHT====================
  192. Copyright (c) 2015, Intel Corporation