devtools.licenses.report 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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 0bfa54b6d82598f1c5f117adedeec37c
  36. BELONGS ya.make
  37. License text:
  38. Distributed under the Boost Software License, Version 1.0. (See accompanying
  39. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  40. Scancode info:
  41. Original SPDX id: BSL-1.0
  42. Score : 100.00
  43. Match type : NOTICE
  44. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  45. Files with this license:
  46. include/boost/algorithm/algorithm.hpp [4:5]
  47. include/boost/algorithm/clamp.hpp [4:5]
  48. include/boost/algorithm/cxx11/all_of.hpp [4:5]
  49. include/boost/algorithm/cxx11/any_of.hpp [4:5]
  50. include/boost/algorithm/cxx11/copy_if.hpp [4:5]
  51. include/boost/algorithm/cxx11/copy_n.hpp [4:5]
  52. include/boost/algorithm/cxx11/find_if_not.hpp [4:5]
  53. include/boost/algorithm/cxx11/iota.hpp [4:5]
  54. include/boost/algorithm/cxx11/is_partitioned.hpp [4:5]
  55. include/boost/algorithm/cxx11/is_permutation.hpp [4:5]
  56. include/boost/algorithm/cxx11/none_of.hpp [4:5]
  57. include/boost/algorithm/cxx11/one_of.hpp [4:5]
  58. include/boost/algorithm/cxx11/partition_copy.hpp [4:5]
  59. include/boost/algorithm/cxx11/partition_point.hpp [4:5]
  60. include/boost/algorithm/cxx14/equal.hpp [4:5]
  61. include/boost/algorithm/cxx14/is_permutation.hpp [4:5]
  62. include/boost/algorithm/cxx14/mismatch.hpp [4:5]
  63. include/boost/algorithm/cxx17/exclusive_scan.hpp [4:5]
  64. include/boost/algorithm/cxx17/for_each_n.hpp [4:5]
  65. include/boost/algorithm/cxx17/inclusive_scan.hpp [4:5]
  66. include/boost/algorithm/cxx17/reduce.hpp [4:5]
  67. include/boost/algorithm/cxx17/transform_exclusive_scan.hpp [4:5]
  68. include/boost/algorithm/cxx17/transform_inclusive_scan.hpp [4:5]
  69. include/boost/algorithm/cxx17/transform_reduce.hpp [4:5]
  70. include/boost/algorithm/find_backward.hpp [4:5]
  71. include/boost/algorithm/find_not.hpp [4:5]
  72. include/boost/algorithm/gather.hpp [4:5]
  73. include/boost/algorithm/hex.hpp [4:5]
  74. include/boost/algorithm/is_clamped.hpp [4:5]
  75. include/boost/algorithm/is_partitioned_until.hpp [4:5]
  76. include/boost/algorithm/searching/boyer_moore.hpp [4:5]
  77. include/boost/algorithm/searching/boyer_moore_horspool.hpp [4:5]
  78. include/boost/algorithm/searching/detail/bm_traits.hpp [4:5]
  79. include/boost/algorithm/searching/detail/debugging.hpp [4:5]
  80. include/boost/algorithm/searching/knuth_morris_pratt.hpp [4:5]
  81. include/boost/algorithm/sort_subrange.hpp [4:5]
  82. KEEP BSL-1.0 1bc23f67ca27c295e38b46190cdce22f
  83. BELONGS ya.make
  84. License text:
  85. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  86. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  87. Scancode info:
  88. Original SPDX id: BSL-1.0
  89. Score : 100.00
  90. Match type : NOTICE
  91. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  92. Files with this license:
  93. include/boost/algorithm/minmax.hpp [3:4]
  94. include/boost/algorithm/minmax_element.hpp [3:4]
  95. KEEP BSL-1.0 2c7a3fa82e66676005cd4ee2608fd7d2
  96. BELONGS ya.make
  97. Note: matched license text is too long. Read it in the source files.
  98. Scancode info:
  99. Original SPDX id: BSL-1.0
  100. Score : 100.00
  101. Match type : TEXT
  102. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  103. Files with this license:
  104. LICENSE [1:23]
  105. KEEP BSL-1.0 648ee54e68cb4c96cfd2e41a7a53e0f8
  106. BELONGS ya.make
  107. License text:
  108. \### License
  109. Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
  110. Scancode info:
  111. Original SPDX id: BSL-1.0
  112. Score : 60.00
  113. Match type : NOTICE
  114. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  115. Files with this license:
  116. README.md [3:5]
  117. KEEP BSL-1.0 6f142535a1deefdedb1f10f224c9b0ed
  118. BELONGS ya.make
  119. Note: matched license text is too long. Read it in the source files.
  120. Scancode info:
  121. Original SPDX id: BSL-1.0
  122. Score : 100.00
  123. Match type : NOTICE
  124. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  125. Files with this license:
  126. include/boost/algorithm/string/detail/formatter.hpp [5:9]
  127. KEEP BSL-1.0 8abbac2c705b0911702566954b0ebe9b
  128. BELONGS ya.make
  129. License text:
  130. // Distributed under the Boost Software License, Version 1.0. (See
  131. // accompanying file LICENSE_1_0.txt or copy at
  132. // http://www.boost.org/LICENSE_1_0.txt)
  133. Scancode info:
  134. Original SPDX id: BSL-1.0
  135. Score : 100.00
  136. Match type : NOTICE
  137. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  138. Files with this license:
  139. include/boost/algorithm/cxx11/is_sorted.hpp [6:8]
  140. KEEP BSL-1.0 901941bd35f9f19e23af80f6271c10c4
  141. BELONGS ya.make
  142. Note: matched license text is too long. Read it in the source files.
  143. Scancode info:
  144. Original SPDX id: BSL-1.0
  145. Score : 60.00
  146. Match type : NOTICE
  147. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  148. Files with this license:
  149. README.md [32:32]
  150. KEEP BSL-1.0 ca05dbe6a64cb6bf8779bd19f5bb4d80
  151. BELONGS ya.make
  152. License text:
  153. Distributed under the Boost Software License, Version 1.0. (See
  154. accompanying file LICENSE_1_0.txt or copy at
  155. http://www.boost.org/LICENSE_1_0.txt)
  156. Scancode info:
  157. Original SPDX id: BSL-1.0
  158. Score : 100.00
  159. Match type : NOTICE
  160. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  161. Files with this license:
  162. include/boost/algorithm/apply_permutation.hpp [4:6]
  163. include/boost/algorithm/is_palindrome.hpp [4:6]
  164. KEEP BSL-1.0 f262303c7ce4d7bb32412cf8e6aa42e5
  165. BELONGS ya.make
  166. Note: matched license text is too long. Read it in the source files.
  167. Scancode info:
  168. Original SPDX id: BSL-1.0
  169. Score : 100.00
  170. Match type : NOTICE
  171. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  172. Files with this license:
  173. include/boost/algorithm/string.hpp [5:9]
  174. include/boost/algorithm/string/case_conv.hpp [5:9]
  175. include/boost/algorithm/string/classification.hpp [5:9]
  176. include/boost/algorithm/string/compare.hpp [5:9]
  177. include/boost/algorithm/string/concept.hpp [5:9]
  178. include/boost/algorithm/string/config.hpp [5:9]
  179. include/boost/algorithm/string/constants.hpp [5:9]
  180. include/boost/algorithm/string/detail/case_conv.hpp [5:9]
  181. include/boost/algorithm/string/detail/classification.hpp [5:9]
  182. include/boost/algorithm/string/detail/find_format.hpp [5:9]
  183. include/boost/algorithm/string/detail/find_format_all.hpp [5:9]
  184. include/boost/algorithm/string/detail/find_format_store.hpp [5:9]
  185. include/boost/algorithm/string/detail/find_iterator.hpp [5:9]
  186. include/boost/algorithm/string/detail/finder.hpp [5:9]
  187. include/boost/algorithm/string/detail/finder_regex.hpp [5:9]
  188. include/boost/algorithm/string/detail/formatter_regex.hpp [5:9]
  189. include/boost/algorithm/string/detail/predicate.hpp [5:9]
  190. include/boost/algorithm/string/detail/replace_storage.hpp [5:9]
  191. include/boost/algorithm/string/detail/sequence.hpp [5:9]
  192. include/boost/algorithm/string/detail/trim.hpp [5:9]
  193. include/boost/algorithm/string/detail/util.hpp [5:9]
  194. include/boost/algorithm/string/erase.hpp [5:9]
  195. include/boost/algorithm/string/find.hpp [5:9]
  196. include/boost/algorithm/string/find_format.hpp [5:9]
  197. include/boost/algorithm/string/find_iterator.hpp [5:9]
  198. include/boost/algorithm/string/finder.hpp [5:9]
  199. include/boost/algorithm/string/formatter.hpp [5:9]
  200. include/boost/algorithm/string/iter_find.hpp [5:9]
  201. include/boost/algorithm/string/join.hpp [5:9]
  202. include/boost/algorithm/string/predicate.hpp [5:9]
  203. include/boost/algorithm/string/predicate_facade.hpp [5:9]
  204. include/boost/algorithm/string/regex.hpp [5:9]
  205. include/boost/algorithm/string/regex_find_format.hpp [5:9]
  206. include/boost/algorithm/string/replace.hpp [5:9]
  207. include/boost/algorithm/string/sequence_traits.hpp [5:9]
  208. include/boost/algorithm/string/split.hpp [5:9]
  209. include/boost/algorithm/string/std/list_traits.hpp [5:9]
  210. include/boost/algorithm/string/std/rope_traits.hpp [5:9]
  211. include/boost/algorithm/string/std/slist_traits.hpp [5:9]
  212. include/boost/algorithm/string/std/string_traits.hpp [5:9]
  213. include/boost/algorithm/string/std_containers_traits.hpp [5:9]
  214. include/boost/algorithm/string/trim.hpp [5:9]
  215. include/boost/algorithm/string/trim_all.hpp [5:9]
  216. include/boost/algorithm/string/yes_no_type.hpp [5:9]
  217. include/boost/algorithm/string_regex.hpp [5:9]