devtools.copyrights.report 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  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 00306b5bf840cff6a0c995cf8f997dcc
  36. BELONGS ya.make
  37. License text:
  38. // (C) Copyright 2006-7 Anthony Williams
  39. Scancode info:
  40. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  41. Score : 100.00
  42. Match type : COPYRIGHT
  43. Files with this license:
  44. include/boost/thread/once.hpp [6:6]
  45. include/boost/thread/win32/recursive_mutex.hpp [6:6]
  46. KEEP COPYRIGHT_SERVICE_LABEL 02fd0bffdaa1688b60dc1f4a812b1f2f
  47. BELONGS ya.make
  48. License text:
  49. // Copyright (C) 2014 Ian Forbed
  50. // Copyright (C) 2014-2015 Vicente J. Botet Escriba
  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/thread/executors/detail/scheduled_executor_base.hpp [1:2]
  57. KEEP COPYRIGHT_SERVICE_LABEL 03fc205eb6fb14f22d2d4775df350ecf
  58. BELONGS ya.make
  59. License text:
  60. // Copyright (C) 2001-2003
  61. // William E. Kempf
  62. // (C) Copyright 2008-9 Anthony Williams
  63. Scancode info:
  64. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  65. Score : 100.00
  66. Match type : COPYRIGHT
  67. Files with this license:
  68. include/boost/thread.hpp [1:3]
  69. KEEP COPYRIGHT_SERVICE_LABEL 0419fdd63b42fd26712eab44faf73a27
  70. BELONGS ya.make
  71. License text:
  72. // (C) Copyright 2008-2009,2012 Vicente J. Botet Escriba
  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/thread/strict_lock.hpp [4:4]
  79. KEEP COPYRIGHT_SERVICE_LABEL 04c0ce13b53ae65fb4aacbc3f256260b
  80. BELONGS ya.make
  81. License text:
  82. // Copyright (C) 2002-2003
  83. // David Moore, William E. Kempf
  84. // Copyright (C) 2007-8 Anthony Williams
  85. // (C) Copyright 2013 Vicente J. Botet Escriba
  86. Scancode info:
  87. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  88. Score : 100.00
  89. Match type : COPYRIGHT
  90. Files with this license:
  91. include/boost/thread/barrier.hpp [1:4]
  92. include/boost/thread/xtime.hpp [1:3]
  93. src/pthread/thread.cpp [1:4]
  94. KEEP COPYRIGHT_SERVICE_LABEL 05adeceb37523fe0339d6f28b148cbe2
  95. BELONGS ya.make
  96. License text:
  97. // (C) Copyright 2013 Ruslan Baratov
  98. // Copyright (C) 2014 Vicente J. Botet Escriba
  99. Scancode info:
  100. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  101. Score : 100.00
  102. Match type : COPYRIGHT
  103. Files with this license:
  104. include/boost/thread/csbl/memory/shared_ptr.hpp [1:1]
  105. include/boost/thread/executors/detail/priority_executor_base.hpp [1:2]
  106. include/boost/thread/executors/generic_executor_ref.hpp [1:1]
  107. include/boost/thread/executors/inline_executor.hpp [1:1]
  108. include/boost/thread/executors/scheduled_thread_pool.hpp [1:2]
  109. include/boost/thread/executors/scheduler.hpp [1:1]
  110. include/boost/thread/executors/scheduling_adaptor.hpp [1:2]
  111. include/boost/thread/executors/thread_executor.hpp [1:1]
  112. include/boost/thread/with_lock_guard.hpp [1:2]
  113. KEEP COPYRIGHT_SERVICE_LABEL 14ca74a6c57686dced35dc7c6c99c615
  114. BELONGS ya.make
  115. License text:
  116. // Copyright (C) 2012 Vicente J. Botet Escriba
  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/thread/detail/delete.hpp [1:1]
  123. include/boost/thread/detail/invoker.hpp [1:1]
  124. include/boost/thread/detail/log.hpp [1:1]
  125. KEEP COPYRIGHT_SERVICE_LABEL 15236ff1a242179fe99b3db6441bef51
  126. BELONGS ya.make
  127. License text:
  128. // Copyright Howard Hinnant 2007-2010.
  129. // Copyright Vicente J. Botet Escriba 2012.
  130. Scancode info:
  131. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  132. Score : 100.00
  133. Match type : COPYRIGHT
  134. Files with this license:
  135. include/boost/thread/v2/shared_mutex.hpp [6:7]
  136. KEEP COPYRIGHT_SERVICE_LABEL 16032898d1264a298670223659b54ff0
  137. BELONGS ya.make
  138. License text:
  139. // Copyright (C) 2015 Vicente J. Botet Escriba
  140. Scancode info:
  141. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  142. Score : 100.00
  143. Match type : COPYRIGHT
  144. Files with this license:
  145. include/boost/thread/csbl/queue.hpp [1:1]
  146. include/boost/thread/executors/serial_executor_cont.hpp [1:1]
  147. KEEP COPYRIGHT_SERVICE_LABEL 160f7dd82fcdd6e80a6e06d84c5a5cca
  148. BELONGS ya.make
  149. License text:
  150. // Copyright Howard Hinnant 2007-2010.
  151. // Copyright Vicente J. Botet Escriba 2012.
  152. Scancode info:
  153. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  154. Score : 100.00
  155. Match type : COPYRIGHT
  156. Files with this license:
  157. include/boost/thread/v2/shared_mutex.hpp [6:7]
  158. KEEP COPYRIGHT_SERVICE_LABEL 18b9bbddbcb28f4b2be6c0306fb4568c
  159. BELONGS ya.make
  160. License text:
  161. // Copyright 2023 Peter Dimov
  162. // Distributed under the Boost Software License, Version 1.0.
  163. // https://www.boost.org/LICENSE_1_0.txt
  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/thread/detail/string_to_unsigned.hpp [4:6]
  170. include/boost/thread/detail/string_trim.hpp [4:6]
  171. KEEP COPYRIGHT_SERVICE_LABEL 19a141ac32c2d6744e67364352a18f40
  172. BELONGS ya.make
  173. License text:
  174. // (C) Copyright 2008 Anthony Williams
  175. Scancode info:
  176. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  177. Score : 100.00
  178. Match type : COPYRIGHT
  179. Files with this license:
  180. include/boost/thread/detail/thread_heap_alloc.hpp [6:6]
  181. include/boost/thread/pthread/thread_heap_alloc.hpp [4:6]
  182. include/boost/thread/win32/mfc_thread_init.hpp [6:7]
  183. include/boost/thread/win32/thread_data.hpp [6:7]
  184. KEEP COPYRIGHT_SERVICE_LABEL 19a677ea551d13c9ed7c1861dbc9551b
  185. BELONGS ya.make
  186. License text:
  187. // (C) Copyright 2014 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/thread/exceptional_ptr.hpp [4:4]
  194. KEEP COPYRIGHT_SERVICE_LABEL 1df4aa5e098ec150d661f196ac67b29d
  195. BELONGS ya.make
  196. License text:
  197. // Copyright (C) 2013,2014 Vicente J. Botet Escriba
  198. Scancode info:
  199. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  200. Score : 100.00
  201. Match type : COPYRIGHT
  202. Files with this license:
  203. include/boost/thread/executors/executor.hpp [1:1]
  204. include/boost/thread/executors/executor_adaptor.hpp [1:1]
  205. include/boost/thread/executors/loop_executor.hpp [1:1]
  206. KEEP COPYRIGHT_SERVICE_LABEL 271724fafcb242b0c0f0c421b755f5aa
  207. BELONGS ya.make
  208. License text:
  209. // Copyright (C) 2002-2003
  210. // David Moore, William E. Kempf
  211. // Copyright (C) 2007-8 Anthony Williams
  212. // (C) Copyright 2013 Vicente J. Botet Escriba
  213. Scancode info:
  214. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  215. Score : 100.00
  216. Match type : COPYRIGHT
  217. Files with this license:
  218. include/boost/thread/barrier.hpp [1:4]
  219. KEEP COPYRIGHT_SERVICE_LABEL 29ef0d00b2aae64d2f0f466fcb3faa99
  220. BELONGS ya.make
  221. License text:
  222. // Copyright (C) 2011 Vicente J. Botet Escriba
  223. Scancode info:
  224. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  225. Score : 100.00
  226. Match type : COPYRIGHT
  227. Files with this license:
  228. include/boost/thread/cv_status.hpp [3:3]
  229. KEEP COPYRIGHT_SERVICE_LABEL 2a14a3997f9ef4f008c150826158909e
  230. BELONGS ya.make
  231. License text:
  232. // (C) Copyright 2008-10 Anthony Williams
  233. // (C) Copyright 2011-2015 Vicente J. Botet Escriba
  234. Scancode info:
  235. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  236. Score : 100.00
  237. Match type : COPYRIGHT
  238. Files with this license:
  239. include/boost/thread/future.hpp [1:2]
  240. include/boost/thread/futures/future_error.hpp [1:2]
  241. include/boost/thread/futures/future_error_code.hpp [1:2]
  242. include/boost/thread/futures/future_status.hpp [1:2]
  243. include/boost/thread/futures/is_future_type.hpp [1:2]
  244. include/boost/thread/futures/launch.hpp [1:2]
  245. include/boost/thread/futures/wait_for_all.hpp [1:2]
  246. include/boost/thread/futures/wait_for_any.hpp [1:2]
  247. KEEP COPYRIGHT_SERVICE_LABEL 36fea81184c5ae64a7624098ffc18c64
  248. BELONGS ya.make
  249. License text:
  250. // Copyright (C) 2001-2003
  251. // William E. Kempf
  252. // (C) Copyright 2008-9 Anthony Williams
  253. Scancode info:
  254. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  255. Score : 100.00
  256. Match type : COPYRIGHT
  257. Files with this license:
  258. include/boost/thread.hpp [1:3]
  259. include/boost/thread/detail/config.hpp [1:3]
  260. include/boost/thread/exceptions.hpp [1:4]
  261. include/boost/thread/xtime.hpp [1:3]
  262. src/pthread/thread.cpp [1:4]
  263. KEEP COPYRIGHT_SERVICE_LABEL 410d88c2deabcc121514205f7b161f95
  264. BELONGS ya.make
  265. License text:
  266. // (C) Copyright 2007-2010 Anthony Williams
  267. // (C) Copyright 2011-2012 Vicente J. Botet Escriba
  268. Scancode info:
  269. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  270. Score : 100.00
  271. Match type : COPYRIGHT
  272. Files with this license:
  273. include/boost/thread/detail/thread.hpp [6:7]
  274. KEEP COPYRIGHT_SERVICE_LABEL 41b036495e268c76ccf3abe1eba9c58c
  275. BELONGS ya.make
  276. License text:
  277. // Copyright (C) 2001-2003
  278. // Mac Murrett
  279. Scancode info:
  280. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  281. Score : 100.00
  282. Match type : COPYRIGHT
  283. Files with this license:
  284. include/boost/thread/detail/force_cast.hpp [1:2]
  285. include/boost/thread/detail/singleton.hpp [1:2]
  286. KEEP COPYRIGHT_SERVICE_LABEL 42a0e4b1cd46bc22e0b4299f63e2804a
  287. BELONGS ya.make
  288. License text:
  289. // (C) Copyright 2018 Andrey Semashev
  290. Scancode info:
  291. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  292. Score : 100.00
  293. Match type : COPYRIGHT
  294. Files with this license:
  295. src/win32/thread_primitives.cpp [3:3]
  296. KEEP COPYRIGHT_SERVICE_LABEL 465f2d3c2e755301a28bad2a637bfebe
  297. BELONGS ya.make
  298. License text:
  299. // (C) Copyright 2006-8 Anthony Williams
  300. // (C) Copyright 2011-2012,2017-2018 Vicente J. Botet Escriba
  301. Scancode info:
  302. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  303. Score : 100.00
  304. Match type : COPYRIGHT
  305. Files with this license:
  306. include/boost/thread/win32/basic_recursive_mutex.hpp [6:7]
  307. include/boost/thread/win32/shared_mutex.hpp [4:5]
  308. KEEP COPYRIGHT_SERVICE_LABEL 4b3a6c1fe0a4a17b8d5433d346ee3069
  309. BELONGS ya.make
  310. License text:
  311. // (C) Copyright 2009-2012 Anthony Williams
  312. // (C) Copyright 2012 Vicente J. Botet Escriba
  313. Scancode info:
  314. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  315. Score : 100.00
  316. Match type : COPYRIGHT
  317. Files with this license:
  318. include/boost/thread/scoped_thread.hpp [4:5]
  319. include/boost/thread/thread_functors.hpp [4:5]
  320. include/boost/thread/thread_guard.hpp [4:5]
  321. KEEP COPYRIGHT_SERVICE_LABEL 516975262145468c54f49513bc0bd39b
  322. BELONGS ya.make
  323. License text:
  324. // (C) Copyright 2008-10 Anthony Williams
  325. // (C) Copyright 2011-2012,2015 Vicente J. Botet Escriba
  326. Scancode info:
  327. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  328. Score : 100.00
  329. Match type : COPYRIGHT
  330. Files with this license:
  331. include/boost/thread/futures/future_error_code.hpp [1:2]
  332. KEEP COPYRIGHT_SERVICE_LABEL 5a55975c544a17d902b5b7a6165934ba
  333. BELONGS ya.make
  334. License text:
  335. // (C) Copyright 2008-10 Anthony Williams
  336. // (C) Copyright 2011-2015 Vicente J. Botet Escriba
  337. Scancode info:
  338. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  339. Score : 100.00
  340. Match type : COPYRIGHT
  341. Files with this license:
  342. include/boost/thread/future.hpp [1:2]
  343. include/boost/thread/futures/future_error.hpp [1:2]
  344. include/boost/thread/futures/future_status.hpp [1:2]
  345. include/boost/thread/futures/is_future_type.hpp [1:2]
  346. include/boost/thread/futures/launch.hpp [1:2]
  347. include/boost/thread/futures/wait_for_all.hpp [1:2]
  348. include/boost/thread/futures/wait_for_any.hpp [1:2]
  349. KEEP COPYRIGHT_SERVICE_LABEL 66c7426a103b2c0266f29cccdf5f2272
  350. BELONGS ya.make
  351. License text:
  352. // Copyright (C) 2002-2003
  353. // David Moore, William E. Kempf
  354. // Copyright (C) 2007-8 Anthony Williams
  355. // (C) Copyright 2013 Vicente J. Botet Escriba
  356. Scancode info:
  357. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  358. Score : 100.00
  359. Match type : COPYRIGHT
  360. Files with this license:
  361. include/boost/thread/barrier.hpp [1:4]
  362. include/boost/thread/completion_latch.hpp [4:4]
  363. include/boost/thread/detail/counter.hpp [4:4]
  364. include/boost/thread/interruption.hpp [1:3]
  365. include/boost/thread/latch.hpp [4:4]
  366. include/boost/thread/ostream_buffer.hpp [1:3]
  367. include/boost/thread/pthread/once_atomic.hpp [6:7]
  368. include/boost/thread/thread_only.hpp [6:6]
  369. src/pthread/once_atomic.cpp [1:2]
  370. KEEP COPYRIGHT_SERVICE_LABEL 6805e61dcffc0a494c7cc43bd2a4bf37
  371. BELONGS ya.make
  372. Note: matched license text is too long. Read it in the source files.
  373. Scancode info:
  374. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  375. Score : 100.00
  376. Match type : COPYRIGHT
  377. Files with this license:
  378. include/boost/thread/pthread/mutex.hpp [3:6]
  379. KEEP COPYRIGHT_SERVICE_LABEL 69bcb4be33af6a68ee5b2402e22c8a3b
  380. BELONGS ya.make
  381. License text:
  382. // Copyright (C) 2007 Anthony Williams
  383. Scancode info:
  384. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  385. Score : 100.00
  386. Match type : COPYRIGHT
  387. Files with this license:
  388. src/pthread/once.cpp [1:1]
  389. KEEP COPYRIGHT_SERVICE_LABEL 6e091bbf03d7f6fa9276d2cfcaddde71
  390. BELONGS ya.make
  391. License text:
  392. // (C) Copyright 2007-9 Anthony Williams
  393. Scancode info:
  394. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  395. Score : 100.00
  396. Match type : COPYRIGHT
  397. Files with this license:
  398. include/boost/thread/detail/thread_group.hpp [6:6]
  399. include/boost/thread/detail/thread_interruption.hpp [6:7]
  400. KEEP COPYRIGHT_SERVICE_LABEL 78f52b44d5b893e606b8a11043d0353f
  401. BELONGS ya.make
  402. License text:
  403. // (C) Copyright 2005-8 Anthony Williams
  404. // (C) Copyright 2012 Vicente J. Botet Escriba
  405. // (C) Copyright 2017 Andrey Semashev
  406. Scancode info:
  407. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  408. Score : 100.00
  409. Match type : COPYRIGHT
  410. Files with this license:
  411. include/boost/thread/win32/interlocked_read.hpp [6:8]
  412. KEEP COPYRIGHT_SERVICE_LABEL 7cae218a2138076c155d8b50261bee77
  413. BELONGS ya.make
  414. Note: matched license text is too long. Read it in the source files.
  415. Scancode info:
  416. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  417. Score : 100.00
  418. Match type : COPYRIGHT
  419. Files with this license:
  420. include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp [6:8]
  421. include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp [6:8]
  422. KEEP COPYRIGHT_SERVICE_LABEL 7d3641595f7238247355f3c0357d25ef
  423. BELONGS ya.make
  424. Note: matched license text is too long. Read it in the source files.
  425. Scancode info:
  426. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  427. Score : 100.00
  428. Match type : COPYRIGHT
  429. Files with this license:
  430. include/boost/thread/experimental/parallel/v2/task_region.hpp [6:8]
  431. KEEP COPYRIGHT_SERVICE_LABEL 8125ae3214a419e15087b23ef1f51e4e
  432. BELONGS ya.make
  433. License text:
  434. // Copyright (C) 2001-2003
  435. // William E. Kempf
  436. // Copyright (C) 2007-9 Anthony Williams
  437. // (C) Copyright 2011-2012 Vicente J. Botet Escriba
  438. Scancode info:
  439. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  440. Score : 100.00
  441. Match type : COPYRIGHT
  442. Files with this license:
  443. include/boost/thread/exceptions.hpp [1:4]
  444. KEEP COPYRIGHT_SERVICE_LABEL 85b21f7669ee2771cecab63ce53d186a
  445. BELONGS ya.make
  446. License text:
  447. // Copyright (C) 2014 Ian Forbed
  448. // Copyright (C) 2014-2017 Vicente J. Botet Escriba
  449. Scancode info:
  450. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  451. Score : 100.00
  452. Match type : COPYRIGHT
  453. Files with this license:
  454. include/boost/thread/concurrent_queues/sync_priority_queue.hpp [1:2]
  455. include/boost/thread/concurrent_queues/sync_timed_queue.hpp [1:2]
  456. include/boost/thread/executors/detail/priority_executor_base.hpp [1:2]
  457. include/boost/thread/executors/detail/scheduled_executor_base.hpp [1:2]
  458. include/boost/thread/executors/scheduled_thread_pool.hpp [1:2]
  459. include/boost/thread/executors/scheduling_adaptor.hpp [1:2]
  460. KEEP COPYRIGHT_SERVICE_LABEL 8b05c90361e2a6041cc75977d659ee19
  461. BELONGS ya.make
  462. License text:
  463. // (C) Copyright 2005-7 Anthony Williams
  464. // (C) Copyright 2005 John Maddock
  465. // (C) Copyright 2011-2013 Vicente J. Botet Escriba
  466. Scancode info:
  467. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  468. Score : 100.00
  469. Match type : COPYRIGHT
  470. Files with this license:
  471. include/boost/thread/win32/once.hpp [6:8]
  472. KEEP COPYRIGHT_SERVICE_LABEL 9304e817615e1bf062335597b6b77996
  473. BELONGS ya.make
  474. License text:
  475. // Copyright (C) 2001-2003
  476. // William E. Kempf
  477. // Copyright (C) 2011-2013 Vicente J. Botet Escriba
  478. Scancode info:
  479. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  480. Score : 100.00
  481. Match type : COPYRIGHT
  482. Files with this license:
  483. include/boost/thread/detail/config.hpp [1:3]
  484. include/boost/thread/detail/is_convertible.hpp [3:3]
  485. include/boost/thread/detail/memory.hpp [3:3]
  486. KEEP COPYRIGHT_SERVICE_LABEL 93093325a4c1f221f10cc90fc3ded37c
  487. BELONGS ya.make
  488. Note: matched license text is too long. Read it in the source files.
  489. Scancode info:
  490. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  491. Score : 100.00
  492. Match type : COPYRIGHT
  493. Files with this license:
  494. src/win32/tss_pe.cpp [2:7]
  495. KEEP COPYRIGHT_SERVICE_LABEL 94fb57d812bbd9c0831aa55e0e55380b
  496. BELONGS ya.make
  497. License text:
  498. // (C) Copyright 2013 Ruslan Baratov
  499. // Copyright (C) 2014 Vicente J. Botet Escriba
  500. Scancode info:
  501. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  502. Score : 100.00
  503. Match type : COPYRIGHT
  504. Files with this license:
  505. include/boost/thread/with_lock_guard.hpp [1:2]
  506. KEEP COPYRIGHT_SERVICE_LABEL 959e826399beb3963888a03796ddf093
  507. BELONGS ya.make
  508. License text:
  509. // (C) Copyright 2013,2015 Vicente J. Botet Escriba
  510. // Distributed under the Boost Software License, Version 1.0. (See
  511. // accompanying file LICENSE_1_0.txt or copy at
  512. Scancode info:
  513. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  514. Score : 100.00
  515. Match type : COPYRIGHT
  516. Files with this license:
  517. include/boost/thread/caller_context.hpp [1:3]
  518. KEEP COPYRIGHT_SERVICE_LABEL 9f5828e268910c36bf70e0636b1a5d36
  519. BELONGS ya.make
  520. License text:
  521. // (C) Copyright Michael Glassford 2004.
  522. // Use, modification and distribution are subject to the
  523. // Boost Software License, Version 1.0. (See accompanying file
  524. Scancode info:
  525. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  526. Score : 100.00
  527. Match type : COPYRIGHT
  528. Files with this license:
  529. include/boost/thread/detail/tss_hooks.hpp [1:3]
  530. src/win32/tss_dll.cpp [1:3]
  531. KEEP COPYRIGHT_SERVICE_LABEL a0cd3454bb19643561108cce72a3dc59
  532. BELONGS ya.make
  533. License text:
  534. // Copyright (C) 2001-2003
  535. // William E. Kempf
  536. // Copyright (C) 2007-9 Anthony Williams
  537. // (C) Copyright 2011-2012 Vicente J. Botet Escriba
  538. Scancode info:
  539. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  540. Score : 100.00
  541. Match type : COPYRIGHT
  542. Files with this license:
  543. include/boost/thread/detail/move.hpp [4:5]
  544. include/boost/thread/detail/thread.hpp [6:7]
  545. include/boost/thread/exceptions.hpp [1:4]
  546. include/boost/thread/lock_algorithms.hpp [4:5]
  547. include/boost/thread/lock_guard.hpp [4:5]
  548. include/boost/thread/lock_options.hpp [4:5]
  549. include/boost/thread/lock_types.hpp [4:5]
  550. include/boost/thread/lockable_traits.hpp [4:5]
  551. include/boost/thread/locks.hpp [4:5]
  552. include/boost/thread/pthread/condition_variable.hpp [6:7]
  553. include/boost/thread/pthread/condition_variable_fwd.hpp [6:7]
  554. include/boost/thread/pthread/once.hpp [6:7]
  555. include/boost/thread/pthread/recursive_mutex.hpp [3:6]
  556. include/boost/thread/pthread/thread_data.hpp [6:7]
  557. include/boost/thread/shared_mutex.hpp [6:7]
  558. include/boost/thread/win32/basic_timed_mutex.hpp [6:7]
  559. include/boost/thread/win32/condition_variable.hpp [6:7]
  560. include/boost/thread/win32/mfc_thread_init.hpp [6:7]
  561. include/boost/thread/win32/mutex.hpp [3:6]
  562. include/boost/thread/win32/thread_data.hpp [6:7]
  563. src/pthread/thread.cpp [1:4]
  564. KEEP COPYRIGHT_SERVICE_LABEL a2ef13fa73a7e85b38cf6bc4b10345aa
  565. BELONGS ya.make
  566. License text:
  567. // (C) Copyright 2007-10 Anthony Williams
  568. // (C) Copyright 2011-2012 Vicente J. Botet Escriba
  569. Scancode info:
  570. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  571. Score : 100.00
  572. Match type : COPYRIGHT
  573. Files with this license:
  574. include/boost/thread/pthread/condition_variable.hpp [6:7]
  575. KEEP COPYRIGHT_SERVICE_LABEL a9d1fd602f0c19f310f168a4ca8ae204
  576. BELONGS ya.make
  577. Note: matched license text is too long. Read it in the source files.
  578. Scancode info:
  579. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  580. Score : 100.00
  581. Match type : COPYRIGHT
  582. Files with this license:
  583. src/win32/tss_pe.cpp [2:7]
  584. KEEP COPYRIGHT_SERVICE_LABEL ae8ac6d67230cc94903efa59b420c903
  585. BELONGS ya.make
  586. License text:
  587. // (C) Copyright 2007 Anthony Williams
  588. // (C) Copyright 2007 David Deakins
  589. // (C) Copyright 2011-2018 Vicente J. Botet Escriba
  590. Scancode info:
  591. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  592. Score : 100.00
  593. Match type : COPYRIGHT
  594. Files with this license:
  595. src/win32/thread.cpp [4:6]
  596. KEEP COPYRIGHT_SERVICE_LABEL b28d2fde6ba5b098618944cd7d0b3376
  597. BELONGS ya.make
  598. Note: matched license text is too long. Read it in the source files.
  599. Scancode info:
  600. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  601. Score : 100.00
  602. Match type : COPYRIGHT
  603. Files with this license:
  604. include/boost/thread/win32/mutex.hpp [3:6]
  605. include/boost/thread/win32/once.hpp [6:8]
  606. include/boost/thread/win32/thread_primitives.hpp [6:7]
  607. KEEP COPYRIGHT_SERVICE_LABEL b4926da9285e9a7d8815bc373325f082
  608. BELONGS ya.make
  609. License text:
  610. // Copyright (C) 2012-2013 Vicente J. Botet Escriba
  611. Scancode info:
  612. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  613. Score : 100.00
  614. Match type : COPYRIGHT
  615. Files with this license:
  616. include/boost/thread/detail/invoke.hpp [1:1]
  617. include/boost/thread/detail/make_tuple_indices.hpp [1:1]
  618. KEEP COPYRIGHT_SERVICE_LABEL b7a8a4916fe446a46dfd7a3665c2a01f
  619. BELONGS ya.make
  620. License text:
  621. // (C) Copyright 2005-8 Anthony Williams
  622. // (C) Copyright 2012 Vicente J. Botet Escriba
  623. // (C) Copyright 2017 Andrey Semashev
  624. Scancode info:
  625. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  626. Score : 100.00
  627. Match type : COPYRIGHT
  628. Files with this license:
  629. include/boost/thread/win32/interlocked_read.hpp [6:8]
  630. KEEP COPYRIGHT_SERVICE_LABEL b8547beed83546072ae6f84e3538f2ff
  631. BELONGS ya.make
  632. Note: matched license text is too long. Read it in the source files.
  633. Scancode info:
  634. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  635. Score : 100.00
  636. Match type : COPYRIGHT
  637. Files with this license:
  638. include/boost/thread/synchronized_value.hpp [1:4]
  639. KEEP COPYRIGHT_SERVICE_LABEL baa6d964f4d73195dec9a2283827c156
  640. BELONGS ya.make
  641. License text:
  642. // (C) Copyright 2012 Vicente J. Botet Escriba
  643. // Distributed under the Boost Software License, Version 1.0. (See
  644. // accompanying file LICENSE_1_0.txt or copy at
  645. Scancode info:
  646. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  647. Score : 100.00
  648. Match type : COPYRIGHT
  649. Files with this license:
  650. include/boost/thread/detail/lockable_wrapper.hpp [4:4]
  651. include/boost/thread/detail/platform_time.hpp [3:4]
  652. include/boost/thread/detail/thread_interruption.hpp [6:7]
  653. include/boost/thread/externally_locked.hpp [1:3]
  654. include/boost/thread/externally_locked_stream.hpp [1:3]
  655. include/boost/thread/is_locked_by_this_thread.hpp [1:3]
  656. include/boost/thread/lock_factories.hpp [4:4]
  657. include/boost/thread/pthread/shared_mutex.hpp [4:5]
  658. include/boost/thread/reverse_lock.hpp [4:4]
  659. include/boost/thread/scoped_thread.hpp [4:5]
  660. include/boost/thread/shared_lock_guard.hpp [4:4]
  661. include/boost/thread/synchronized_value.hpp [1:4]
  662. include/boost/thread/testable_mutex.hpp [1:3]
  663. include/boost/thread/thread_functors.hpp [4:5]
  664. include/boost/thread/thread_guard.hpp [4:5]
  665. include/boost/thread/win32/interlocked_read.hpp [6:8]
  666. src/future.cpp [1:3]
  667. KEEP COPYRIGHT_SERVICE_LABEL bf641215d684707e5ad94b61496844f2
  668. BELONGS ya.make
  669. Note: matched license text is too long. Read it in the source files.
  670. Scancode info:
  671. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  672. Score : 100.00
  673. Match type : COPYRIGHT
  674. Files with this license:
  675. include/boost/thread/lockable_adapter.hpp [3:5]
  676. include/boost/thread/null_mutex.hpp [3:5]
  677. include/boost/thread/poly_lockable.hpp [3:5]
  678. include/boost/thread/poly_lockable_adapter.hpp [3:5]
  679. include/boost/thread/poly_shared_lockable.hpp [3:5]
  680. include/boost/thread/poly_shared_lockable_adapter.hpp [3:5]
  681. KEEP COPYRIGHT_SERVICE_LABEL c22913d29a72689a4dc05182fbd952c3
  682. BELONGS ya.make
  683. License text:
  684. // (C) Copyright 2013,2014 Vicente J. Botet Escriba
  685. Scancode info:
  686. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  687. Score : 100.00
  688. Match type : COPYRIGHT
  689. Files with this license:
  690. include/boost/thread/executors/work.hpp [1:1]
  691. KEEP COPYRIGHT_SERVICE_LABEL c4522d1369b94279fbb23ab0ac17f56f
  692. BELONGS ya.make
  693. License text:
  694. // Copyright (C) 2013-2014 Vicente J. Botet Escriba
  695. Scancode info:
  696. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  697. Score : 100.00
  698. Match type : COPYRIGHT
  699. Files with this license:
  700. include/boost/thread/csbl/memory/unique_ptr.hpp [1:1]
  701. include/boost/thread/executors/basic_thread_pool.hpp [1:1]
  702. KEEP COPYRIGHT_SERVICE_LABEL c709b7e0fb1043b3cbf5a01d9703ab0b
  703. BELONGS ya.make
  704. License text:
  705. // (C) Copyright 2007-8 Anthony Williams
  706. Scancode info:
  707. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  708. Score : 100.00
  709. Match type : COPYRIGHT
  710. Files with this license:
  711. include/boost/thread/detail/move.hpp [4:5]
  712. include/boost/thread/detail/platform_time.hpp [3:4]
  713. include/boost/thread/pthread/condition_variable_fwd.hpp [6:7]
  714. include/boost/thread/pthread/mutex.hpp [3:6]
  715. include/boost/thread/pthread/once.hpp [6:7]
  716. include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp [3:3]
  717. include/boost/thread/pthread/recursive_mutex.hpp [3:6]
  718. include/boost/thread/thread.hpp [6:6]
  719. include/boost/thread/tss.hpp [6:6]
  720. include/boost/thread/win32/condition_variable.hpp [6:7]
  721. KEEP COPYRIGHT_SERVICE_LABEL ccb190d60bb3bd793e2d9eb5fc91fb71
  722. BELONGS ya.make
  723. License text:
  724. // (C) Copyright 2007 Anthony Williams
  725. Scancode info:
  726. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  727. Score : 100.00
  728. Match type : COPYRIGHT
  729. Files with this license:
  730. include/boost/thread/condition.hpp [3:3]
  731. include/boost/thread/condition_variable.hpp [6:6]
  732. include/boost/thread/detail/platform.hpp [1:4]
  733. include/boost/thread/lock_algorithms.hpp [4:5]
  734. include/boost/thread/lock_guard.hpp [4:5]
  735. include/boost/thread/lock_options.hpp [4:5]
  736. include/boost/thread/lock_types.hpp [4:5]
  737. include/boost/thread/lockable_traits.hpp [4:5]
  738. include/boost/thread/locks.hpp [4:5]
  739. include/boost/thread/mutex.hpp [6:6]
  740. include/boost/thread/pthread/thread_data.hpp [6:7]
  741. include/boost/thread/recursive_mutex.hpp [6:6]
  742. include/boost/thread/shared_mutex.hpp [6:7]
  743. include/boost/thread/thread_time.hpp [3:3]
  744. include/boost/thread/win32/thread_heap_alloc.hpp [4:6]
  745. src/win32/thread.cpp [4:6]
  746. src/win32/tss_pe.cpp [2:7]
  747. KEEP COPYRIGHT_SERVICE_LABEL d4d3b84605f6db76e76a70a7f3101696
  748. BELONGS ya.make
  749. License text:
  750. // (C) Copyright 2012 Vicente Botet
  751. Scancode info:
  752. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  753. Score : 100.00
  754. Match type : COPYRIGHT
  755. Files with this license:
  756. include/boost/thread/lock_concepts.hpp [1:1]
  757. include/boost/thread/lockable_concepts.hpp [1:1]
  758. KEEP COPYRIGHT_SERVICE_LABEL d63fdf414caaa23ffde811fd7c826e92
  759. BELONGS ya.make
  760. License text:
  761. // (C) Copyright 2005-7 Anthony Williams
  762. // (C) Copyright 2005 John Maddock
  763. // (C) Copyright 2011-2013 Vicente J. Botet Escriba
  764. Scancode info:
  765. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  766. Score : 100.00
  767. Match type : COPYRIGHT
  768. Files with this license:
  769. include/boost/thread/win32/once.hpp [6:8]
  770. KEEP COPYRIGHT_SERVICE_LABEL d706b4945aea7b91948639454fe2562e
  771. BELONGS ya.make
  772. License text:
  773. // Copyright (C) 2013 Vicente J. Botet Escriba
  774. Scancode info:
  775. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  776. Score : 100.00
  777. Match type : COPYRIGHT
  778. Files with this license:
  779. include/boost/thread/csbl/deque.hpp [1:1]
  780. include/boost/thread/csbl/devector.hpp [1:1]
  781. include/boost/thread/csbl/functional.hpp [1:1]
  782. include/boost/thread/csbl/list.hpp [1:1]
  783. include/boost/thread/csbl/memory.hpp [1:1]
  784. include/boost/thread/csbl/memory/allocator_arg.hpp [1:1]
  785. include/boost/thread/csbl/memory/allocator_traits.hpp [1:1]
  786. include/boost/thread/csbl/memory/config.hpp [1:1]
  787. include/boost/thread/csbl/memory/default_delete.hpp [1:1]
  788. include/boost/thread/csbl/memory/pointer_traits.hpp [1:1]
  789. include/boost/thread/csbl/memory/scoped_allocator.hpp [1:1]
  790. include/boost/thread/csbl/tuple.hpp [1:1]
  791. include/boost/thread/csbl/vector.hpp [1:1]
  792. include/boost/thread/detail/atomic_redef_macros.hpp [1:1]
  793. include/boost/thread/detail/atomic_undef_macros.hpp [1:1]
  794. include/boost/thread/detail/function_wrapper.hpp [1:1]
  795. include/boost/thread/detail/nullary_function.hpp [1:1]
  796. include/boost/thread/detail/variadic_footer.hpp [1:1]
  797. include/boost/thread/detail/variadic_header.hpp [1:1]
  798. include/boost/thread/executor.hpp [1:1]
  799. include/boost/thread/executors/serial_executor.hpp [1:1]
  800. include/boost/thread/thread_pool.hpp [1:1]
  801. include/boost/thread/user_scheduler.hpp [1:1]
  802. KEEP COPYRIGHT_SERVICE_LABEL d746f25f7b87dc815ab804cbdd5ee875
  803. BELONGS ya.make
  804. License text:
  805. // (C) Copyright 2013 Andrey Semashev
  806. // (C) Copyright 2013 Vicente J. Botet Escriba
  807. Scancode info:
  808. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  809. Score : 100.00
  810. Match type : COPYRIGHT
  811. Files with this license:
  812. include/boost/thread/pthread/once_atomic.hpp [6:7]
  813. src/pthread/once_atomic.cpp [1:2]
  814. KEEP COPYRIGHT_SERVICE_LABEL e10cb8d2c225a3e0c9808754430d0602
  815. BELONGS ya.make
  816. License text:
  817. // Copyright 2006 Roland Schwarz.
  818. // (C) Copyright 2007 Anthony Williams
  819. // Distributed under the Boost Software License, Version 1.0. (See
  820. // accompanying file LICENSE_1_0.txt or copy at
  821. Scancode info:
  822. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  823. Score : 100.00
  824. Match type : COPYRIGHT
  825. Files with this license:
  826. include/boost/thread/detail/platform.hpp [1:4]
  827. KEEP COPYRIGHT_SERVICE_LABEL e20ed79246192f741a7943dd114bd714
  828. BELONGS ya.make
  829. License text:
  830. // Copyright (C) 2017
  831. // Vicente J. Botet Escriba
  832. Scancode info:
  833. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  834. Score : 100.00
  835. Match type : COPYRIGHT
  836. Files with this license:
  837. include/boost/thread/pthread/pthread_helpers.hpp [3:4]
  838. KEEP COPYRIGHT_SERVICE_LABEL e48b4e47d76d88b5aebcf8c8588596c0
  839. BELONGS ya.make
  840. License text:
  841. // Copyright (C) 2014 Ian Forbed
  842. // Copyright (C) 2014-2017 Vicente J. Botet Escriba
  843. Scancode info:
  844. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  845. Score : 100.00
  846. Match type : COPYRIGHT
  847. Files with this license:
  848. include/boost/thread/concurrent_queues/sync_priority_queue.hpp [1:2]
  849. include/boost/thread/concurrent_queues/sync_timed_queue.hpp [1:2]
  850. KEEP COPYRIGHT_SERVICE_LABEL eddab603f446c4316fdb122bfdbc8e84
  851. BELONGS ya.make
  852. License text:
  853. // (C) Copyright 2006-8 Anthony Williams
  854. // (C) Copyright 2012 Vicente J. Botet Escriba
  855. Scancode info:
  856. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  857. Score : 100.00
  858. Match type : COPYRIGHT
  859. Files with this license:
  860. include/boost/thread/pthread/shared_mutex.hpp [4:5]
  861. include/boost/thread/win32/basic_recursive_mutex.hpp [6:7]
  862. include/boost/thread/win32/basic_timed_mutex.hpp [6:7]
  863. include/boost/thread/win32/shared_mutex.hpp [4:5]
  864. KEEP COPYRIGHT_SERVICE_LABEL f1833f35f2f6f9d7db5a9bac86c50bf4
  865. BELONGS ya.make
  866. License text:
  867. // (C) Copyright 2005-7 Anthony Williams
  868. // (C) Copyright 2007 David Deakins
  869. Scancode info:
  870. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  871. Score : 100.00
  872. Match type : COPYRIGHT
  873. Files with this license:
  874. include/boost/thread/win32/thread_primitives.hpp [6:7]
  875. src/win32/thread.cpp [4:6]
  876. src/win32/tss_pe.cpp [2:7]
  877. KEEP COPYRIGHT_SERVICE_LABEL f2e8fa2c7f3eaab9a7c6f279d4ecb902
  878. BELONGS ya.make
  879. Note: matched license text is too long. Read it in the source files.
  880. Scancode info:
  881. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  882. Score : 100.00
  883. Match type : COPYRIGHT
  884. Files with this license:
  885. include/boost/thread/concurrent_queues/deque_adaptor.hpp [6:8]
  886. include/boost/thread/concurrent_queues/deque_base.hpp [6:8]
  887. include/boost/thread/concurrent_queues/deque_views.hpp [6:8]
  888. include/boost/thread/concurrent_queues/queue_adaptor.hpp [6:8]
  889. include/boost/thread/concurrent_queues/queue_base.hpp [6:8]
  890. include/boost/thread/concurrent_queues/queue_op_status.hpp [6:8]
  891. include/boost/thread/concurrent_queues/queue_views.hpp [6:8]
  892. include/boost/thread/experimental/config/inline_namespace.hpp [6:8]
  893. include/boost/thread/experimental/exception_list.hpp [6:8]
  894. include/boost/thread/experimental/parallel/v1/exception_list.hpp [6:8]
  895. include/boost/thread/experimental/parallel/v1/inline_namespace.hpp [6:8]
  896. include/boost/thread/experimental/parallel/v2/inline_namespace.hpp [6:8]
  897. include/boost/thread/experimental/task_region.hpp [6:8]
  898. KEEP COPYRIGHT_SERVICE_LABEL f8bb10155b581266fee4384d92ffbd4b
  899. BELONGS ya.make
  900. License text:
  901. // (C) Copyright 2009-2012 Vicente J. Botet Escriba
  902. Scancode info:
  903. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  904. Score : 100.00
  905. Match type : COPYRIGHT
  906. Files with this license:
  907. include/boost/thread/lock_traits.hpp [4:4]
  908. KEEP COPYRIGHT_SERVICE_LABEL fae7f98b6a716f76e1a04de0592d1b47
  909. BELONGS ya.make
  910. Note: matched license text is too long. Read it in the source files.
  911. Scancode info:
  912. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  913. Score : 100.00
  914. Match type : COPYRIGHT
  915. Files with this license:
  916. include/boost/thread/concurrent_queues/sync_bounded_queue.hpp [6:8]
  917. include/boost/thread/concurrent_queues/sync_deque.hpp [6:8]
  918. include/boost/thread/concurrent_queues/sync_queue.hpp [6:8]
  919. include/boost/thread/sync_bounded_queue.hpp [6:8]
  920. include/boost/thread/sync_queue.hpp [6:8]