devtools.licenses.report 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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 2c7a3fa82e66676005cd4ee2608fd7d2
  36. BELONGS ya.make
  37. Note: matched license text is too long. Read it in the source files.
  38. Scancode info:
  39. Original SPDX id: BSL-1.0
  40. Score : 100.00
  41. Match type : TEXT
  42. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  43. Files with this license:
  44. LICENSE [1:23]
  45. KEEP BSL-1.0 2cc71fe4bd12718a9884bf7ff37269f3
  46. BELONGS ya.make
  47. License text:
  48. // Distributed under the Boost Software License, Version 1.0.
  49. // (See accompanying file LICENSE_1_0.txt or copy at
  50. // http://www.boost.org/LICENSE_1_0.txt)
  51. Scancode info:
  52. Original SPDX id: BSL-1.0
  53. Score : 100.00
  54. Match type : NOTICE
  55. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  56. Files with this license:
  57. include/boost/move/algo/adaptive_merge.hpp [4:6]
  58. include/boost/move/algo/adaptive_sort.hpp [4:6]
  59. include/boost/move/algo/detail/adaptive_sort_merge.hpp [4:6]
  60. include/boost/move/algo/detail/basic_op.hpp [4:6]
  61. include/boost/move/algo/detail/heap_sort.hpp [4:6]
  62. include/boost/move/algo/detail/insertion_sort.hpp [4:6]
  63. include/boost/move/algo/detail/merge.hpp [4:6]
  64. include/boost/move/algo/detail/merge_sort.hpp [4:6]
  65. include/boost/move/algo/detail/pdqsort.hpp [5:7]
  66. include/boost/move/algo/detail/search.hpp [4:6]
  67. include/boost/move/algo/detail/set_difference.hpp [4:6]
  68. include/boost/move/algo/move.hpp [4:6]
  69. include/boost/move/algo/predicate.hpp [4:6]
  70. include/boost/move/algo/unique.hpp [4:6]
  71. include/boost/move/algorithm.hpp [4:6]
  72. include/boost/move/core.hpp [4:6]
  73. include/boost/move/detail/destruct_n.hpp [4:6]
  74. include/boost/move/detail/iterator_traits.hpp [4:6]
  75. include/boost/move/detail/meta_utils.hpp [4:6]
  76. include/boost/move/detail/meta_utils_core.hpp [4:6]
  77. include/boost/move/detail/move_helpers.hpp [4:6]
  78. include/boost/move/detail/type_traits.hpp [5:7]
  79. include/boost/move/detail/unique_ptr_meta_utils.hpp [4:6]
  80. include/boost/move/iterator.hpp [4:6]
  81. include/boost/move/move.hpp [5:7]
  82. include/boost/move/traits.hpp [4:6]
  83. include/boost/move/utility.hpp [4:6]
  84. include/boost/move/utility_core.hpp [4:6]
  85. KEEP BSL-1.0 31b5f7cf1ea991a6516437dc785d8c86
  86. BELONGS ya.make
  87. License text:
  88. // (C) Copyright Ion Gaztanaga 2017-2018. Distributed under the Boost
  89. // Software License, Version 1.0. (See accompanying file
  90. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  91. Scancode info:
  92. Original SPDX id: BSL-1.0
  93. Score : 100.00
  94. Match type : NOTICE
  95. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  96. Files with this license:
  97. include/boost/move/algo/detail/is_sorted.hpp [5:7]
  98. KEEP BSL-1.0 476ce185bbfb7af264a4b35c8c5d052e
  99. BELONGS ya.make
  100. License text:
  101. \#// Distributed under the Boost Software License, Version 1.0.
  102. \#// (See accompanying file LICENSE_1_0.txt or copy at
  103. \#// http://www.boost.org/LICENSE_1_0.txt)
  104. Scancode info:
  105. Original SPDX id: BSL-1.0
  106. Score : 100.00
  107. Match type : NOTICE
  108. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  109. Files with this license:
  110. include/boost/move/detail/std_ns_begin.hpp [4:6]
  111. include/boost/move/detail/std_ns_end.hpp [4:6]
  112. KEEP BSL-1.0 4d5252e413de14514a327fd589154ef8
  113. BELONGS ya.make
  114. License text:
  115. // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
  116. // Software License, Version 1.0. (See accompanying file
  117. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  118. Scancode info:
  119. Original SPDX id: BSL-1.0
  120. Score : 100.00
  121. Match type : NOTICE
  122. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  123. Files with this license:
  124. include/boost/move/adl_move_swap.hpp [4:6]
  125. KEEP BSL-1.0 50dc18b27f34dab68ff41aa3f7880dda
  126. BELONGS ya.make
  127. License text:
  128. // Distributed under the Boost Software License, Version 1.0.
  129. // (See accompanying file LICENSE_1_0.txt or copy at
  130. // http://www.boost.org/LICENSE_1_0.txt)
  131. Scancode info:
  132. Original SPDX id: BSL-1.0
  133. Score : 100.00
  134. Match type : NOTICE
  135. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  136. Files with this license:
  137. include/boost/move/detail/reverse_iterator.hpp [5:7]
  138. include/boost/move/detail/to_raw_pointer.hpp [5:7]
  139. KEEP BSL-1.0 648ee54e68cb4c96cfd2e41a7a53e0f8
  140. BELONGS ya.make
  141. License text:
  142. \### License
  143. Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
  144. Scancode info:
  145. Original SPDX id: BSL-1.0
  146. Score : 60.00
  147. Match type : NOTICE
  148. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  149. Files with this license:
  150. README.md [3:5]
  151. KEEP BSL-1.0 690c428b6f6c5e3219b8dd9abdb64215
  152. BELONGS ya.make
  153. License text:
  154. // (C) Copyright Ion Gaztanaga 2014-2017. Distributed under the Boost
  155. // Software License, Version 1.0. (See accompanying file
  156. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  157. Scancode info:
  158. Original SPDX id: BSL-1.0
  159. Score : 100.00
  160. Match type : NOTICE
  161. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  162. Files with this license:
  163. include/boost/move/detail/pointer_element.hpp [3:5]
  164. KEEP BSL-1.0 6f58c862f763ee945f279dbe9d509166
  165. BELONGS ya.make
  166. License text:
  167. // (C) Copyright Ion Gaztanaga 2014-2014. Distributed under the Boost
  168. // Software License, Version 1.0. (See accompanying file
  169. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  170. Scancode info:
  171. Original SPDX id: BSL-1.0
  172. Score : 100.00
  173. Match type : NOTICE
  174. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  175. Files with this license:
  176. include/boost/move/default_delete.hpp [3:5]
  177. include/boost/move/detail/fwd_macros.hpp [3:5]
  178. include/boost/move/detail/workaround.hpp [3:5]
  179. include/boost/move/unique_ptr.hpp [3:5]
  180. KEEP BSL-1.0 7046eb5e05d97f8094aad004556f5459
  181. BELONGS ya.make
  182. License text:
  183. // (C) Copyright Ion Gaztanaga 2006-2014. Distributed under the Boost
  184. // Software License, Version 1.0. (See accompanying file
  185. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  186. Scancode info:
  187. Original SPDX id: BSL-1.0
  188. Score : 100.00
  189. Match type : NOTICE
  190. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  191. Files with this license:
  192. include/boost/move/make_unique.hpp [3:5]
  193. KEEP BSL-1.0 901941bd35f9f19e23af80f6271c10c4
  194. BELONGS ya.make
  195. Note: matched license text is too long. Read it in the source files.
  196. Scancode info:
  197. Original SPDX id: BSL-1.0
  198. Score : 60.00
  199. Match type : NOTICE
  200. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  201. Files with this license:
  202. README.md [33:33]
  203. KEEP BSL-1.0 d4d0d34f805f5eee001a987f1e04a4a4
  204. BELONGS ya.make
  205. License text:
  206. // (C) Copyright Ion Gaztanaga 2012-2012. Distributed under the Boost
  207. // Software License, Version 1.0. (See accompanying file
  208. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  209. Scancode info:
  210. Original SPDX id: BSL-1.0
  211. Score : 100.00
  212. Match type : NOTICE
  213. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  214. Files with this license:
  215. include/boost/move/detail/config_begin.hpp [3:5]
  216. include/boost/move/detail/config_end.hpp [3:5]
  217. KEEP BSL-1.0 d61752484f220755bd1f5e838c59307b
  218. BELONGS ya.make
  219. License text:
  220. // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
  221. // Software License, Version 1.0. (See accompanying file
  222. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  223. Scancode info:
  224. Original SPDX id: BSL-1.0
  225. Score : 100.00
  226. Match type : NOTICE
  227. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  228. Files with this license:
  229. include/boost/move/detail/addressof.hpp [3:5]
  230. include/boost/move/detail/force_ptr.hpp [3:5]
  231. include/boost/move/detail/iterator_to_raw_pointer.hpp [3:5]
  232. include/boost/move/detail/launder.hpp [3:5]
  233. include/boost/move/detail/placement_new.hpp [5:7]
  234. KEEP BSL-1.0 da2a87ccf5ae416e33c8d6bfe78baa14
  235. BELONGS ya.make
  236. License text:
  237. // Distributed under the Boost Software License, Version 1.0.
  238. // See http://www.boost.org/LICENSE_1_0.txt
  239. Scancode info:
  240. Original SPDX id: BSL-1.0
  241. Score : 100.00
  242. Match type : NOTICE
  243. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  244. Files with this license:
  245. include/boost/move/detail/nsec_clock.hpp [18:19]
  246. KEEP Zlib feac64119d30e7019060ba88ec6d5f1a
  247. BELONGS ya.make
  248. Note: matched license text is too long. Read it in the source files.
  249. Scancode info:
  250. Original SPDX id: Zlib
  251. Score : 100.00
  252. Match type : TEXT
  253. Links : http://www.gzip.org/zlib/zlib_license.html, http://www.zlib.net/, https://spdx.org/licenses/Zlib
  254. Files with this license:
  255. include/boost/move/algo/detail/pdqsort.hpp [25:34]