devtools.licenses.report 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
  7. # $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
  8. # $ # user comments
  9. # $
  10. # ${action} {license id} {license text hash}
  11. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  12. # ${all_file_action} filename
  13. # $ # user commentaries (many lines)
  14. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  15. # ${action} {license spdx} {license text hash}
  16. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  17. # ${all_file_action} filename
  18. # $ # user commentaries
  19. # $ generated description
  20. # $ ...
  21. #
  22. # You can modify action, all_file_action and add commentaries
  23. # Available actions:
  24. # keep - keep license in contrib and use in credits
  25. # skip - skip license
  26. # remove - remove all files with this license
  27. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  28. #
  29. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  30. # We suppose that that files can contain some license info
  31. # Available all file actions:
  32. # FILE_IGNORE - ignore file (do nothing)
  33. # FILE_INCLUDE - include all file data into licenses text file
  34. # =======================
  35. KEEP BSL-1.0 0529b38d9dfdde89da63fcb340dc03b9
  36. BELONGS ya.make
  37. License text:
  38. * Use, modification and distribution are subject to the
  39. * Boost Software License, Version 1.0. (See accompanying file
  40. * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  41. Scancode info:
  42. Original SPDX id: BSL-1.0
  43. Score : 100.00
  44. Match type : NOTICE
  45. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  46. Files with this license:
  47. include/boost/math/filters/daubechies.hpp [3:5]
  48. include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp [4:6]
  49. KEEP BSL-1.0 118b3ba302185a79b12cdba1c2e58ffc
  50. BELONGS ya.make
  51. License text:
  52. // Distributed under the Boost Software License,
  53. // Version 1.0. (See accompanying file LICENSE_1_0.txt
  54. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  55. Scancode info:
  56. Original SPDX id: BSL-1.0
  57. Score : 100.00
  58. Match type : NOTICE
  59. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  60. Files with this license:
  61. include/boost/cstdfloat.hpp [5:7]
  62. include/boost/math/cstdfloat/cstdfloat_complex.hpp [5:7]
  63. include/boost/math/cstdfloat/cstdfloat_iostream.hpp [5:7]
  64. include/boost/math/cstdfloat/cstdfloat_limits.hpp [5:7]
  65. include/boost/math/cstdfloat/cstdfloat_types.hpp [5:7]
  66. KEEP BSL-1.0 1e1b35c3ae13c65f63b2c7467cce8a87
  67. BELONGS ya.make
  68. License text:
  69. // Distributed under the Boost Software License, Version 1.0.
  70. // (See accompanying file LICENSE_1_0.txt
  71. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  72. Scancode info:
  73. Original SPDX id: BSL-1.0
  74. Score : 100.00
  75. Match type : NOTICE
  76. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  77. Files with this license:
  78. include/boost/math/special_functions/detail/fp_traits.hpp [9:11]
  79. include/boost/math/special_functions/nonfinite_num_facets.hpp [8:10]
  80. KEEP BSL-1.0 1f86bcce1bbfb6d9a7d6c733166e7bba
  81. BELONGS ya.make
  82. License text:
  83. // Use, modification and distribution are subject to the
  84. // Boost Software License, Version 1.0. (See accompanying file
  85. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  86. Scancode info:
  87. Original SPDX id: BSL-1.0
  88. Score : 100.00
  89. Match type : NOTICE
  90. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  91. Files with this license:
  92. include/boost/math/bindings/detail/big_digamma.hpp [2:4]
  93. include/boost/math/bindings/detail/big_lanczos.hpp [2:4]
  94. include/boost/math/bindings/mpfr.hpp [2:4]
  95. include/boost/math/bindings/mpreal.hpp [2:4]
  96. include/boost/math/bindings/rr.hpp [2:4]
  97. include/boost/math/ccmath/abs.hpp [2:4]
  98. include/boost/math/ccmath/ccmath.hpp [2:4]
  99. include/boost/math/ccmath/ceil.hpp [2:4]
  100. include/boost/math/ccmath/copysign.hpp [2:4]
  101. include/boost/math/ccmath/detail/config.hpp [2:4]
  102. include/boost/math/ccmath/detail/swap.hpp [2:4]
  103. include/boost/math/ccmath/div.hpp [2:4]
  104. include/boost/math/ccmath/fabs.hpp [2:4]
  105. include/boost/math/ccmath/fdim.hpp [2:4]
  106. include/boost/math/ccmath/floor.hpp [2:4]
  107. include/boost/math/ccmath/fma.hpp [2:4]
  108. include/boost/math/ccmath/fmax.hpp [2:4]
  109. include/boost/math/ccmath/fmin.hpp [2:4]
  110. include/boost/math/ccmath/fmod.hpp [2:4]
  111. include/boost/math/ccmath/fpclassify.hpp [2:4]
  112. include/boost/math/ccmath/frexp.hpp [3:5]
  113. include/boost/math/ccmath/hypot.hpp [3:5]
  114. include/boost/math/ccmath/ilogb.hpp [2:4]
  115. include/boost/math/ccmath/isfinite.hpp [2:4]
  116. include/boost/math/ccmath/isgreater.hpp [2:4]
  117. include/boost/math/ccmath/isgreaterequal.hpp [2:4]
  118. include/boost/math/ccmath/isinf.hpp [2:4]
  119. include/boost/math/ccmath/isless.hpp [2:4]
  120. include/boost/math/ccmath/islessequal.hpp [2:4]
  121. include/boost/math/ccmath/isnan.hpp [2:4]
  122. include/boost/math/ccmath/isnormal.hpp [2:4]
  123. include/boost/math/ccmath/isunordered.hpp [2:4]
  124. include/boost/math/ccmath/ldexp.hpp [3:5]
  125. include/boost/math/ccmath/logb.hpp [2:4]
  126. include/boost/math/ccmath/modf.hpp [2:4]
  127. include/boost/math/ccmath/next.hpp [3:5]
  128. include/boost/math/ccmath/remainder.hpp [2:4]
  129. include/boost/math/ccmath/round.hpp [2:4]
  130. include/boost/math/ccmath/scalbln.hpp [2:4]
  131. include/boost/math/ccmath/scalbn.hpp [3:5]
  132. include/boost/math/ccmath/signbit.hpp [2:4]
  133. include/boost/math/ccmath/sqrt.hpp [2:4]
  134. include/boost/math/ccmath/trunc.hpp [2:4]
  135. include/boost/math/common_factor_rt.hpp [3:5]
  136. include/boost/math/complex.hpp [2:4]
  137. include/boost/math/complex/acosh.hpp [2:4]
  138. include/boost/math/complex/asinh.hpp [2:4]
  139. include/boost/math/complex/atan.hpp [2:4]
  140. include/boost/math/complex/atanh.hpp [2:4]
  141. include/boost/math/complex/details.hpp [2:4]
  142. include/boost/math/complex/fabs.hpp [2:4]
  143. include/boost/math/concepts/distributions.hpp [2:4]
  144. include/boost/math/concepts/real_concept.hpp [2:4]
  145. include/boost/math/concepts/real_type_concept.hpp [2:4]
  146. include/boost/math/concepts/std_real_concept.hpp [2:4]
  147. include/boost/math/constants/constants.hpp [4:6]
  148. include/boost/math/constants/info.hpp [2:4]
  149. include/boost/math/differentiation/finite_difference.hpp [2:4]
  150. include/boost/math/differentiation/lanczos_smoothing.hpp [2:4]
  151. include/boost/math/distributions.hpp [4:6]
  152. include/boost/math/distributions/cauchy.hpp [5:7]
  153. include/boost/math/distributions/complement.hpp [4:6]
  154. include/boost/math/distributions/detail/derived_accessors.hpp [3:5]
  155. include/boost/math/distributions/detail/generic_quantile.hpp [2:4]
  156. include/boost/math/distributions/detail/inv_discrete_quantile.hpp [2:4]
  157. include/boost/math/distributions/empirical_cumulative_distribution_function.hpp [2:4]
  158. include/boost/math/distributions/exponential.hpp [3:5]
  159. include/boost/math/distributions/extreme_value.hpp [3:5]
  160. include/boost/math/distributions/find_location.hpp [4:6]
  161. include/boost/math/distributions/find_scale.hpp [4:6]
  162. include/boost/math/distributions/gamma.hpp [3:5]
  163. include/boost/math/distributions/holtsmark.hpp [3:5]
  164. include/boost/math/distributions/hyperexponential.hpp [3:5]
  165. include/boost/math/distributions/inverse_gamma.hpp [6:8]
  166. include/boost/math/distributions/inverse_gaussian.hpp [4:6]
  167. include/boost/math/distributions/landau.hpp [3:5]
  168. include/boost/math/distributions/laplace.hpp [6:8]
  169. include/boost/math/distributions/lognormal.hpp [3:5]
  170. include/boost/math/distributions/mapairy.hpp [3:5]
  171. include/boost/math/distributions/normal.hpp [4:6]
  172. include/boost/math/distributions/pareto.hpp [4:6]
  173. include/boost/math/distributions/rayleigh.hpp [3:5]
  174. include/boost/math/distributions/saspoint5.hpp [3:5]
  175. include/boost/math/distributions/skew_normal.hpp [3:5]
  176. include/boost/math/distributions/triangular.hpp [3:5]
  177. include/boost/math/distributions/uniform.hpp [4:6]
  178. include/boost/math/distributions/weibull.hpp [3:5]
  179. include/boost/math/interpolators/cardinal_trigonometric.hpp [2:4]
  180. include/boost/math/interpolators/detail/cardinal_trigonometric_detail.hpp [2:4]
  181. include/boost/math/policies/error_handling.hpp [4:6]
  182. include/boost/math/policies/policy.hpp [3:5]
  183. include/boost/math/quadrature/gauss.hpp [2:4]
  184. include/boost/math/quadrature/gauss_kronrod.hpp [3:5]
  185. include/boost/math/special_functions.hpp [4:6]
  186. include/boost/math/special_functions/bessel.hpp [3:5]
  187. include/boost/math/special_functions/bessel_prime.hpp [2:4]
  188. include/boost/math/special_functions/beta.hpp [3:5]
  189. include/boost/math/special_functions/binomial.hpp [2:4]
  190. include/boost/math/special_functions/cardinal_b_spline.hpp [2:4]
  191. include/boost/math/special_functions/cbrt.hpp [3:5]
  192. include/boost/math/special_functions/chebyshev.hpp [2:4]
  193. include/boost/math/special_functions/chebyshev_transform.hpp [2:4]
  194. include/boost/math/special_functions/cos_pi.hpp [3:5]
  195. include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp [2:4]
  196. include/boost/math/special_functions/detail/bessel_derivatives_linear.hpp [2:4]
  197. include/boost/math/special_functions/detail/bessel_i0.hpp [4:6]
  198. include/boost/math/special_functions/detail/bessel_i1.hpp [3:5]
  199. include/boost/math/special_functions/detail/bessel_ik.hpp [3:5]
  200. include/boost/math/special_functions/detail/bessel_j0.hpp [2:4]
  201. include/boost/math/special_functions/detail/bessel_j1.hpp [2:4]
  202. include/boost/math/special_functions/detail/bessel_jn.hpp [2:4]
  203. include/boost/math/special_functions/detail/bessel_jy.hpp [2:4]
  204. include/boost/math/special_functions/detail/bessel_jy_asym.hpp [2:4]
  205. include/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp [2:4]
  206. include/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp [2:4]
  207. include/boost/math/special_functions/detail/bessel_jy_series.hpp [2:4]
  208. include/boost/math/special_functions/detail/bessel_jy_zero.hpp [2:4]
  209. include/boost/math/special_functions/detail/bessel_k0.hpp [3:5]
  210. include/boost/math/special_functions/detail/bessel_k1.hpp [3:5]
  211. include/boost/math/special_functions/detail/bessel_kn.hpp [2:4]
  212. include/boost/math/special_functions/detail/bessel_y0.hpp [2:4]
  213. include/boost/math/special_functions/detail/bessel_y1.hpp [2:4]
  214. include/boost/math/special_functions/detail/bessel_yn.hpp [2:4]
  215. include/boost/math/special_functions/detail/erf_inv.hpp [3:5]
  216. include/boost/math/special_functions/detail/gamma_inva.hpp [3:5]
  217. include/boost/math/special_functions/detail/ibeta_inv_ab.hpp [2:4]
  218. include/boost/math/special_functions/detail/ibeta_inverse.hpp [3:5]
  219. include/boost/math/special_functions/detail/iconv.hpp [2:4]
  220. include/boost/math/special_functions/detail/igamma_inverse.hpp [3:5]
  221. include/boost/math/special_functions/detail/igamma_large.hpp [3:5]
  222. include/boost/math/special_functions/detail/lgamma_small.hpp [3:5]
  223. include/boost/math/special_functions/detail/t_distribution_inv.hpp [3:5]
  224. include/boost/math/special_functions/detail/unchecked_factorial.hpp [2:4]
  225. include/boost/math/special_functions/digamma.hpp [3:5]
  226. include/boost/math/special_functions/ellint_1.hpp [4:6]
  227. include/boost/math/special_functions/ellint_2.hpp [4:6]
  228. include/boost/math/special_functions/ellint_3.hpp [3:5]
  229. include/boost/math/special_functions/ellint_d.hpp [4:6]
  230. include/boost/math/special_functions/ellint_rc.hpp [3:5]
  231. include/boost/math/special_functions/ellint_rd.hpp [3:5]
  232. include/boost/math/special_functions/ellint_rf.hpp [3:5]
  233. include/boost/math/special_functions/ellint_rg.hpp [2:4]
  234. include/boost/math/special_functions/ellint_rj.hpp [3:5]
  235. include/boost/math/special_functions/erf.hpp [3:5]
  236. include/boost/math/special_functions/expint.hpp [3:5]
  237. include/boost/math/special_functions/expm1.hpp [3:5]
  238. include/boost/math/special_functions/factorials.hpp [2:4]
  239. include/boost/math/special_functions/fpclassify.hpp [4:6]
  240. include/boost/math/special_functions/gamma.hpp [6:8]
  241. include/boost/math/special_functions/gegenbauer.hpp [3:5]
  242. include/boost/math/special_functions/hermite.hpp [4:6]
  243. include/boost/math/special_functions/heuman_lambda.hpp [3:5]
  244. include/boost/math/special_functions/hypot.hpp [2:4]
  245. include/boost/math/special_functions/jacobi.hpp [2:4]
  246. include/boost/math/special_functions/jacobi_zeta.hpp [2:4]
  247. include/boost/math/special_functions/laguerre.hpp [3:5]
  248. include/boost/math/special_functions/lanczos.hpp [2:4]
  249. include/boost/math/special_functions/legendre.hpp [2:4]
  250. include/boost/math/special_functions/log1p.hpp [2:4]
  251. include/boost/math/special_functions/logaddexp.hpp [2:4]
  252. include/boost/math/special_functions/logsumexp.hpp [2:4]
  253. include/boost/math/special_functions/modf.hpp [3:5]
  254. include/boost/math/special_functions/owens_t.hpp [3:5]
  255. include/boost/math/special_functions/powm1.hpp [3:5]
  256. include/boost/math/special_functions/relative_difference.hpp [2:4]
  257. include/boost/math/special_functions/round.hpp [3:5]
  258. include/boost/math/special_functions/rsqrt.hpp [2:4]
  259. include/boost/math/special_functions/sign.hpp [6:8]
  260. include/boost/math/special_functions/sin_pi.hpp [3:5]
  261. include/boost/math/special_functions/spherical_harmonic.hpp [3:5]
  262. include/boost/math/special_functions/sqrt1pm1.hpp [2:4]
  263. include/boost/math/special_functions/trigamma.hpp [3:5]
  264. include/boost/math/special_functions/trunc.hpp [3:5]
  265. include/boost/math/special_functions/ulp.hpp [2:4]
  266. include/boost/math/statistics/bivariate_statistics.hpp [3:5]
  267. include/boost/math/statistics/chatterjee_correlation.hpp [2:4]
  268. include/boost/math/statistics/detail/rank.hpp [2:4]
  269. include/boost/math/statistics/detail/single_pass.hpp [3:5]
  270. include/boost/math/statistics/ljung_box.hpp [2:4]
  271. include/boost/math/statistics/signal_statistics.hpp [2:4]
  272. include/boost/math/statistics/t_test.hpp [3:5]
  273. include/boost/math/statistics/univariate_statistics.hpp [3:5]
  274. include/boost/math/statistics/z_test.hpp [2:4]
  275. include/boost/math/tools/agm.hpp [2:4]
  276. include/boost/math/tools/array.hpp [2:4]
  277. include/boost/math/tools/assert.hpp [2:4]
  278. include/boost/math/tools/bivariate_statistics.hpp [2:4]
  279. include/boost/math/tools/centered_continued_fraction.hpp [2:4]
  280. include/boost/math/tools/cohen_acceleration.hpp [2:4]
  281. include/boost/math/tools/color_maps.hpp [3:5]
  282. include/boost/math/tools/complex.hpp [2:4]
  283. include/boost/math/tools/concepts.hpp [2:4]
  284. include/boost/math/tools/condition_numbers.hpp [2:4]
  285. include/boost/math/tools/config.hpp [3:5]
  286. include/boost/math/tools/convert_from_string.hpp [3:5]
  287. include/boost/math/tools/cstdint.hpp [2:4]
  288. include/boost/math/tools/cubic_roots.hpp [2:4]
  289. include/boost/math/tools/cxx03_warn.hpp [2:4]
  290. include/boost/math/tools/detail/is_const_iterable.hpp [2:4]
  291. include/boost/math/tools/detail/polynomial_horner1_10.hpp [2:4]
  292. include/boost/math/tools/detail/polynomial_horner1_11.hpp [2:4]
  293. include/boost/math/tools/detail/polynomial_horner1_12.hpp [2:4]
  294. include/boost/math/tools/detail/polynomial_horner1_13.hpp [2:4]
  295. include/boost/math/tools/detail/polynomial_horner1_14.hpp [2:4]
  296. include/boost/math/tools/detail/polynomial_horner1_15.hpp [2:4]
  297. include/boost/math/tools/detail/polynomial_horner1_16.hpp [2:4]
  298. include/boost/math/tools/detail/polynomial_horner1_17.hpp [2:4]
  299. include/boost/math/tools/detail/polynomial_horner1_18.hpp [2:4]
  300. include/boost/math/tools/detail/polynomial_horner1_19.hpp [2:4]
  301. include/boost/math/tools/detail/polynomial_horner1_2.hpp [2:4]
  302. include/boost/math/tools/detail/polynomial_horner1_20.hpp [2:4]
  303. include/boost/math/tools/detail/polynomial_horner1_3.hpp [2:4]
  304. include/boost/math/tools/detail/polynomial_horner1_4.hpp [2:4]
  305. include/boost/math/tools/detail/polynomial_horner1_5.hpp [2:4]
  306. include/boost/math/tools/detail/polynomial_horner1_6.hpp [2:4]
  307. include/boost/math/tools/detail/polynomial_horner1_7.hpp [2:4]
  308. include/boost/math/tools/detail/polynomial_horner1_8.hpp [2:4]
  309. include/boost/math/tools/detail/polynomial_horner1_9.hpp [2:4]
  310. include/boost/math/tools/detail/polynomial_horner2_10.hpp [2:4]
  311. include/boost/math/tools/detail/polynomial_horner2_11.hpp [2:4]
  312. include/boost/math/tools/detail/polynomial_horner2_12.hpp [2:4]
  313. include/boost/math/tools/detail/polynomial_horner2_13.hpp [2:4]
  314. include/boost/math/tools/detail/polynomial_horner2_14.hpp [2:4]
  315. include/boost/math/tools/detail/polynomial_horner2_15.hpp [2:4]
  316. include/boost/math/tools/detail/polynomial_horner2_16.hpp [2:4]
  317. include/boost/math/tools/detail/polynomial_horner2_17.hpp [2:4]
  318. include/boost/math/tools/detail/polynomial_horner2_18.hpp [2:4]
  319. include/boost/math/tools/detail/polynomial_horner2_19.hpp [2:4]
  320. include/boost/math/tools/detail/polynomial_horner2_2.hpp [2:4]
  321. include/boost/math/tools/detail/polynomial_horner2_3.hpp [2:4]
  322. include/boost/math/tools/detail/polynomial_horner2_4.hpp [2:4]
  323. include/boost/math/tools/detail/polynomial_horner2_5.hpp [2:4]
  324. include/boost/math/tools/detail/polynomial_horner2_6.hpp [2:4]
  325. include/boost/math/tools/detail/polynomial_horner2_7.hpp [2:4]
  326. include/boost/math/tools/detail/polynomial_horner2_8.hpp [2:4]
  327. include/boost/math/tools/detail/polynomial_horner2_9.hpp [2:4]
  328. include/boost/math/tools/detail/polynomial_horner3_10.hpp [2:4]
  329. include/boost/math/tools/detail/polynomial_horner3_11.hpp [2:4]
  330. include/boost/math/tools/detail/polynomial_horner3_12.hpp [2:4]
  331. include/boost/math/tools/detail/polynomial_horner3_13.hpp [2:4]
  332. include/boost/math/tools/detail/polynomial_horner3_14.hpp [2:4]
  333. include/boost/math/tools/detail/polynomial_horner3_15.hpp [2:4]
  334. include/boost/math/tools/detail/polynomial_horner3_16.hpp [2:4]
  335. include/boost/math/tools/detail/polynomial_horner3_17.hpp [2:4]
  336. include/boost/math/tools/detail/polynomial_horner3_18.hpp [2:4]
  337. include/boost/math/tools/detail/polynomial_horner3_19.hpp [2:4]
  338. include/boost/math/tools/detail/polynomial_horner3_2.hpp [2:4]
  339. include/boost/math/tools/detail/polynomial_horner3_20.hpp [2:4]
  340. include/boost/math/tools/detail/polynomial_horner3_3.hpp [2:4]
  341. include/boost/math/tools/detail/polynomial_horner3_4.hpp [2:4]
  342. include/boost/math/tools/detail/polynomial_horner3_5.hpp [2:4]
  343. include/boost/math/tools/detail/polynomial_horner3_6.hpp [2:4]
  344. include/boost/math/tools/detail/polynomial_horner3_7.hpp [2:4]
  345. include/boost/math/tools/detail/polynomial_horner3_8.hpp [2:4]
  346. include/boost/math/tools/detail/polynomial_horner3_9.hpp [2:4]
  347. include/boost/math/tools/detail/rational_horner1_10.hpp [2:4]
  348. include/boost/math/tools/detail/rational_horner1_2.hpp [2:4]
  349. include/boost/math/tools/detail/rational_horner1_3.hpp [2:4]
  350. include/boost/math/tools/detail/rational_horner1_4.hpp [2:4]
  351. include/boost/math/tools/detail/rational_horner1_5.hpp [2:4]
  352. include/boost/math/tools/detail/rational_horner1_6.hpp [2:4]
  353. include/boost/math/tools/detail/rational_horner1_7.hpp [2:4]
  354. include/boost/math/tools/detail/rational_horner1_8.hpp [2:4]
  355. include/boost/math/tools/detail/rational_horner1_9.hpp [2:4]
  356. include/boost/math/tools/detail/rational_horner2_10.hpp [2:4]
  357. include/boost/math/tools/detail/rational_horner2_2.hpp [2:4]
  358. include/boost/math/tools/detail/rational_horner2_3.hpp [2:4]
  359. include/boost/math/tools/detail/rational_horner2_4.hpp [2:4]
  360. include/boost/math/tools/detail/rational_horner2_5.hpp [2:4]
  361. include/boost/math/tools/detail/rational_horner2_6.hpp [2:4]
  362. include/boost/math/tools/detail/rational_horner2_7.hpp [2:4]
  363. include/boost/math/tools/detail/rational_horner2_8.hpp [2:4]
  364. include/boost/math/tools/detail/rational_horner2_9.hpp [2:4]
  365. include/boost/math/tools/detail/rational_horner3_10.hpp [2:4]
  366. include/boost/math/tools/detail/rational_horner3_11.hpp [2:4]
  367. include/boost/math/tools/detail/rational_horner3_12.hpp [2:4]
  368. include/boost/math/tools/detail/rational_horner3_13.hpp [2:4]
  369. include/boost/math/tools/detail/rational_horner3_14.hpp [2:4]
  370. include/boost/math/tools/detail/rational_horner3_15.hpp [2:4]
  371. include/boost/math/tools/detail/rational_horner3_16.hpp [2:4]
  372. include/boost/math/tools/detail/rational_horner3_17.hpp [2:4]
  373. include/boost/math/tools/detail/rational_horner3_18.hpp [2:4]
  374. include/boost/math/tools/detail/rational_horner3_19.hpp [2:4]
  375. include/boost/math/tools/detail/rational_horner3_2.hpp [2:4]
  376. include/boost/math/tools/detail/rational_horner3_20.hpp [2:4]
  377. include/boost/math/tools/detail/rational_horner3_3.hpp [2:4]
  378. include/boost/math/tools/detail/rational_horner3_4.hpp [2:4]
  379. include/boost/math/tools/detail/rational_horner3_5.hpp [2:4]
  380. include/boost/math/tools/detail/rational_horner3_6.hpp [2:4]
  381. include/boost/math/tools/detail/rational_horner3_7.hpp [2:4]
  382. include/boost/math/tools/detail/rational_horner3_8.hpp [2:4]
  383. include/boost/math/tools/detail/rational_horner3_9.hpp [2:4]
  384. include/boost/math/tools/engel_expansion.hpp [2:4]
  385. include/boost/math/tools/fraction.hpp [3:5]
  386. include/boost/math/tools/header_deprecated.hpp [2:4]
  387. include/boost/math/tools/is_constant_evaluated.hpp [2:4]
  388. include/boost/math/tools/is_detected.hpp [2:4]
  389. include/boost/math/tools/is_standalone.hpp [2:4]
  390. include/boost/math/tools/luroth_expansion.hpp [2:4]
  391. include/boost/math/tools/minima.hpp [2:4]
  392. include/boost/math/tools/mp.hpp [3:5]
  393. include/boost/math/tools/norms.hpp [2:4]
  394. include/boost/math/tools/nothrow.hpp [2:4]
  395. include/boost/math/tools/numeric_limits.hpp [2:4]
  396. include/boost/math/tools/numerical_differentiation.hpp [2:4]
  397. include/boost/math/tools/polynomial.hpp [5:7]
  398. include/boost/math/tools/polynomial_gcd.hpp [3:5]
  399. include/boost/math/tools/precision.hpp [2:4]
  400. include/boost/math/tools/quartic_roots.hpp [2:4]
  401. include/boost/math/tools/random_vector.hpp [3:5]
  402. include/boost/math/tools/rational.hpp [2:4]
  403. include/boost/math/tools/real_cast.hpp [2:4]
  404. include/boost/math/tools/recurrence.hpp [2:4]
  405. include/boost/math/tools/roots.hpp [3:5]
  406. include/boost/math/tools/series.hpp [2:4]
  407. include/boost/math/tools/signal_statistics.hpp [2:4]
  408. include/boost/math/tools/simple_continued_fraction.hpp [2:4]
  409. include/boost/math/tools/stats.hpp [2:4]
  410. include/boost/math/tools/throw_exception.hpp [2:4]
  411. include/boost/math/tools/toms748_solve.hpp [3:5]
  412. include/boost/math/tools/traits.hpp [3:5]
  413. include/boost/math/tools/tuple.hpp [3:5]
  414. include/boost/math/tools/type_traits.hpp [2:4]
  415. include/boost/math/tools/ulps_plot.hpp [2:4]
  416. include/boost/math/tools/univariate_statistics.hpp [2:4]
  417. include/boost/math/tools/utility.hpp [2:4]
  418. include/boost/math/tools/workaround.hpp [2:4]
  419. KEEP BSL-1.0 267bc4e38676657a4d90f57e3323ff7c
  420. BELONGS ya.make
  421. License text:
  422. // Use, modification and distribution are subject to the
  423. // Boost Software License, Version 1.0. (See accompanying file
  424. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  425. Scancode info:
  426. Original SPDX id: BSL-1.0
  427. Score : 100.00
  428. Match type : NOTICE
  429. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  430. Files with this license:
  431. include/boost/math/constants/calculate_constants.hpp [4:6]
  432. include/boost/math/distributions/students_t.hpp [5:7]
  433. include/boost/math/special_functions/detail/lanczos_sse2.hpp [2:4]
  434. include/boost/math/special_functions/next.hpp [2:4]
  435. include/boost/math/special_functions/zeta.hpp [2:4]
  436. include/boost/math/tools/big_constant.hpp [3:5]
  437. include/boost/math/tools/detail/polynomial_horner2_20.hpp [2:4]
  438. include/boost/math/tools/detail/rational_horner1_11.hpp [2:4]
  439. include/boost/math/tools/detail/rational_horner1_12.hpp [2:4]
  440. include/boost/math/tools/detail/rational_horner1_13.hpp [2:4]
  441. include/boost/math/tools/detail/rational_horner1_14.hpp [2:4]
  442. include/boost/math/tools/detail/rational_horner1_15.hpp [2:4]
  443. include/boost/math/tools/detail/rational_horner1_16.hpp [2:4]
  444. include/boost/math/tools/detail/rational_horner1_17.hpp [2:4]
  445. include/boost/math/tools/detail/rational_horner1_18.hpp [2:4]
  446. include/boost/math/tools/detail/rational_horner1_19.hpp [2:4]
  447. include/boost/math/tools/detail/rational_horner1_20.hpp [2:4]
  448. include/boost/math/tools/detail/rational_horner2_11.hpp [2:4]
  449. include/boost/math/tools/detail/rational_horner2_12.hpp [2:4]
  450. include/boost/math/tools/detail/rational_horner2_13.hpp [2:4]
  451. include/boost/math/tools/detail/rational_horner2_14.hpp [2:4]
  452. include/boost/math/tools/detail/rational_horner2_15.hpp [2:4]
  453. include/boost/math/tools/detail/rational_horner2_16.hpp [2:4]
  454. include/boost/math/tools/detail/rational_horner2_17.hpp [2:4]
  455. include/boost/math/tools/detail/rational_horner2_18.hpp [2:4]
  456. include/boost/math/tools/detail/rational_horner2_19.hpp [2:4]
  457. include/boost/math/tools/detail/rational_horner2_20.hpp [2:4]
  458. KEEP BSL-1.0 2c7a3fa82e66676005cd4ee2608fd7d2
  459. BELONGS ya.make
  460. Note: matched license text is too long. Read it in the source files.
  461. Scancode info:
  462. Original SPDX id: BSL-1.0
  463. Score : 100.00
  464. Match type : TEXT
  465. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  466. Files with this license:
  467. LICENSE [1:23]
  468. KEEP BSL-1.0 3dc626ff78bf44fdf3a99b804f677fe6
  469. BELONGS ya.make
  470. License text:
  471. // Distributed under the Boost
  472. // Software License, Version 1.0. (See accompanying file
  473. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  474. Scancode info:
  475. Original SPDX id: BSL-1.0
  476. Score : 100.00
  477. Match type : NOTICE
  478. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  479. Files with this license:
  480. include/boost/math/special_functions/bernoulli.hpp [7:9]
  481. include/boost/math/special_functions/bessel_iterators.hpp [4:6]
  482. include/boost/math/special_functions/detail/bernoulli_details.hpp [3:5]
  483. include/boost/math/special_functions/detail/hypergeometric_0F1_bessel.hpp [6:8]
  484. include/boost/math/special_functions/detail/hypergeometric_1F1_addition_theorems_on_z.hpp [4:6]
  485. include/boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp [6:8]
  486. include/boost/math/special_functions/detail/hypergeometric_1F1_by_ratios.hpp [4:6]
  487. include/boost/math/special_functions/detail/hypergeometric_1F1_cf.hpp [4:6]
  488. include/boost/math/special_functions/detail/hypergeometric_1F1_large_a.hpp [4:6]
  489. include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp [4:6]
  490. include/boost/math/special_functions/detail/hypergeometric_1F1_negative_b_regions.hpp [4:6]
  491. include/boost/math/special_functions/detail/hypergeometric_1F1_recurrence.hpp [7:9]
  492. include/boost/math/special_functions/detail/hypergeometric_1F1_scaled_series.hpp [3:5]
  493. include/boost/math/special_functions/detail/hypergeometric_asym.hpp [6:8]
  494. include/boost/math/special_functions/detail/hypergeometric_cf.hpp [7:9]
  495. include/boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp [3:5]
  496. include/boost/math/special_functions/detail/hypergeometric_pade.hpp [7:9]
  497. include/boost/math/special_functions/detail/hypergeometric_rational.hpp [6:8]
  498. include/boost/math/special_functions/detail/hypergeometric_separated_series.hpp [6:8]
  499. include/boost/math/special_functions/detail/polygamma.hpp [7:9]
  500. include/boost/math/special_functions/hypergeometric_0F1.hpp [6:8]
  501. include/boost/math/special_functions/hypergeometric_1F0.hpp [7:9]
  502. include/boost/math/special_functions/hypergeometric_1F1.hpp [6:8]
  503. include/boost/math/special_functions/hypergeometric_2F0.hpp [6:8]
  504. include/boost/math/special_functions/hypergeometric_pFq.hpp [4:6]
  505. include/boost/math/special_functions/polygamma.hpp [7:9]
  506. include/boost/math/tools/atomic.hpp [3:5]
  507. KEEP BSL-1.0 65724380ee1601b28f0db6323a0ad006
  508. BELONGS ya.make
  509. License text:
  510. * Use, modification and distribution are subject to the
  511. * Boost Software License, Version 1.0. (See accompanying file
  512. * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  513. Scancode info:
  514. Original SPDX id: BSL-1.0
  515. Score : 100.00
  516. Match type : NOTICE
  517. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  518. Files with this license:
  519. include/boost/math/interpolators/detail/quintic_hermite_detail.hpp [3:5]
  520. include/boost/math/interpolators/detail/septic_hermite_detail.hpp [3:5]
  521. include/boost/math/interpolators/quintic_hermite.hpp [3:5]
  522. include/boost/math/interpolators/septic_hermite.hpp [3:5]
  523. include/boost/math/optimization/cma_es.hpp [3:5]
  524. include/boost/math/optimization/detail/common.hpp [3:5]
  525. include/boost/math/optimization/differential_evolution.hpp [3:5]
  526. include/boost/math/optimization/jso.hpp [3:5]
  527. include/boost/math/optimization/random_search.hpp [3:5]
  528. include/boost/math/quadrature/naive_monte_carlo.hpp [3:5]
  529. include/boost/math/quadrature/trapezoidal.hpp [3:5]
  530. include/boost/math/quadrature/wavelet_transforms.hpp [3:5]
  531. include/boost/math/special_functions/daubechies_scaling.hpp [3:5]
  532. include/boost/math/special_functions/daubechies_wavelet.hpp [3:5]
  533. include/boost/math/special_functions/fourier_transform_daubechies.hpp [4:6]
  534. include/boost/math/statistics/anderson_darling.hpp [3:5]
  535. include/boost/math/statistics/linear_regression.hpp [4:6]
  536. include/boost/math/statistics/runs_test.hpp [3:5]
  537. include/boost/math/tools/estrin.hpp [3:5]
  538. KEEP BSL-1.0 65e937e8455a3a3eea3fd902b60ef37d
  539. BELONGS ya.make
  540. Note: matched license text is too long. Read it in the source files.
  541. Scancode info:
  542. Original SPDX id: BSL-1.0
  543. Score : 100.00
  544. Match type : NOTICE
  545. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  546. Files with this license:
  547. include/boost/math_fwd.hpp [3:5]
  548. KEEP BSL-1.0 732a43b99a41bcb7df6969a215704085
  549. BELONGS ya.make
  550. License text:
  551. // Distributed under the Boost Software License,
  552. // Version 1.0. (See accompanying file LICENSE_1_0.txt
  553. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  554. Scancode info:
  555. Original SPDX id: BSL-1.0
  556. Score : 100.00
  557. Match type : NOTICE
  558. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  559. Files with this license:
  560. include/boost/math/cstdfloat/cstdfloat_cmath.hpp [5:7]
  561. include/boost/math/cstdfloat/cstdfloat_complex_std.hpp [5:7]
  562. KEEP BSL-1.0 74c3bede88a5f37b8b153f47f71ca744
  563. BELONGS ya.make
  564. License text:
  565. // Distributed under the Boost Software License, Version 1.0.
  566. // (See accompanying file LICENSE_1_0.txt or
  567. // copy at http ://www.boost.org/LICENSE_1_0.txt).
  568. Scancode info:
  569. Original SPDX id: BSL-1.0
  570. Score : 100.00
  571. Match type : NOTICE
  572. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  573. Files with this license:
  574. include/boost/math/special_functions/lambert_w.hpp [5:7]
  575. KEEP BSL-1.0 88b58de1d7149f0278b4887961d64fc8
  576. BELONGS ya.make
  577. License text:
  578. // Use, modification and distribution are subject to the
  579. // Boost Software License, Version 1.0.
  580. // (See accompanying file LICENSE_1_0.txt
  581. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  582. Scancode info:
  583. Original SPDX id: BSL-1.0
  584. Score : 100.00
  585. Match type : NOTICE
  586. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  587. Files with this license:
  588. include/boost/math/quadrature/detail/exp_sinh_detail.hpp [2:5]
  589. include/boost/math/quadrature/detail/sinh_sinh_detail.hpp [3:6]
  590. include/boost/math/quadrature/detail/tanh_sinh_detail.hpp [2:5]
  591. KEEP BSL-1.0 88c4d29e0aacbf465a938844cbc5d047
  592. BELONGS ya.make
  593. License text:
  594. // Use, modification and distribution are subject to the
  595. // Boost Software License, Version 1.0.
  596. // (See accompanying file LICENSE_1_0.txt
  597. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  598. Scancode info:
  599. Original SPDX id: BSL-1.0
  600. Score : 100.00
  601. Match type : NOTICE
  602. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  603. Files with this license:
  604. include/boost/math/distributions/arcsine.hpp [7:10]
  605. include/boost/math/distributions/bernoulli.hpp [7:10]
  606. include/boost/math/distributions/beta.hpp [7:10]
  607. include/boost/math/distributions/binomial.hpp [6:9]
  608. include/boost/math/distributions/chi_squared.hpp [4:7]
  609. include/boost/math/distributions/detail/common_error_handling.hpp [5:8]
  610. include/boost/math/distributions/detail/generic_mode.hpp [3:6]
  611. include/boost/math/distributions/detail/hypergeometric_cdf.hpp [3:6]
  612. include/boost/math/distributions/detail/hypergeometric_pdf.hpp [4:7]
  613. include/boost/math/distributions/detail/hypergeometric_quantile.hpp [3:6]
  614. include/boost/math/distributions/fisher_f.hpp [3:6]
  615. include/boost/math/distributions/fwd.hpp [6:9]
  616. include/boost/math/distributions/geometric.hpp [6:9]
  617. include/boost/math/distributions/hypergeometric.hpp [5:8]
  618. include/boost/math/distributions/inverse_chi_squared.hpp [4:7]
  619. include/boost/math/distributions/logistic.hpp [3:6]
  620. include/boost/math/distributions/negative_binomial.hpp [6:9]
  621. include/boost/math/distributions/non_central_beta.hpp [5:8]
  622. include/boost/math/distributions/non_central_chi_squared.hpp [5:8]
  623. include/boost/math/distributions/non_central_f.hpp [5:8]
  624. include/boost/math/distributions/non_central_t.hpp [5:8]
  625. include/boost/math/distributions/poisson.hpp [7:10]
  626. include/boost/math/interpolators/bezier_polynomial.hpp [2:5]
  627. include/boost/math/interpolators/bilinear_uniform.hpp [2:5]
  628. include/boost/math/interpolators/cardinal_cubic_b_spline.hpp [2:5]
  629. include/boost/math/interpolators/cardinal_quadratic_b_spline.hpp [2:5]
  630. include/boost/math/interpolators/cardinal_quintic_b_spline.hpp [2:5]
  631. include/boost/math/interpolators/catmull_rom.hpp [2:5]
  632. include/boost/math/interpolators/cubic_b_spline.hpp [2:5]
  633. include/boost/math/interpolators/cubic_hermite.hpp [2:5]
  634. include/boost/math/interpolators/detail/bezier_polynomial_detail.hpp [2:5]
  635. include/boost/math/interpolators/detail/bilinear_uniform_detail.hpp [2:5]
  636. include/boost/math/interpolators/detail/cardinal_cubic_b_spline_detail.hpp [2:5]
  637. include/boost/math/interpolators/detail/cardinal_quadratic_b_spline_detail.hpp [2:5]
  638. include/boost/math/interpolators/detail/cardinal_quintic_b_spline_detail.hpp [2:5]
  639. include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp [2:5]
  640. include/boost/math/interpolators/detail/cubic_hermite_detail.hpp [2:5]
  641. include/boost/math/interpolators/detail/whittaker_shannon_detail.hpp [2:5]
  642. include/boost/math/interpolators/makima.hpp [2:5]
  643. include/boost/math/interpolators/pchip.hpp [2:5]
  644. include/boost/math/interpolators/whittaker_shannon.hpp [2:5]
  645. include/boost/math/quadrature/detail/ooura_fourier_integrals_detail.hpp [2:5]
  646. include/boost/math/quadrature/exp_sinh.hpp [2:5]
  647. include/boost/math/quadrature/ooura_fourier_integrals.hpp [2:5]
  648. include/boost/math/quadrature/sinh_sinh.hpp [3:6]
  649. include/boost/math/quadrature/tanh_sinh.hpp [2:5]
  650. include/boost/math/special_functions/airy.hpp [3:6]
  651. include/boost/math/special_functions/detail/round_fwd.hpp [4:7]
  652. include/boost/math/special_functions/fibonacci.hpp [3:6]
  653. include/boost/math/special_functions/hankel.hpp [3:6]
  654. include/boost/math/special_functions/jacobi_elliptic.hpp [2:5]
  655. include/boost/math/special_functions/legendre_stieltjes.hpp [2:5]
  656. include/boost/math/special_functions/math_fwd.hpp [9:12]
  657. include/boost/math/special_functions/prime.hpp [3:6]
  658. include/boost/math/tools/promotion.hpp [8:11]
  659. include/boost/math/tools/test_value.hpp [4:7]
  660. include/boost/math/tools/user.hpp [4:7]
  661. KEEP BSL-1.0 8c631061c1944053948acdaf321fc114
  662. BELONGS ya.make
  663. License text:
  664. // Use, modification and distribution are subject to the
  665. // Boost Software License, Version 1.0. (See accompanying file
  666. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  667. Scancode info:
  668. Original SPDX id: BSL-1.0
  669. Score : 100.00
  670. Match type : NOTICE
  671. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  672. Files with this license:
  673. include/boost/math/distributions/kolmogorov_smirnov.hpp [4:6]
  674. include/boost/math/special_functions/jacobi_theta.hpp [4:6]
  675. KEEP BSL-1.0 a4d94028384239d2a9a35e386bb30daf
  676. BELONGS ya.make
  677. License text:
  678. // Distributed under the Boost Software License, Version 1.0.
  679. // (See accompanying file LICENSE_1_0.txt
  680. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  681. Scancode info:
  682. Original SPDX id: BSL-1.0
  683. Score : 100.00
  684. Match type : NOTICE
  685. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  686. Files with this license:
  687. include/boost/math/special_functions/detail/lambert_w_lookup_table.ipp [2:4]
  688. KEEP BSL-1.0 ab2348e8edf8e5498ae8350b5bf110e4
  689. BELONGS ya.make
  690. Note: matched license text is too long. Read it in the source files.
  691. Scancode info:
  692. Original SPDX id: BSL-1.0
  693. Score : 100.00
  694. Match type : NOTICE
  695. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  696. Files with this license:
  697. include/boost/math/special_functions/pow.hpp [6:10]
  698. KEEP BSL-1.0 b9e77f2981c6cafae2eab017ce81bb09
  699. BELONGS ya.make
  700. License text:
  701. // Distributed under the Boost Software License, Version 1.0.
  702. // (See accompanying file LICENSE_1_0.txt or copy at
  703. // https://www.boost.org/LICENSE_1_0.txt)
  704. Scancode info:
  705. Original SPDX id: BSL-1.0
  706. Score : 100.00
  707. Match type : NOTICE
  708. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  709. Files with this license:
  710. include/boost/math/differentiation/autodiff.hpp [2:4]
  711. include/boost/math/differentiation/autodiff_cpp11.hpp [2:4]
  712. KEEP BSL-1.0 c433ef677447b140a1c2a340c08bac97
  713. BELONGS ya.make
  714. License text:
  715. // Distributed under the Boost
  716. // Software License, Version 1.0. (See accompanying file
  717. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  718. Scancode info:
  719. Original SPDX id: BSL-1.0
  720. Score : 100.00
  721. Match type : NOTICE
  722. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  723. Files with this license:
  724. include/boost/math/special_functions/detail/hypergeometric_1F1_small_a_negative_b_by_ratio.hpp [4:6]
  725. include/boost/math/special_functions/detail/hypergeometric_series.hpp [6:8]
  726. include/boost/math/special_functions/detail/unchecked_bernoulli.hpp [7:9]
  727. KEEP BSL-1.0 c59f2f51498a38af0e57d64a7b0fe0e3
  728. BELONGS ya.make
  729. Note: matched license text is too long. Read it in the source files.
  730. Scancode info:
  731. Original SPDX id: BSL-1.0
  732. Score : 100.00
  733. Match type : NOTICE
  734. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  735. Files with this license:
  736. include/boost/math/octonion.hpp [4:8]
  737. include/boost/math/quaternion.hpp [4:8]
  738. include/boost/math/special_functions/acosh.hpp [5:9]
  739. include/boost/math/special_functions/asinh.hpp [5:9]
  740. include/boost/math/special_functions/atanh.hpp [5:9]
  741. include/boost/math/special_functions/sinc.hpp [4:8]
  742. include/boost/math/special_functions/sinhc.hpp [4:8]
  743. KEEP BSL-1.0 d7f87ea2cced5bb8dd0a81e515f54c30
  744. BELONGS ya.make
  745. License text:
  746. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  747. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  748. Scancode info:
  749. Original SPDX id: BSL-1.0
  750. Score : 100.00
  751. Match type : NOTICE
  752. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  753. Files with this license:
  754. include/boost/math/complex/acos.hpp [2:3]
  755. include/boost/math/complex/asin.hpp [2:3]
  756. KEEP BSL-1.0 f862443d1366b0002c5e50e5579b1c6e
  757. BELONGS ya.make
  758. License text:
  759. * Use, modification and distribution are subject to the
  760. * Boost Software License, Version 1.0. (See accompanying file
  761. * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  762. Scancode info:
  763. Original SPDX id: BSL-1.0
  764. Score : 100.00
  765. Match type : NOTICE
  766. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  767. Files with this license:
  768. include/boost/math/interpolators/barycentric_rational.hpp [3:5]
  769. include/boost/math/interpolators/detail/barycentric_rational_detail.hpp [3:5]
  770. include/boost/math/interpolators/detail/vector_barycentric_rational_detail.hpp [3:5]
  771. include/boost/math/interpolators/vector_barycentric_rational.hpp [3:5]
  772. KEEP BSL-1.0 fcbcf40a265cd169c46d2bba83794f5b
  773. BELONGS ya.make
  774. Note: matched license text is too long. Read it in the source files.
  775. Scancode info:
  776. Original SPDX id: BSL-1.0
  777. Score : 100.00
  778. Match type : NOTICE
  779. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  780. Files with this license:
  781. include/boost/math/common_factor.hpp [4:8]
  782. include/boost/math/common_factor_ct.hpp [4:8]