devtools.copyrights.report 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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 COPYRIGHT_SERVICE_LABEL 0e00627118b1aa126c93a4d188f1689d
  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: COPYRIGHT_SERVICE_LABEL
  40. Score : 100.00
  41. Match type : COPYRIGHT
  42. Files with this license:
  43. include/boost/move/move.hpp [3:6]
  44. include/boost/move/traits.hpp [3:5]
  45. KEEP COPYRIGHT_SERVICE_LABEL 0e20cc85ddff90b5ad54f1b16cc40ada
  46. BELONGS ya.make
  47. License text:
  48. // (C) Copyright Ion Gaztanaga 2017-2017.
  49. // Distributed under the Boost Software License, Version 1.0.
  50. // (See accompanying file LICENSE_1_0.txt or copy at
  51. Scancode info:
  52. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  53. Score : 100.00
  54. Match type : COPYRIGHT
  55. Files with this license:
  56. include/boost/move/algo/detail/set_difference.hpp [3:5]
  57. include/boost/move/algo/unique.hpp [3:5]
  58. include/boost/move/detail/to_raw_pointer.hpp [3:3]
  59. KEEP COPYRIGHT_SERVICE_LABEL 1877c8c0d80d7b1ea728c21778641fa6
  60. BELONGS ya.make
  61. License text:
  62. // (C) Copyright John Maddock 2000.
  63. // (C) Copyright Ion Gaztanaga 2005-2015.
  64. Scancode info:
  65. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  66. Score : 100.00
  67. Match type : COPYRIGHT
  68. Files with this license:
  69. include/boost/move/detail/type_traits.hpp [2:3]
  70. KEEP COPYRIGHT_SERVICE_LABEL 1a3253e5b49a77f2dc95004f816c7fa1
  71. BELONGS ya.make
  72. License text:
  73. // (C) Copyright Ion Gaztanaga 2012-2015.
  74. // Distributed under the Boost Software License, Version 1.0.
  75. // (See accompanying file LICENSE_1_0.txt or copy at
  76. Scancode info:
  77. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  78. Score : 100.00
  79. Match type : COPYRIGHT
  80. Files with this license:
  81. include/boost/move/detail/meta_utils.hpp [3:5]
  82. KEEP COPYRIGHT_SERVICE_LABEL 1d8064d8327f097ff9fbf8db31ebb009
  83. BELONGS ya.make
  84. License text:
  85. // (C) Copyright Ion Gaztanaga 2022-2022.
  86. // Distributed under the Boost Software License, Version 1.0.
  87. // (See accompanying file LICENSE_1_0.txt or copy at
  88. Scancode info:
  89. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  90. Score : 100.00
  91. Match type : COPYRIGHT
  92. Files with this license:
  93. include/boost/move/algo/detail/search.hpp [3:5]
  94. KEEP COPYRIGHT_SERVICE_LABEL 20879b64ae4df4b3c40306efb7928c57
  95. BELONGS ya.make
  96. License text:
  97. // (C) Copyright Ion Gaztanaga 2014-2014. Distributed under the Boost
  98. // Software License, Version 1.0. (See accompanying file
  99. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  100. Scancode info:
  101. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  102. Score : 100.00
  103. Match type : COPYRIGHT
  104. Files with this license:
  105. include/boost/move/algo/detail/insertion_sort.hpp [3:5]
  106. include/boost/move/default_delete.hpp [3:5]
  107. include/boost/move/detail/fwd_macros.hpp [3:5]
  108. include/boost/move/detail/iterator_traits.hpp [3:5]
  109. include/boost/move/detail/reverse_iterator.hpp [3:3]
  110. include/boost/move/detail/workaround.hpp [3:5]
  111. include/boost/move/unique_ptr.hpp [3:5]
  112. KEEP COPYRIGHT_SERVICE_LABEL 2be4c5530322f675f4699b1fecb8bdd0
  113. BELONGS ya.make
  114. License text:
  115. // (C) Copyright John Maddock 2000.
  116. // (C) Copyright Ion Gaztanaga 2005-2015.
  117. Scancode info:
  118. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  119. Score : 100.00
  120. Match type : COPYRIGHT
  121. Files with this license:
  122. include/boost/move/detail/type_traits.hpp [2:3]
  123. KEEP COPYRIGHT_SERVICE_LABEL 2eac2a7e626c242b613fa68d3431bb40
  124. BELONGS ya.make
  125. License text:
  126. // Copyright Beman Dawes 1994-2007, 2011
  127. Scancode info:
  128. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  129. Score : 100.00
  130. Match type : COPYRIGHT
  131. Files with this license:
  132. include/boost/move/detail/nsec_clock.hpp [4:4]
  133. KEEP COPYRIGHT_SERVICE_LABEL 32f3e9a485f1df17b5b5c669b5cf8a43
  134. BELONGS ya.make
  135. Note: matched license text is too long. Read it in the source files.
  136. Scancode info:
  137. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  138. Score : 100.00
  139. Match type : COPYRIGHT
  140. Files with this license:
  141. include/boost/move/adl_move_swap.hpp [3:6]
  142. KEEP COPYRIGHT_SERVICE_LABEL 339fcf7433771e1324c39962a53efb58
  143. BELONGS ya.make
  144. License text:
  145. // (C) Copyright Ion Gaztanaga 2015-2016.
  146. // Distributed under the Boost Software License, Version 1.0.
  147. // (See accompanying file LICENSE_1_0.txt or copy at
  148. Scancode info:
  149. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  150. Score : 100.00
  151. Match type : COPYRIGHT
  152. Files with this license:
  153. include/boost/move/algo/adaptive_merge.hpp [3:5]
  154. include/boost/move/algo/adaptive_sort.hpp [3:5]
  155. include/boost/move/algo/detail/adaptive_sort_merge.hpp [3:5]
  156. include/boost/move/algo/detail/basic_op.hpp [3:5]
  157. include/boost/move/algo/detail/merge.hpp [3:5]
  158. include/boost/move/algo/detail/merge_sort.hpp [3:5]
  159. include/boost/move/algo/predicate.hpp [3:5]
  160. include/boost/move/detail/destruct_n.hpp [3:5]
  161. KEEP COPYRIGHT_SERVICE_LABEL 38b8d9f6332e5a688b471b92d217a79b
  162. BELONGS ya.make
  163. Note: matched license text is too long. Read it in the source files.
  164. Scancode info:
  165. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  166. Score : 100.00
  167. Match type : COPYRIGHT
  168. Files with this license:
  169. include/boost/move/adl_move_swap.hpp [3:6]
  170. KEEP COPYRIGHT_SERVICE_LABEL 49a63dac4d2a7520d366071cadc7cba7
  171. BELONGS ya.make
  172. License text:
  173. // (C) Copyright Orson Peters 2017.
  174. // (C) Copyright Ion Gaztanaga 2017-2018.
  175. // Distributed under the Boost Software License, Version 1.0.
  176. // (See accompanying file LICENSE_1_0.txt or copy at
  177. Scancode info:
  178. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  179. Score : 100.00
  180. Match type : COPYRIGHT
  181. Files with this license:
  182. include/boost/move/algo/detail/pdqsort.hpp [3:6]
  183. KEEP COPYRIGHT_SERVICE_LABEL 75ef7529f27f9a710eea2869f97333f1
  184. BELONGS ya.make
  185. License text:
  186. // Copyright Beman Dawes 2008
  187. // Copyright 2009-2010 Vicente J. Botet Escriba
  188. Scancode info:
  189. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  190. Score : 100.00
  191. Match type : COPYRIGHT
  192. Files with this license:
  193. include/boost/move/detail/nsec_clock.hpp [7:8]
  194. KEEP COPYRIGHT_SERVICE_LABEL 7776713baab3f172d0d3c56b0cf3c911
  195. BELONGS ya.make
  196. Note: matched license text is too long. Read it in the source files.
  197. Scancode info:
  198. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  199. Score : 100.00
  200. Match type : COPYRIGHT
  201. Files with this license:
  202. include/boost/move/algo/detail/pdqsort.hpp [24:28]
  203. KEEP COPYRIGHT_SERVICE_LABEL 82a5c9cddab57527910d79d3fe2ae9db
  204. BELONGS ya.make
  205. License text:
  206. // (C) Copyright Ion Gaztanaga 2014-2017. 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: COPYRIGHT_SERVICE_LABEL
  211. Score : 100.00
  212. Match type : COPYRIGHT
  213. Files with this license:
  214. include/boost/move/detail/pointer_element.hpp [3:5]
  215. KEEP COPYRIGHT_SERVICE_LABEL 890cdbbeb01b608880e13a28e9d21fad
  216. BELONGS ya.make
  217. License text:
  218. // Copyright Beman Dawes 2008
  219. // Copyright 2009-2010 Vicente J. Botet Escriba
  220. Scancode info:
  221. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  222. Score : 100.00
  223. Match type : COPYRIGHT
  224. Files with this license:
  225. include/boost/move/detail/nsec_clock.hpp [7:8]
  226. KEEP COPYRIGHT_SERVICE_LABEL 93298a574c18187d2a2c7398406ca6da
  227. BELONGS ya.make
  228. License text:
  229. // (C) Copyright Ion Gaztanaga 2012-2012.
  230. // Distributed under the Boost Software License, Version 1.0.
  231. // (See accompanying file LICENSE_1_0.txt or copy at
  232. Scancode info:
  233. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  234. Score : 100.00
  235. Match type : COPYRIGHT
  236. Files with this license:
  237. include/boost/move/algorithm.hpp [3:5]
  238. include/boost/move/core.hpp [3:5]
  239. include/boost/move/detail/config_begin.hpp [3:5]
  240. include/boost/move/detail/config_end.hpp [3:5]
  241. include/boost/move/detail/unique_ptr_meta_utils.hpp [3:5]
  242. include/boost/move/iterator.hpp [3:5]
  243. include/boost/move/utility.hpp [3:5]
  244. include/boost/move/utility_core.hpp [3:5]
  245. KEEP COPYRIGHT_SERVICE_LABEL 96fa27d0421cf1ee2e170382d2a3520d
  246. BELONGS ya.make
  247. License text:
  248. // (C) Copyright Ion Gaztanaga 2012-2016.
  249. // Distributed under the Boost Software License, Version 1.0.
  250. // (See accompanying file LICENSE_1_0.txt or copy at
  251. Scancode info:
  252. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  253. Score : 100.00
  254. Match type : COPYRIGHT
  255. Files with this license:
  256. include/boost/move/algo/move.hpp [3:5]
  257. KEEP COPYRIGHT_SERVICE_LABEL b0acda8e3df319a68e9a5e75c455f627
  258. BELONGS ya.make
  259. License text:
  260. // (C) Copyright Ion Gaztanaga 2010-2016.
  261. // Distributed under the Boost Software License, Version 1.0.
  262. // (See accompanying file LICENSE_1_0.txt or copy at
  263. Scancode info:
  264. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  265. Score : 100.00
  266. Match type : COPYRIGHT
  267. Files with this license:
  268. include/boost/move/detail/move_helpers.hpp [3:5]
  269. KEEP COPYRIGHT_SERVICE_LABEL ca20b75eb2dae2abec8bb941a89db522
  270. BELONGS ya.make
  271. Note: matched license text is too long. Read it in the source files.
  272. Scancode info:
  273. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  274. Score : 100.00
  275. Match type : COPYRIGHT
  276. Files with this license:
  277. include/boost/move/move.hpp [3:6]
  278. KEEP COPYRIGHT_SERVICE_LABEL cba287530567f506b4683cd1a18cce1d
  279. BELONGS ya.make
  280. License text:
  281. // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
  282. // Software License, Version 1.0. (See accompanying file
  283. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  284. Scancode info:
  285. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  286. Score : 100.00
  287. Match type : COPYRIGHT
  288. Files with this license:
  289. include/boost/move/detail/addressof.hpp [3:5]
  290. include/boost/move/detail/force_ptr.hpp [3:5]
  291. include/boost/move/detail/iterator_to_raw_pointer.hpp [3:5]
  292. include/boost/move/detail/launder.hpp [3:5]
  293. include/boost/move/detail/placement_new.hpp [5:7]
  294. KEEP COPYRIGHT_SERVICE_LABEL d7ec3b31087d40f4ec8d4f38c2654306
  295. BELONGS ya.make
  296. License text:
  297. // (C) Copyright Ion Gaztanaga 2015-2015.
  298. // Distributed under the Boost Software License, Version 1.0.
  299. // (See accompanying file LICENSE_1_0.txt or copy at
  300. Scancode info:
  301. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  302. Score : 100.00
  303. Match type : COPYRIGHT
  304. Files with this license:
  305. include/boost/move/detail/meta_utils_core.hpp [3:5]
  306. include/boost/move/detail/std_ns_begin.hpp [3:5]
  307. include/boost/move/detail/std_ns_end.hpp [3:5]
  308. KEEP COPYRIGHT_SERVICE_LABEL d8ab6dc2e99ae45932147e5d4ad21728
  309. BELONGS ya.make
  310. License text:
  311. // Copyright 2020 Ion Gaztanaga
  312. Scancode info:
  313. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  314. Score : 100.00
  315. Match type : COPYRIGHT
  316. Files with this license:
  317. include/boost/move/detail/nsec_clock.hpp [16:16]
  318. KEEP COPYRIGHT_SERVICE_LABEL dade72e8f17d6f5ad231015a08f18f49
  319. BELONGS ya.make
  320. License text:
  321. // (C) Copyright Ion Gaztanaga 2006-2014. Distributed under the Boost
  322. // Software License, Version 1.0. (See accompanying file
  323. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  324. Scancode info:
  325. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  326. Score : 100.00
  327. Match type : COPYRIGHT
  328. Files with this license:
  329. include/boost/move/make_unique.hpp [3:5]
  330. KEEP COPYRIGHT_SERVICE_LABEL ef7d8354f40bb9b4612d75303421dce4
  331. BELONGS ya.make
  332. License text:
  333. // (C) Copyright Ion Gaztanaga 2017-2018.
  334. // Distributed under the Boost Software License, Version 1.0.
  335. // (See accompanying file LICENSE_1_0.txt or copy at
  336. Scancode info:
  337. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  338. Score : 100.00
  339. Match type : COPYRIGHT
  340. Files with this license:
  341. include/boost/move/algo/detail/heap_sort.hpp [3:5]
  342. include/boost/move/algo/detail/is_sorted.hpp [5:7]
  343. include/boost/move/algo/detail/pdqsort.hpp [3:6]