devtools.licenses.report 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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 07d4ea27a275fc0b7043690f14bf03f1
  36. BELONGS ya.make
  37. License text:
  38. // (C) Copyright Ion Gaztanaga 2006-2012. Distributed under the Boost
  39. // 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/interprocess/detail/file_wrapper.hpp [3:5]
  48. include/boost/interprocess/detail/managed_open_or_create_impl.hpp [3:5]
  49. include/boost/interprocess/smart_ptr/detail/shared_count.hpp [7:9]
  50. include/boost/interprocess/smart_ptr/enable_shared_from_this.hpp [6:8]
  51. include/boost/interprocess/smart_ptr/intrusive_ptr.hpp [6:8]
  52. include/boost/interprocess/smart_ptr/scoped_ptr.hpp [7:9]
  53. SKIP LicenseRef-scancode-other-permissive 0bee3b00e8750de5f3ce9c579c53bed5
  54. BELONGS ya.make
  55. License text:
  56. // in supporting documentation. William E. Kempf makes no representations
  57. // about the suitability of this software for any purpose.
  58. // It is provided "as is" without express or implied warranty.
  59. Scancode info:
  60. Original SPDX id: LicenseRef-scancode-other-permissive
  61. Score : 100.00
  62. Match type : NOTICE
  63. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  64. Files with this license:
  65. include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [22:24]
  66. include/boost/interprocess/sync/posix/mutex.hpp [22:24]
  67. include/boost/interprocess/sync/posix/recursive_mutex.hpp [22:24]
  68. include/boost/interprocess/sync/spin/recursive_mutex.hpp [22:24]
  69. KEEP BSL-1.0 27c441c3cf7de0c94aaeb366f028696b
  70. BELONGS ya.make
  71. License text:
  72. // (C) Copyright Ion Gaztanaga 2020-2021. Distributed under the Boost
  73. // Software License, Version 1.0. (See accompanying file
  74. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  75. Scancode info:
  76. Original SPDX id: BSL-1.0
  77. Score : 100.00
  78. Match type : NOTICE
  79. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  80. Files with this license:
  81. include/boost/interprocess/detail/char_wchar_holder.hpp [3:5]
  82. KEEP BSL-1.0 2cc71fe4bd12718a9884bf7ff37269f3
  83. BELONGS ya.make
  84. License text:
  85. // Distributed under the Boost Software License, Version 1.0.
  86. // (See accompanying file LICENSE_1_0.txt or copy at
  87. // http://www.boost.org/LICENSE_1_0.txt)
  88. Scancode info:
  89. Original SPDX id: BSL-1.0
  90. Score : 100.00
  91. Match type : NOTICE
  92. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  93. Files with this license:
  94. include/boost/interprocess/detail/min_max.hpp [5:7]
  95. include/boost/interprocess/detail/move.hpp [4:6]
  96. include/boost/interprocess/detail/mpl.hpp [5:7]
  97. include/boost/interprocess/detail/pointer_type.hpp [6:8]
  98. include/boost/interprocess/detail/timed_utils.hpp [5:7]
  99. include/boost/interprocess/detail/transform_iterator.hpp [6:8]
  100. include/boost/interprocess/detail/type_traits.hpp [5:7]
  101. include/boost/interprocess/detail/utilities.hpp [6:8]
  102. include/boost/interprocess/smart_ptr/deleter.hpp [5:7]
  103. include/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp [5:7]
  104. include/boost/interprocess/smart_ptr/shared_ptr.hpp [8:10]
  105. include/boost/interprocess/smart_ptr/weak_ptr.hpp [7:9]
  106. KEEP BSL-1.0 304c8552dc56cab871c2de4763ff6fc9
  107. BELONGS ya.make
  108. License text:
  109. // Distributed under the Boost Software License, Version 1.0.
  110. // (See accompanying file LICENSE_1_0.txt or copy at
  111. // http://www.boost.org/LICENSE_1_0.txt)
  112. Scancode info:
  113. Original SPDX id: BSL-1.0
  114. Score : 100.00
  115. Match type : NOTICE
  116. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  117. Files with this license:
  118. include/boost/interprocess/detail/math_functions.hpp [6:8]
  119. KEEP BSL-1.0 3a69d67d5822ad2987752d722c44ca2a
  120. BELONGS ya.make
  121. License text:
  122. // (C) Copyright Ion Gaztanaga 2007-2014. Distributed under the Boost
  123. // Software License, Version 1.0. (See accompanying file
  124. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  125. Scancode info:
  126. Original SPDX id: BSL-1.0
  127. Score : 100.00
  128. Match type : NOTICE
  129. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  130. Files with this license:
  131. include/boost/interprocess/detail/shared_dir_helpers.hpp [3:5]
  132. KEEP BSL-1.0 47a0454637d4fa45d78eb2557ccd70c4
  133. BELONGS ya.make
  134. License text:
  135. // Distributed under the Boost Software License, Version 1.0. (See
  136. // accompanying file LICENSE_1_0.txt or copy at
  137. // http://www.boost.org/LICENSE_1_0.txt)
  138. Scancode info:
  139. Original SPDX id: BSL-1.0
  140. Score : 100.00
  141. Match type : NOTICE
  142. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  143. Files with this license:
  144. include/boost/interprocess/detail/atomic.hpp [7:9]
  145. include/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp [16:18]
  146. include/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp [20:22]
  147. KEEP BSL-1.0 4d5252e413de14514a327fd589154ef8
  148. BELONGS ya.make
  149. License text:
  150. // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
  151. // Software License, Version 1.0. (See accompanying file
  152. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  153. Scancode info:
  154. Original SPDX id: BSL-1.0
  155. Score : 100.00
  156. Match type : NOTICE
  157. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  158. Files with this license:
  159. include/boost/interprocess/detail/os_thread_functions.hpp [3:5]
  160. KEEP BSL-1.0 4ea1383dd870de8fa4ba78b3f077f660
  161. BELONGS ya.make
  162. License text:
  163. // (C) Copyright Ion Gaztanaga 2009-2012. Distributed under the Boost
  164. // Software License, Version 1.0. (See accompanying file
  165. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  166. Scancode info:
  167. Original SPDX id: BSL-1.0
  168. Score : 100.00
  169. Match type : NOTICE
  170. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  171. Files with this license:
  172. include/boost/interprocess/containers/containers_fwd.hpp [3:5]
  173. include/boost/interprocess/detail/file_locking_helpers.hpp [3:5]
  174. include/boost/interprocess/detail/intermodule_singleton.hpp [3:5]
  175. include/boost/interprocess/detail/intermodule_singleton_common.hpp [3:5]
  176. include/boost/interprocess/detail/managed_global_memory.hpp [3:5]
  177. include/boost/interprocess/detail/portable_intermodule_singleton.hpp [3:5]
  178. include/boost/interprocess/detail/windows_intermodule_singleton.hpp [3:5]
  179. include/boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp [3:5]
  180. include/boost/interprocess/xsi_shared_memory.hpp [3:5]
  181. KEEP BSL-1.0 4ebf5547dee6ab6b8aeb6b822352227b
  182. BELONGS ya.make
  183. License text:
  184. // (C) Copyright Ion Gaztanaga 2005-2015. Distributed under the Boost
  185. // Software License, Version 1.0. (See accompanying file
  186. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  187. Scancode info:
  188. Original SPDX id: BSL-1.0
  189. Score : 100.00
  190. Match type : NOTICE
  191. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  192. Files with this license:
  193. include/boost/interprocess/detail/win32_api.hpp [3:5]
  194. include/boost/interprocess/detail/workaround.hpp [3:5]
  195. include/boost/interprocess/exceptions.hpp [3:5]
  196. include/boost/interprocess/offset_ptr.hpp [3:5]
  197. KEEP BSL-1.0 4ee4563f1657e4bee051a7033c20db63
  198. BELONGS ya.make
  199. License text:
  200. // (C) Copyright Ion Gaztanaga 2009. Distributed under the Boost
  201. // Software License, Version 1.0. (See accompanying file
  202. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  203. Scancode info:
  204. Original SPDX id: BSL-1.0
  205. Score : 100.00
  206. Match type : NOTICE
  207. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  208. Files with this license:
  209. include/boost/interprocess/xsi_key.hpp [3:5]
  210. KEEP Mit-Old-Style 55e81d3c6ec19a0377f36e6e6d487cd9
  211. BELONGS ya.make
  212. Note: matched license text is too long. Read it in the source files.
  213. Scancode info:
  214. Original SPDX id: LicenseRef-scancode-mit-old-style
  215. Score : 100.00
  216. Match type : TEXT
  217. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
  218. Files with this license:
  219. include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [18:22]
  220. include/boost/interprocess/sync/posix/mutex.hpp [18:22]
  221. include/boost/interprocess/sync/posix/recursive_mutex.hpp [18:22]
  222. include/boost/interprocess/sync/spin/recursive_mutex.hpp [18:22]
  223. KEEP BSL-1.0 56f4fcb5d91e0daef7ad21bf68734337
  224. BELONGS ya.make
  225. License text:
  226. // (C) Copyright Ion Gaztanaga 2008-2012. Distributed under the Boost
  227. // Software License, Version 1.0. (See accompanying file
  228. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  229. Scancode info:
  230. Original SPDX id: BSL-1.0
  231. Score : 100.00
  232. Match type : NOTICE
  233. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  234. Files with this license:
  235. include/boost/interprocess/allocators/detail/allocator_common.hpp [3:5]
  236. include/boost/interprocess/containers/allocation_type.hpp [3:5]
  237. include/boost/interprocess/containers/deque.hpp [3:5]
  238. include/boost/interprocess/containers/flat_map.hpp [3:5]
  239. include/boost/interprocess/containers/flat_set.hpp [3:5]
  240. include/boost/interprocess/containers/list.hpp [3:5]
  241. include/boost/interprocess/containers/map.hpp [3:5]
  242. include/boost/interprocess/containers/pair.hpp [3:5]
  243. include/boost/interprocess/containers/set.hpp [3:5]
  244. include/boost/interprocess/containers/slist.hpp [3:5]
  245. include/boost/interprocess/containers/stable_vector.hpp [3:5]
  246. include/boost/interprocess/containers/string.hpp [3:5]
  247. include/boost/interprocess/containers/vector.hpp [3:5]
  248. include/boost/interprocess/containers/version_type.hpp [3:5]
  249. include/boost/interprocess/detail/variadic_templates_tools.hpp [3:5]
  250. include/boost/interprocess/managed_xsi_shared_memory.hpp [3:5]
  251. KEEP BSL-1.0 67d6eeedc82fbc62f6f52eb0c128e9e6
  252. BELONGS ya.make
  253. License text:
  254. // (C) Copyright Ion Gaztanaga 2012-2013. Distributed under the Boost
  255. // Software License, Version 1.0. (See accompanying file
  256. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  257. Scancode info:
  258. Original SPDX id: BSL-1.0
  259. Score : 100.00
  260. Match type : NOTICE
  261. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  262. Files with this license:
  263. include/boost/interprocess/sync/detail/common_algorithms.hpp [3:5]
  264. KEEP BSL-1.0 6dd5c9f652ff038348bb42aa68a7164c
  265. BELONGS ya.make
  266. License text:
  267. // (C) Copyright Ion Gaztanaga 2010-2012. Distributed under the Boost
  268. // Software License, Version 1.0. (See accompanying file
  269. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  270. Scancode info:
  271. Original SPDX id: BSL-1.0
  272. Score : 100.00
  273. Match type : NOTICE
  274. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  275. Files with this license:
  276. include/boost/interprocess/detail/robust_emulation.hpp [3:5]
  277. KEEP BSL-1.0 7046eb5e05d97f8094aad004556f5459
  278. BELONGS ya.make
  279. License text:
  280. // (C) Copyright Ion Gaztanaga 2006-2014. Distributed under the Boost
  281. // Software License, Version 1.0. (See accompanying file
  282. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  283. Scancode info:
  284. Original SPDX id: BSL-1.0
  285. Score : 100.00
  286. Match type : NOTICE
  287. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  288. Files with this license:
  289. include/boost/interprocess/smart_ptr/unique_ptr.hpp [3:5]
  290. KEEP BSL-1.0 745252704aa72167f50d9aad40337785
  291. BELONGS ya.make
  292. License text:
  293. // Distributed under the Boost Software License, Version 1.0.
  294. // See accompanying file LICENSE_1_0.txt or copy at
  295. // http://www.boost.org/LICENSE_1_0.txt
  296. Scancode info:
  297. Original SPDX id: BSL-1.0
  298. Score : 100.00
  299. Match type : NOTICE
  300. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  301. Files with this license:
  302. include/boost/interprocess/detail/os_thread_functions.hpp [18:20]
  303. KEEP BSL-1.0 75a19a6388a7f4489e2a025313437ca8
  304. BELONGS ya.make
  305. License text:
  306. // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
  307. // Software License, Version 1.0. (See accompanying file
  308. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  309. Scancode info:
  310. Original SPDX id: BSL-1.0
  311. Score : 100.00
  312. Match type : NOTICE
  313. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  314. Files with this license:
  315. include/boost/interprocess/allocators/adaptive_pool.hpp [3:5]
  316. include/boost/interprocess/allocators/allocator.hpp [3:5]
  317. include/boost/interprocess/allocators/cached_adaptive_pool.hpp [3:5]
  318. include/boost/interprocess/allocators/cached_node_allocator.hpp [3:5]
  319. include/boost/interprocess/allocators/detail/adaptive_node_pool.hpp [3:5]
  320. include/boost/interprocess/allocators/detail/node_pool.hpp [3:5]
  321. include/boost/interprocess/allocators/node_allocator.hpp [3:5]
  322. include/boost/interprocess/allocators/private_adaptive_pool.hpp [3:5]
  323. include/boost/interprocess/allocators/private_node_allocator.hpp [3:5]
  324. include/boost/interprocess/anonymous_shared_memory.hpp [3:5]
  325. include/boost/interprocess/creation_tags.hpp [3:5]
  326. include/boost/interprocess/detail/cast_tags.hpp [3:5]
  327. include/boost/interprocess/detail/config_begin.hpp [3:5]
  328. include/boost/interprocess/detail/config_end.hpp [3:5]
  329. include/boost/interprocess/detail/in_place_interface.hpp [3:5]
  330. include/boost/interprocess/detail/managed_memory_impl.hpp [3:5]
  331. include/boost/interprocess/detail/named_proxy.hpp [3:5]
  332. include/boost/interprocess/detail/os_file_functions.hpp [3:5]
  333. include/boost/interprocess/detail/segment_manager_helper.hpp [3:5]
  334. include/boost/interprocess/errors.hpp [3:5]
  335. include/boost/interprocess/file_mapping.hpp [3:5]
  336. include/boost/interprocess/indexes/flat_map_index.hpp [3:5]
  337. include/boost/interprocess/indexes/iset_index.hpp [3:5]
  338. include/boost/interprocess/indexes/iunordered_set_index.hpp [3:5]
  339. include/boost/interprocess/indexes/map_index.hpp [3:5]
  340. include/boost/interprocess/indexes/null_index.hpp [3:5]
  341. include/boost/interprocess/interprocess_fwd.hpp [3:5]
  342. include/boost/interprocess/ipc/message_queue.hpp [3:5]
  343. include/boost/interprocess/managed_external_buffer.hpp [3:5]
  344. include/boost/interprocess/managed_heap_memory.hpp [3:5]
  345. include/boost/interprocess/managed_mapped_file.hpp [3:5]
  346. include/boost/interprocess/managed_shared_memory.hpp [3:5]
  347. include/boost/interprocess/managed_windows_shared_memory.hpp [3:5]
  348. include/boost/interprocess/mapped_region.hpp [3:5]
  349. include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp [3:5]
  350. include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp [3:5]
  351. include/boost/interprocess/mem_algo/rbtree_best_fit.hpp [3:5]
  352. include/boost/interprocess/mem_algo/simple_seq_fit.hpp [3:5]
  353. include/boost/interprocess/permissions.hpp [3:5]
  354. include/boost/interprocess/segment_manager.hpp [3:5]
  355. include/boost/interprocess/shared_memory_object.hpp [3:5]
  356. include/boost/interprocess/streams/bufferstream.hpp [3:5]
  357. include/boost/interprocess/streams/vectorstream.hpp [3:5]
  358. include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp [3:5]
  359. include/boost/interprocess/sync/file_lock.hpp [3:5]
  360. include/boost/interprocess/sync/interprocess_condition.hpp [3:5]
  361. include/boost/interprocess/sync/interprocess_mutex.hpp [3:5]
  362. include/boost/interprocess/sync/interprocess_recursive_mutex.hpp [3:5]
  363. include/boost/interprocess/sync/interprocess_semaphore.hpp [3:5]
  364. include/boost/interprocess/sync/interprocess_sharable_mutex.hpp [7:9]
  365. include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp [5:7]
  366. include/boost/interprocess/sync/lock_options.hpp [3:5]
  367. include/boost/interprocess/sync/mutex_family.hpp [3:5]
  368. include/boost/interprocess/sync/named_condition.hpp [3:5]
  369. include/boost/interprocess/sync/named_condition_any.hpp [3:5]
  370. include/boost/interprocess/sync/named_mutex.hpp [3:5]
  371. include/boost/interprocess/sync/named_recursive_mutex.hpp [3:5]
  372. include/boost/interprocess/sync/named_semaphore.hpp [3:5]
  373. include/boost/interprocess/sync/named_sharable_mutex.hpp [3:5]
  374. include/boost/interprocess/sync/named_upgradable_mutex.hpp [3:5]
  375. include/boost/interprocess/sync/null_mutex.hpp [3:5]
  376. include/boost/interprocess/sync/posix/condition.hpp [3:5]
  377. include/boost/interprocess/sync/posix/mutex.hpp [3:5]
  378. include/boost/interprocess/sync/posix/named_mutex.hpp [3:5]
  379. include/boost/interprocess/sync/posix/named_semaphore.hpp [3:5]
  380. include/boost/interprocess/sync/posix/pthread_helpers.hpp [3:5]
  381. include/boost/interprocess/sync/posix/recursive_mutex.hpp [3:5]
  382. include/boost/interprocess/sync/posix/semaphore.hpp [3:5]
  383. include/boost/interprocess/sync/posix/semaphore_wrapper.hpp [3:5]
  384. include/boost/interprocess/sync/posix/timepoint_to_timespec.hpp [3:5]
  385. include/boost/interprocess/sync/scoped_lock.hpp [3:5]
  386. include/boost/interprocess/sync/sharable_lock.hpp [3:5]
  387. include/boost/interprocess/sync/shm/named_condition.hpp [3:5]
  388. include/boost/interprocess/sync/shm/named_condition_any.hpp [3:5]
  389. include/boost/interprocess/sync/shm/named_mutex.hpp [3:5]
  390. include/boost/interprocess/sync/shm/named_recursive_mutex.hpp [3:5]
  391. include/boost/interprocess/sync/shm/named_semaphore.hpp [3:5]
  392. include/boost/interprocess/sync/shm/named_upgradable_mutex.hpp [3:5]
  393. include/boost/interprocess/sync/spin/condition.hpp [3:5]
  394. include/boost/interprocess/sync/spin/mutex.hpp [3:5]
  395. include/boost/interprocess/sync/spin/recursive_mutex.hpp [3:5]
  396. include/boost/interprocess/sync/spin/semaphore.hpp [3:5]
  397. include/boost/interprocess/sync/upgradable_lock.hpp [3:5]
  398. include/boost/interprocess/sync/windows/condition.hpp [3:5]
  399. include/boost/interprocess/sync/windows/mutex.hpp [3:5]
  400. include/boost/interprocess/sync/windows/recursive_mutex.hpp [3:5]
  401. include/boost/interprocess/sync/windows/semaphore.hpp [3:5]
  402. include/boost/interprocess/sync/windows/sync_utils.hpp [3:5]
  403. include/boost/interprocess/windows_shared_memory.hpp [3:5]
  404. KEEP BSL-1.0 8abbac2c705b0911702566954b0ebe9b
  405. BELONGS ya.make
  406. License text:
  407. // Distributed under the Boost Software License, Version 1.0. (See
  408. // accompanying file LICENSE_1_0.txt or copy at
  409. // http://www.boost.org/LICENSE_1_0.txt)
  410. Scancode info:
  411. Original SPDX id: BSL-1.0
  412. Score : 100.00
  413. Match type : NOTICE
  414. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  415. Files with this license:
  416. include/boost/interprocess/sync/cv_status.hpp [6:8]
  417. KEEP BSL-1.0 9345cd12d4429cfc366f36202f6b68bd
  418. BELONGS ya.make
  419. License text:
  420. // (C) Copyright Ion Gaztanaga 2007-2012. Distributed under the Boost
  421. // Software License, Version 1.0. (See accompanying file
  422. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  423. Scancode info:
  424. Original SPDX id: BSL-1.0
  425. Score : 100.00
  426. Match type : NOTICE
  427. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  428. Files with this license:
  429. include/boost/interprocess/allocators/detail/node_tools.hpp [3:5]
  430. include/boost/interprocess/detail/interprocess_tester.hpp [3:5]
  431. include/boost/interprocess/sync/shm/named_creation_functor.hpp [3:5]
  432. KEEP Mit-Old-Style 99b210ed9efe704d061e43a6c4c4beb3
  433. BELONGS ya.make
  434. Note: matched license text is too long. Read it in the source files.
  435. Scancode info:
  436. Original SPDX id: LicenseRef-scancode-mit-old-style
  437. Score : 100.00
  438. Match type : TEXT
  439. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
  440. Files with this license:
  441. include/boost/interprocess/streams/bufferstream.hpp [20:26]
  442. include/boost/interprocess/streams/vectorstream.hpp [20:26]
  443. KEEP BSL-1.0 9c9d1b849de44df51c32aee55e3233e2
  444. BELONGS ya.make
  445. License text:
  446. // (C) Copyright Ion Gaztanaga 2023-2024. Distributed under the Boost
  447. // Software License, Version 1.0. (See accompanying file
  448. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  449. Scancode info:
  450. Original SPDX id: BSL-1.0
  451. Score : 100.00
  452. Match type : NOTICE
  453. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  454. Files with this license:
  455. include/boost/interprocess/timed_utils.hpp [3:5]
  456. KEEP BSL-1.0 b2055be15799034e5690865f2062c03a
  457. BELONGS ya.make
  458. License text:
  459. // (C) Copyright Ion Gaztanaga 2011-2012. Distributed under the Boost
  460. // Software License, Version 1.0. (See accompanying file
  461. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  462. Scancode info:
  463. Original SPDX id: BSL-1.0
  464. Score : 100.00
  465. Match type : NOTICE
  466. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  467. Files with this license:
  468. include/boost/interprocess/sync/windows/named_condition.hpp [3:5]
  469. include/boost/interprocess/sync/windows/named_condition_any.hpp [3:5]
  470. include/boost/interprocess/sync/windows/named_mutex.hpp [3:5]
  471. include/boost/interprocess/sync/windows/named_recursive_mutex.hpp [3:5]
  472. include/boost/interprocess/sync/windows/named_semaphore.hpp [3:5]
  473. include/boost/interprocess/sync/windows/named_sync.hpp [3:5]
  474. include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp [3:5]
  475. include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp [3:5]
  476. include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp [3:5]
  477. KEEP BSL-1.0 b6a409674a4ee07847ea12b101a0118a
  478. BELONGS ya.make
  479. License text:
  480. // (C) Copyright Ion Gaztanaga 2006. Distributed under the Boost
  481. // Software License, Version 1.0. (See accompanying file
  482. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  483. Scancode info:
  484. Original SPDX id: BSL-1.0
  485. Score : 100.00
  486. Match type : NOTICE
  487. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  488. Files with this license:
  489. include/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp [6:8]
  490. include/boost/interprocess/sync/spin/interprocess_barrier.hpp [3:5]
  491. KEEP BSL-1.0 bfce030a4887d21b304b87b154737065
  492. BELONGS ya.make
  493. License text:
  494. // (C) Copyright Ion Gaztanaga 2013-2013. Distributed under the Boost
  495. // Software License, Version 1.0. (See accompanying file
  496. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  497. Scancode info:
  498. Original SPDX id: BSL-1.0
  499. Score : 100.00
  500. Match type : NOTICE
  501. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  502. Files with this license:
  503. include/boost/interprocess/sync/spin/wait.hpp [4:6]
  504. KEEP BSL-1.0 d4d0d34f805f5eee001a987f1e04a4a4
  505. BELONGS ya.make
  506. License text:
  507. // (C) Copyright Ion Gaztanaga 2012-2012. Distributed under the Boost
  508. // Software License, Version 1.0. (See accompanying file
  509. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  510. Scancode info:
  511. Original SPDX id: BSL-1.0
  512. Score : 100.00
  513. Match type : NOTICE
  514. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  515. Files with this license:
  516. include/boost/interprocess/detail/config_external_begin.hpp [3:5]
  517. include/boost/interprocess/detail/config_external_end.hpp [3:5]
  518. include/boost/interprocess/sync/detail/condition_any_algorithm.hpp [3:5]
  519. include/boost/interprocess/sync/detail/locks.hpp [3:5]
  520. include/boost/interprocess/sync/interprocess_condition_any.hpp [3:5]
  521. KEEP BSL-1.0 d61752484f220755bd1f5e838c59307b
  522. BELONGS ya.make
  523. License text:
  524. // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost
  525. // Software License, Version 1.0. (See accompanying file
  526. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  527. Scancode info:
  528. Original SPDX id: BSL-1.0
  529. Score : 100.00
  530. Match type : NOTICE
  531. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  532. Files with this license:
  533. include/boost/interprocess/detail/nothrow.hpp [3:5]
  534. include/boost/interprocess/detail/simple_swap.hpp [5:7]
  535. include/boost/interprocess/detail/std_fwd.hpp [3:5]
  536. KEEP BSL-1.0 f0421be5a87b237d5f722433355f7a9e
  537. BELONGS ya.make
  538. License text:
  539. // Use, modification, and distribution is subject to the Boost Software
  540. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
  541. // at http://www.boost.org/LICENSE_1_0.txt)
  542. Scancode info:
  543. Original SPDX id: BSL-1.0
  544. Score : 96.88
  545. Match type : NOTICE
  546. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  547. Files with this license:
  548. include/boost/interprocess/errors.hpp [15:17]
  549. KEEP BSL-1.0 fe371f5eab8bfd96a6b2bcb62751072f
  550. BELONGS ya.make
  551. License text:
  552. // (C) Copyright Howard Hinnant 2007-2010. Distributed under the Boost
  553. // Software License, Version 1.0. (see 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/interprocess/sync/interprocess_sharable_mutex.hpp [4:5]