devtools.copyrights.report 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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 050be61242b0e0219d0b0f3ddd65a898
  36. BELONGS ya.make
  37. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/allocator_version_traits.hpp at line 5, include/boost/container/throw_exception.hpp at line 5, src/alloc_lib.c at line 5, src/dlmalloc.cpp at line 5
  38. License text:
  39. // (C) Copyright Ion Gaztanaga 2012-2013. Distributed under the Boost
  40. // Software License, Version 1.0. (See accompanying file
  41. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  42. Scancode info:
  43. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  44. Score : 100.00
  45. Match type : COPYRIGHT
  46. Files with this license:
  47. include/boost/container/detail/allocator_version_traits.hpp [3:5]
  48. include/boost/container/throw_exception.hpp [3:5]
  49. src/alloc_lib.c [3:5]
  50. src/dlmalloc.cpp [3:5]
  51. KEEP COPYRIGHT_SERVICE_LABEL 0e20cc85ddff90b5ad54f1b16cc40ada
  52. BELONGS ya.make
  53. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/container_or_allocator_rebind.hpp at line 5, include/boost/container/detail/container_rebind.hpp at line 5, include/boost/container/detail/is_container.hpp at line 5, include/boost/container/detail/is_contiguous_container.hpp at line 5, include/boost/container/detail/value_functors.hpp at line 7
  54. License text:
  55. // (C) Copyright Ion Gaztanaga 2017-2017. Distributed under the Boost
  56. // Software License, Version 1.0. (See accompanying file
  57. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  58. Scancode info:
  59. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  60. Score : 100.00
  61. Match type : COPYRIGHT
  62. Files with this license:
  63. include/boost/container/detail/container_or_allocator_rebind.hpp [3:5]
  64. include/boost/container/detail/container_rebind.hpp [3:5]
  65. include/boost/container/detail/is_container.hpp [3:5]
  66. include/boost/container/detail/is_contiguous_container.hpp [3:5]
  67. include/boost/container/detail/value_functors.hpp [5:7]
  68. KEEP COPYRIGHT_SERVICE_LABEL 137f142bceff932c328791882d8815c5
  69. BELONGS ya.make
  70. License text:
  71. // Copyright (C) 2000 Stephen Cleary
  72. // Copyright (C) 2008 Ion Gaztanaga
  73. Scancode info:
  74. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  75. Score : 100.00
  76. Match type : COPYRIGHT
  77. Files with this license:
  78. include/boost/container/detail/singleton.hpp [1:2]
  79. KEEP COPYRIGHT_SERVICE_LABEL 1877c8c0d80d7b1ea728c21778641fa6
  80. BELONGS ya.make
  81. License text:
  82. // (C) Copyright John Maddock 2000.
  83. // (C) Copyright Ion Gaztanaga 2005-2015.
  84. Scancode info:
  85. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  86. Score : 100.00
  87. Match type : COPYRIGHT
  88. Files with this license:
  89. include/boost/container/detail/type_traits.hpp [2:3]
  90. KEEP COPYRIGHT_SERVICE_LABEL 20879b64ae4df4b3c40306efb7928c57
  91. BELONGS ya.make
  92. License text:
  93. // (C) Copyright Ion Gaztanaga 2014-2014.
  94. Scancode info:
  95. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  96. Score : 100.00
  97. Match type : COPYRIGHT
  98. Files with this license:
  99. include/boost/container/detail/algorithm.hpp [3:3]
  100. include/boost/container/detail/compare_functors.hpp [3:5]
  101. include/boost/container/detail/construct_in_place.hpp [3:3]
  102. include/boost/container/detail/iterator.hpp [3:3]
  103. include/boost/container/detail/std_fwd.hpp [3:5]
  104. KEEP COPYRIGHT_SERVICE_LABEL 2180ce6ee1e5aa9a5aeb7320a3a192e4
  105. BELONGS ya.make
  106. License text:
  107. // Copyright (c) 2012-2013 Adam Wulkiewicz, Lodz, Poland.
  108. // Copyright (c) 2011-2013 Andrew Hundt.
  109. // Copyright (c) 2013-2014 Ion Gaztanaga
  110. Scancode info:
  111. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  112. Score : 100.00
  113. Match type : COPYRIGHT
  114. Files with this license:
  115. include/boost/container/static_vector.hpp [3:5]
  116. KEEP COPYRIGHT_SERVICE_LABEL 22d1ca369e5c9145bc949ee6e4d45afd
  117. BELONGS ya.make
  118. License text:
  119. // (C) Copyright Stephen Cleary 2000
  120. // (C) Copyright Ion Gaztanaga 2015-2017.
  121. Scancode info:
  122. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  123. Score : 100.00
  124. Match type : COPYRIGHT
  125. Files with this license:
  126. include/boost/container/detail/mutex.hpp [3:4]
  127. KEEP COPYRIGHT_SERVICE_LABEL 2b2af125915ba7065c8a686471913605
  128. BELONGS ya.make
  129. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/allocator_traits.hpp at line 11, include/boost/container/scoped_allocator.hpp at line 11, include/boost/container/uses_allocator.hpp at line 5
  130. License text:
  131. // (C) Copyright Ion Gaztanaga 2011-2013. Distributed under the Boost
  132. // Software License, Version 1.0. (See accompanying file
  133. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  134. Scancode info:
  135. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  136. Score : 100.00
  137. Match type : COPYRIGHT
  138. Files with this license:
  139. include/boost/container/allocator_traits.hpp [9:11]
  140. include/boost/container/scoped_allocator.hpp [9:11]
  141. include/boost/container/uses_allocator.hpp [3:5]
  142. KEEP COPYRIGHT_SERVICE_LABEL 2be4c5530322f675f4699b1fecb8bdd0
  143. BELONGS ya.make
  144. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/deque.hpp at line 5, include/boost/container/detail/flat_tree.hpp at line 5, include/boost/container/detail/tree.hpp at line 5, include/boost/container/detail/type_traits.hpp at line 4, include/boost/container/list.hpp at line 5, include/boost/container/string.hpp at line 5, include/boost/container/vector.hpp at line 5
  145. License text:
  146. // (C) Copyright Ion Gaztanaga 2005-2015. Distributed under the Boost
  147. // Software License, Version 1.0. (See accompanying file
  148. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  149. Scancode info:
  150. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  151. Score : 100.00
  152. Match type : COPYRIGHT
  153. Files with this license:
  154. include/boost/container/deque.hpp [3:5]
  155. include/boost/container/detail/flat_tree.hpp [3:5]
  156. include/boost/container/detail/tree.hpp [3:5]
  157. include/boost/container/detail/type_traits.hpp [2:3]
  158. include/boost/container/list.hpp [3:5]
  159. include/boost/container/string.hpp [3:5]
  160. include/boost/container/vector.hpp [3:5]
  161. KEEP COPYRIGHT_SERVICE_LABEL 30aa7d774a6abb0b7427386b7499cf8d
  162. BELONGS ya.make
  163. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/allocator.hpp at line 5, include/boost/container/detail/auto_link.hpp at line 5, include/boost/container/detail/math_functions.hpp at line 5, include/boost/container/detail/singleton.hpp at line 16
  164. License text:
  165. // (C) Copyright Ion Gaztanaga 2007-2013. Distributed under the Boost
  166. // Software License, Version 1.0. (See accompanying file
  167. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  168. Scancode info:
  169. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  170. Score : 100.00
  171. Match type : COPYRIGHT
  172. Files with this license:
  173. include/boost/container/allocator.hpp [3:5]
  174. include/boost/container/detail/auto_link.hpp [3:5]
  175. include/boost/container/detail/math_functions.hpp [3:4]
  176. include/boost/container/detail/singleton.hpp [14:16]
  177. KEEP COPYRIGHT_SERVICE_LABEL 32f3e9a485f1df17b5b5c669b5cf8a43
  178. BELONGS ya.make
  179. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/adaptive_pool.hpp at line 5, include/boost/container/detail/adaptive_node_pool.hpp at line 5, include/boost/container/detail/adaptive_node_pool_impl.hpp at line 5, include/boost/container/detail/alloc_lib.h at line 5, include/boost/container/detail/allocation_type.hpp at line 5, include/boost/container/detail/config_begin.hpp at line 5, include/boost/container/detail/config_end.hpp at line 5, include/boost/container/detail/copy_move_algo.hpp at line 5, include/boost/container/detail/destroyers.hpp at line 5, include/boost/container/detail/is_pair.hpp at line 5, include/boost/container/detail/iterators.hpp at line 5, include/boost/container/detail/min_max.hpp at line 5, include/boost/container/detail/mpl.hpp at line 5, include/boost/container/detail/multiallocation_chain.hpp at line 5, include/boost/container/detail/node_alloc_holder.hpp at line 5, include/boost/container/detail/node_pool.hpp at line 5, include/boost/container/detail/node_pool_impl.hpp at line 5, include/boost/container/detail/pair.hpp at line 5, include/boost/container/detail/pair_key_mapped_of_value.hpp at line 5, include/boost/container/detail/pool_common.hpp at line 5, include/boost/container/detail/pool_common_alloc.hpp at line 5, include/boost/container/detail/transform_iterator.hpp at line 5, include/boost/container/detail/value_init.hpp at line 5, include/boost/container/detail/version_type.hpp at line 5, include/boost/container/detail/workaround.hpp at line 5, include/boost/container/flat_map.hpp at line 5, include/boost/container/flat_set.hpp at line 5, include/boost/container/map.hpp at line 5, include/boost/container/set.hpp at line 5
  180. License text:
  181. // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
  182. // Software License, Version 1.0. (See accompanying file
  183. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  184. Scancode info:
  185. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  186. Score : 100.00
  187. Match type : COPYRIGHT
  188. Files with this license:
  189. include/boost/container/adaptive_pool.hpp [3:5]
  190. include/boost/container/detail/adaptive_node_pool.hpp [3:5]
  191. include/boost/container/detail/adaptive_node_pool_impl.hpp [3:5]
  192. include/boost/container/detail/alloc_lib.h [3:5]
  193. include/boost/container/detail/allocation_type.hpp [3:5]
  194. include/boost/container/detail/config_begin.hpp [3:5]
  195. include/boost/container/detail/config_end.hpp [3:5]
  196. include/boost/container/detail/copy_move_algo.hpp [3:5]
  197. include/boost/container/detail/destroyers.hpp [3:3]
  198. include/boost/container/detail/is_pair.hpp [3:3]
  199. include/boost/container/detail/iterators.hpp [3:4]
  200. include/boost/container/detail/min_max.hpp [3:5]
  201. include/boost/container/detail/mpl.hpp [3:3]
  202. include/boost/container/detail/multiallocation_chain.hpp [3:5]
  203. include/boost/container/detail/node_alloc_holder.hpp [3:5]
  204. include/boost/container/detail/node_pool.hpp [3:5]
  205. include/boost/container/detail/node_pool_impl.hpp [3:5]
  206. include/boost/container/detail/pair.hpp [3:3]
  207. include/boost/container/detail/pair_key_mapped_of_value.hpp [3:5]
  208. include/boost/container/detail/pool_common.hpp [3:5]
  209. include/boost/container/detail/pool_common_alloc.hpp [3:5]
  210. include/boost/container/detail/transform_iterator.hpp [3:4]
  211. include/boost/container/detail/value_init.hpp [3:3]
  212. include/boost/container/detail/version_type.hpp [3:5]
  213. include/boost/container/detail/workaround.hpp [3:5]
  214. include/boost/container/flat_map.hpp [3:5]
  215. include/boost/container/flat_set.hpp [3:5]
  216. include/boost/container/map.hpp [3:5]
  217. include/boost/container/set.hpp [3:5]
  218. KEEP COPYRIGHT_SERVICE_LABEL 3c777ac4a9b304db66b4f876282e72d9
  219. BELONGS ya.make
  220. License text:
  221. // Copyright (c) 2012-2013 Adam Wulkiewicz, Lodz, Poland.
  222. // Copyright (c) 2011-2013 Andrew Hundt.
  223. // Copyright (c) 2013-2014 Ion Gaztanaga
  224. Scancode info:
  225. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  226. Score : 100.00
  227. Match type : COPYRIGHT
  228. Files with this license:
  229. include/boost/container/static_vector.hpp [3:5]
  230. KEEP COPYRIGHT_SERVICE_LABEL 3d663bf6c460716f91893dd36efd47a3
  231. BELONGS ya.make
  232. License text:
  233. // Copyright (c) 2012-2013 Adam Wulkiewicz, Lodz, Poland.
  234. // Copyright (c) 2011-2013 Andrew Hundt.
  235. // Copyright (c) 2013-2014 Ion Gaztanaga
  236. Scancode info:
  237. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  238. Score : 100.00
  239. Match type : COPYRIGHT
  240. Files with this license:
  241. include/boost/container/static_vector.hpp [3:5]
  242. KEEP COPYRIGHT_SERVICE_LABEL 41ac9dd74fc90902a3b53ae84a5fc6aa
  243. BELONGS ya.make
  244. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/allocator_traits.hpp at line 5, include/boost/container/scoped_allocator.hpp at line 5
  245. License text:
  246. // (C) Copyright Pablo Halpern 2009. Distributed under the Boost
  247. // Software License, Version 1.0. (See accompanying file
  248. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  249. Scancode info:
  250. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  251. Score : 100.00
  252. Match type : COPYRIGHT
  253. Files with this license:
  254. include/boost/container/allocator_traits.hpp [3:5]
  255. include/boost/container/scoped_allocator.hpp [3:5]
  256. KEEP COPYRIGHT_SERVICE_LABEL 42b54ba6cff5caeb1a52e89fb122c93c
  257. BELONGS ya.make
  258. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/is_sorted.hpp at line 5, include/boost/container/node_handle.hpp at line 5
  259. License text:
  260. // (C) Copyright Ion Gaztanaga 2016-2016. Distributed under the Boost
  261. // Software License, Version 1.0. (See accompanying file
  262. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  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/container/detail/is_sorted.hpp [3:5]
  269. include/boost/container/node_handle.hpp [3:5]
  270. KEEP COPYRIGHT_SERVICE_LABEL 54a6b4f4ccedc472d9ace99a2ee5a7df
  271. BELONGS ya.make
  272. License text:
  273. // Copyright 2007 Alexandre Courpron
  274. Scancode info:
  275. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  276. Score : 100.00
  277. Match type : COPYRIGHT
  278. Files with this license:
  279. include/boost/container/detail/function_detector.hpp [16:16]
  280. KEEP COPYRIGHT_SERVICE_LABEL 5b90d7dcbdfffd189deaf30fcf6cd55f
  281. BELONGS ya.make
  282. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/slist.hpp at line 5
  283. License text:
  284. // (C) Copyright Ion Gaztanaga 2004-2015. Distributed under the Boost
  285. // Software License, Version 1.0. (See accompanying file
  286. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  287. Scancode info:
  288. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  289. Score : 100.00
  290. Match type : COPYRIGHT
  291. Files with this license:
  292. include/boost/container/slist.hpp [3:5]
  293. KEEP COPYRIGHT_SERVICE_LABEL 5e5122844c5c00c4740356da3c3eaecb
  294. BELONGS ya.make
  295. License text:
  296. // Copyright (c) 2002, 2003 Peter Dimov
  297. // Copyright (c) Microsoft Corporation 2014
  298. Scancode info:
  299. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  300. Score : 100.00
  301. Match type : COPYRIGHT
  302. Files with this license:
  303. include/boost/container/detail/thread_mutex.hpp [15:16]
  304. KEEP COPYRIGHT_SERVICE_LABEL 608fa5d0e1f68f03e77bc324d77037e3
  305. BELONGS ya.make
  306. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/guards_dended.hpp at line 6, include/boost/container/devector.hpp at line 6
  307. Note: matched license text is too long. Read it in the source files.
  308. Scancode info:
  309. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  310. Score : 100.00
  311. Match type : COPYRIGHT
  312. Files with this license:
  313. include/boost/container/detail/guards_dended.hpp [3:6]
  314. include/boost/container/devector.hpp [3:6]
  315. KEEP COPYRIGHT_SERVICE_LABEL 6b3739203926d66bd02ccd13e7de0e21
  316. BELONGS ya.make
  317. License text:
  318. // (C) Copyright Stephen Cleary 2000.
  319. // (C) Copyright Ion Gaztanaga 2007-2013.
  320. Scancode info:
  321. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  322. Score : 100.00
  323. Match type : COPYRIGHT
  324. Files with this license:
  325. include/boost/container/detail/math_functions.hpp [3:4]
  326. include/boost/container/detail/mutex.hpp [3:4]
  327. KEEP COPYRIGHT_SERVICE_LABEL 7afcace3c11d1de9ed95382d1d122b39
  328. BELONGS ya.make
  329. License text:
  330. // (C) Copyright Ion Gaztanaga 2013-2013
  331. Scancode info:
  332. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  333. Score : 100.00
  334. Match type : COPYRIGHT
  335. Files with this license:
  336. include/boost/container/options.hpp [3:3]
  337. KEEP COPYRIGHT_SERVICE_LABEL 7e6f5e41baa083be7230e409d7f43ed2
  338. BELONGS ya.make
  339. License text:
  340. // Copyright (c) 2002, 2003 Peter Dimov
  341. // Copyright (c) Microsoft Corporation 2014
  342. Scancode info:
  343. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  344. Score : 100.00
  345. Match type : COPYRIGHT
  346. Files with this license:
  347. include/boost/container/detail/thread_mutex.hpp [15:16]
  348. KEEP COPYRIGHT_SERVICE_LABEL 81afc10bc24c6ad633280dae0d84d3e7
  349. BELONGS ya.make
  350. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/stable_vector.hpp at line 14
  351. License text:
  352. // Copyright 2008 Joaquin M Lopez Munoz.
  353. // Distributed under the Boost Software License, Version 1.0.
  354. // (See accompanying file LICENSE_1_0.txt or copy at
  355. Scancode info:
  356. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  357. Score : 100.00
  358. Match type : COPYRIGHT
  359. Files with this license:
  360. include/boost/container/stable_vector.hpp [12:14]
  361. KEEP COPYRIGHT_SERVICE_LABEL 8884bef124f1e985ab9ffb09bd143d9e
  362. BELONGS ya.make
  363. FILE_INCLUDE LICENSE_1_0.txt found in files: src/dlmalloc_ext_2_8_6.c at line 5
  364. License text:
  365. // (C) Copyright Ion Gaztanaga 2007-2015. Distributed under the Boost
  366. // Software License, Version 1.0. (See accompanying file
  367. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  368. Scancode info:
  369. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  370. Score : 100.00
  371. Match type : COPYRIGHT
  372. Files with this license:
  373. src/dlmalloc_ext_2_8_6.c [3:5]
  374. KEEP COPYRIGHT_SERVICE_LABEL a8a1037395e0ad6175aa2ab2e85af5b6
  375. BELONGS ya.make
  376. License text:
  377. // (C) Copyright Ion Gaztanaga 2005-2013.
  378. // (C) Copyright Gennaro Prota 2003 - 2004.
  379. Scancode info:
  380. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  381. Score : 100.00
  382. Match type : COPYRIGHT
  383. Files with this license:
  384. include/boost/container/detail/iterators.hpp [3:4]
  385. include/boost/container/detail/transform_iterator.hpp [3:4]
  386. KEEP COPYRIGHT_SERVICE_LABEL b52e6d8c8099fbbc21dd26f9da622ebd
  387. BELONGS ya.make
  388. License text:
  389. // Copyright (C) 2000 Stephen Cleary
  390. // Copyright (C) 2008 Ion Gaztanaga
  391. Scancode info:
  392. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  393. Score : 100.00
  394. Match type : COPYRIGHT
  395. Files with this license:
  396. include/boost/container/detail/singleton.hpp [1:2]
  397. KEEP COPYRIGHT_SERVICE_LABEL b786d98e822edd88ed91e19dd55bca8b
  398. BELONGS ya.make
  399. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/thread_mutex.hpp at line 5
  400. License text:
  401. // (C) Copyright Ion Gaztanaga 2018-2018. Distributed under the Boost
  402. // Software License, Version 1.0. (See accompanying file
  403. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  404. Scancode info:
  405. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  406. Score : 100.00
  407. Match type : COPYRIGHT
  408. Files with this license:
  409. include/boost/container/detail/thread_mutex.hpp [3:5]
  410. KEEP COPYRIGHT_SERVICE_LABEL bcf9526e6a123308486499aa33ea3d65
  411. BELONGS ya.make
  412. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/stable_vector.hpp at line 5
  413. License text:
  414. // (C) Copyright Ion Gaztanaga 2008-2015. Distributed under the Boost
  415. // Software License, Version 1.0. (See accompanying file
  416. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  417. Scancode info:
  418. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  419. Score : 100.00
  420. Match type : COPYRIGHT
  421. Files with this license:
  422. include/boost/container/stable_vector.hpp [3:5]
  423. KEEP COPYRIGHT_SERVICE_LABEL bd50790614a99115ac76f35dc0c47a91
  424. BELONGS ya.make
  425. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/advanced_insert_int.hpp at line 5, include/boost/container/detail/variadic_templates_tools.hpp at line 5, include/boost/container/node_allocator.hpp at line 5
  426. License text:
  427. // (C) Copyright Ion Gaztanaga 2008-2013. Distributed under the Boost
  428. // Software License, Version 1.0. (See accompanying file
  429. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  430. Scancode info:
  431. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  432. Score : 100.00
  433. Match type : COPYRIGHT
  434. Files with this license:
  435. include/boost/container/detail/advanced_insert_int.hpp [3:5]
  436. include/boost/container/detail/variadic_templates_tools.hpp [3:5]
  437. include/boost/container/node_allocator.hpp [3:5]
  438. KEEP COPYRIGHT_SERVICE_LABEL cba287530567f506b4683cd1a18cce1d
  439. BELONGS ya.make
  440. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/addressof.hpp at line 5, include/boost/container/detail/alloc_helpers.hpp at line 5, include/boost/container/detail/iterator_to_raw_pointer.hpp at line 5, include/boost/container/detail/minimal_char_traits_header.hpp at line 5, include/boost/container/detail/next_capacity.hpp at line 5, include/boost/container/detail/placement_new.hpp at line 7, include/boost/container/new_allocator.hpp at line 5
  441. License text:
  442. // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
  443. // Software License, Version 1.0. (See accompanying file
  444. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  445. Scancode info:
  446. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  447. Score : 100.00
  448. Match type : COPYRIGHT
  449. Files with this license:
  450. include/boost/container/detail/addressof.hpp [3:5]
  451. include/boost/container/detail/alloc_helpers.hpp [3:5]
  452. include/boost/container/detail/iterator_to_raw_pointer.hpp [3:5]
  453. include/boost/container/detail/minimal_char_traits_header.hpp [3:3]
  454. include/boost/container/detail/next_capacity.hpp [3:5]
  455. include/boost/container/detail/placement_new.hpp [5:7]
  456. include/boost/container/new_allocator.hpp [3:5]
  457. KEEP COPYRIGHT_SERVICE_LABEL cc1022dd712816d11c03b1dfe171b614
  458. BELONGS ya.make
  459. License text:
  460. // (C) Copyright Ion Gaztanaga 2009-2013.
  461. Scancode info:
  462. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  463. Score : 100.00
  464. Match type : COPYRIGHT
  465. Files with this license:
  466. include/boost/container/detail/function_detector.hpp [3:3]
  467. KEEP COPYRIGHT_SERVICE_LABEL cf493f6fefc669355a842f7bfa617427
  468. BELONGS ya.make
  469. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/container_fwd.hpp at line 5
  470. License text:
  471. // (C) Copyright Ion Gaztanaga 2005-2014. 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: COPYRIGHT_SERVICE_LABEL
  476. Score : 100.00
  477. Match type : COPYRIGHT
  478. Files with this license:
  479. include/boost/container/container_fwd.hpp [3:5]
  480. KEEP COPYRIGHT_SERVICE_LABEL d7ec3b31087d40f4ec8d4f38c2654306
  481. BELONGS ya.make
  482. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/block_list.hpp at line 5, include/boost/container/detail/block_slist.hpp at line 5, include/boost/container/detail/dispatch_uses_allocator.hpp at line 5, include/boost/container/detail/dlmalloc.hpp at line 5, include/boost/container/detail/pool_resource.hpp at line 5, include/boost/container/pmr/deque.hpp at line 5, include/boost/container/pmr/devector.hpp at line 5, include/boost/container/pmr/flat_map.hpp at line 5, include/boost/container/pmr/flat_set.hpp at line 5, include/boost/container/pmr/global_resource.hpp at line 5, include/boost/container/pmr/list.hpp at line 5, include/boost/container/pmr/map.hpp at line 5, include/boost/container/pmr/memory_resource.hpp at line 5, include/boost/container/pmr/monotonic_buffer_resource.hpp at line 5, include/boost/container/pmr/polymorphic_allocator.hpp at line 5, include/boost/container/pmr/pool_options.hpp at line 5, include/boost/container/pmr/resource_adaptor.hpp at line 5, include/boost/container/pmr/set.hpp at line 5, include/boost/container/pmr/slist.hpp at line 5, include/boost/container/pmr/small_vector.hpp at line 5, include/boost/container/pmr/stable_vector.hpp at line 5, include/boost/container/pmr/string.hpp at line 5, include/boost/container/pmr/synchronized_pool_resource.hpp at line 5, include/boost/container/pmr/unsynchronized_pool_resource.hpp at line 5, include/boost/container/pmr/vector.hpp at line 5, include/boost/container/scoped_allocator_fwd.hpp at line 5, include/boost/container/small_vector.hpp at line 5, include/boost/container/uses_allocator_fwd.hpp at line 5, src/global_resource.cpp at line 5, src/monotonic_buffer_resource.cpp at line 5, src/pool_resource.cpp at line 5, src/synchronized_pool_resource.cpp at line 5, src/unsynchronized_pool_resource.cpp at line 5
  483. License text:
  484. // (C) Copyright Ion Gaztanaga 2015-2015. Distributed under the Boost
  485. // Software License, Version 1.0. (See accompanying file
  486. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  487. Scancode info:
  488. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  489. Score : 100.00
  490. Match type : COPYRIGHT
  491. Files with this license:
  492. include/boost/container/detail/block_list.hpp [3:5]
  493. include/boost/container/detail/block_slist.hpp [3:5]
  494. include/boost/container/detail/dispatch_uses_allocator.hpp [3:5]
  495. include/boost/container/detail/dlmalloc.hpp [3:5]
  496. include/boost/container/detail/pool_resource.hpp [3:5]
  497. include/boost/container/pmr/deque.hpp [3:5]
  498. include/boost/container/pmr/devector.hpp [3:5]
  499. include/boost/container/pmr/flat_map.hpp [3:5]
  500. include/boost/container/pmr/flat_set.hpp [3:5]
  501. include/boost/container/pmr/global_resource.hpp [3:5]
  502. include/boost/container/pmr/list.hpp [3:5]
  503. include/boost/container/pmr/map.hpp [3:5]
  504. include/boost/container/pmr/memory_resource.hpp [3:5]
  505. include/boost/container/pmr/monotonic_buffer_resource.hpp [3:5]
  506. include/boost/container/pmr/polymorphic_allocator.hpp [3:5]
  507. include/boost/container/pmr/pool_options.hpp [3:5]
  508. include/boost/container/pmr/resource_adaptor.hpp [3:5]
  509. include/boost/container/pmr/set.hpp [3:5]
  510. include/boost/container/pmr/slist.hpp [3:5]
  511. include/boost/container/pmr/small_vector.hpp [3:5]
  512. include/boost/container/pmr/stable_vector.hpp [3:5]
  513. include/boost/container/pmr/string.hpp [3:5]
  514. include/boost/container/pmr/synchronized_pool_resource.hpp [3:5]
  515. include/boost/container/pmr/unsynchronized_pool_resource.hpp [3:5]
  516. include/boost/container/pmr/vector.hpp [3:5]
  517. include/boost/container/scoped_allocator_fwd.hpp [3:5]
  518. include/boost/container/small_vector.hpp [3:5]
  519. include/boost/container/uses_allocator_fwd.hpp [3:5]
  520. src/global_resource.cpp [3:5]
  521. src/monotonic_buffer_resource.cpp [3:5]
  522. src/pool_resource.cpp [3:5]
  523. src/synchronized_pool_resource.cpp [3:5]
  524. src/unsynchronized_pool_resource.cpp [3:5]
  525. KEEP COPYRIGHT_SERVICE_LABEL ed33a295420b87828ef60265f63d923e
  526. BELONGS ya.make
  527. FILE_INCLUDE LICENSE_1_0.txt found in files: include/boost/container/detail/guards_dended.hpp at line 6, include/boost/container/devector.hpp at line 6
  528. Note: matched license text is too long. Read it in the source files.
  529. Scancode info:
  530. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  531. Score : 100.00
  532. Match type : COPYRIGHT
  533. Files with this license:
  534. include/boost/container/detail/guards_dended.hpp [3:6]
  535. include/boost/container/devector.hpp [3:6]