devtools.licenses.report 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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 183e86c91b8c37c98adc93220ae9a174
  36. BELONGS ya.make
  37. License text:
  38. // Distributed under the Boost Software License, Version 1.0.
  39. //
  40. // (See accompanying file LICENSE_1_0.txt or copy at
  41. // http://www.boost.org/LICENSE_1_0.txt)
  42. Scancode info:
  43. Original SPDX id: BSL-1.0
  44. Score : 100.00
  45. Match type : NOTICE
  46. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  47. Files with this license:
  48. include/boost/pointer_to_other.hpp [10:13]
  49. KEEP BSL-1.0 3a9fe8c6f3dc56da59da6bb70a0cef2c
  50. BELONGS ya.make
  51. License text:
  52. Distributed under the Boost Software License, Version 1.0.
  53. (http://www.boost.org/LICENSE_1_0.txt)
  54. Scancode info:
  55. Original SPDX id: BSL-1.0
  56. Score : 94.44
  57. Match type : NOTICE
  58. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  59. Files with this license:
  60. include/boost/smart_ptr/allocate_shared_array.hpp [5:6]
  61. include/boost/smart_ptr/allocate_unique.hpp [5:6]
  62. include/boost/smart_ptr/make_unique.hpp [5:6]
  63. KEEP BSL-1.0 47a0454637d4fa45d78eb2557ccd70c4
  64. BELONGS ya.make
  65. License text:
  66. // Distributed under the Boost Software License, Version 1.0. (See
  67. // accompanying file LICENSE_1_0.txt or copy at
  68. // http://www.boost.org/LICENSE_1_0.txt)
  69. Scancode info:
  70. Original SPDX id: BSL-1.0
  71. Score : 100.00
  72. Match type : NOTICE
  73. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  74. Files with this license:
  75. include/boost/smart_ptr/bad_weak_ptr.hpp [15:17]
  76. include/boost/smart_ptr/detail/atomic_count_pt.hpp [9:11]
  77. include/boost/smart_ptr/detail/atomic_count_win32.hpp [15:17]
  78. include/boost/smart_ptr/detail/lightweight_mutex.hpp [15:17]
  79. include/boost/smart_ptr/detail/lwm_pthreads.hpp [15:17]
  80. include/boost/smart_ptr/detail/lwm_win32_cs.hpp [15:17]
  81. include/boost/smart_ptr/detail/quick_allocator.hpp [16:18]
  82. include/boost/smart_ptr/detail/shared_count.hpp [16:18]
  83. include/boost/smart_ptr/detail/sp_counted_base.hpp [15:17]
  84. include/boost/smart_ptr/detail/sp_counted_base_nt.hpp [16:18]
  85. include/boost/smart_ptr/detail/sp_counted_base_pt.hpp [16:18]
  86. include/boost/smart_ptr/detail/sp_counted_impl.hpp [16:18]
  87. KEEP BSL-1.0 59c75c5a0cf680ac7d511be8b54ed0eb
  88. BELONGS ya.make
  89. License text:
  90. // https://www.boost.org/LICENSE_1_0.txt)
  91. Scancode info:
  92. Original SPDX id: BSL-1.0
  93. Score : 100.00
  94. Match type : REFERENCE
  95. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  96. Files with this license:
  97. include/boost/smart_ptr/detail/lwm_std_mutex.hpp [6:6]
  98. KEEP BSL-1.0 5cd4044c79f85aa40c2edd653c1d76f4
  99. BELONGS ya.make
  100. License text:
  101. (http://www.boost.org/LICENSE_1_0.txt)
  102. Scancode info:
  103. Original SPDX id: BSL-1.0
  104. Score : 44.00
  105. Match type : REFERENCE
  106. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  107. Files with this license:
  108. include/boost/make_unique.hpp [6:6]
  109. include/boost/smart_ptr/allocate_local_shared_array.hpp [6:6]
  110. include/boost/smart_ptr/make_local_shared_array.hpp [7:7]
  111. include/boost/smart_ptr/make_shared_array.hpp [6:6]
  112. KEEP BSL-1.0 6fb8dab2fa17abac18f239108501392d
  113. BELONGS ya.make
  114. License text:
  115. // Copyright (c) 2003 Peter Dimov Distributed under the Boost
  116. // Software License, Version 1.0. (See accompanying file
  117. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  118. Scancode info:
  119. Original SPDX id: BSL-1.0
  120. Score : 100.00
  121. Match type : NOTICE
  122. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  123. Files with this license:
  124. include/boost/smart_ptr.hpp [10:12]
  125. KEEP BSL-1.0 745252704aa72167f50d9aad40337785
  126. BELONGS ya.make
  127. License text:
  128. // Distributed under the Boost Software License, Version 1.0.
  129. // See accompanying file LICENSE_1_0.txt or copy at
  130. // http://www.boost.org/LICENSE_1_0.txt
  131. Scancode info:
  132. Original SPDX id: BSL-1.0
  133. Score : 100.00
  134. Match type : NOTICE
  135. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  136. Files with this license:
  137. include/boost/detail/atomic_count.hpp [15:17]
  138. include/boost/detail/lightweight_mutex.hpp [15:17]
  139. include/boost/detail/lightweight_thread.hpp [15:17]
  140. include/boost/detail/quick_allocator.hpp [16:18]
  141. include/boost/enable_shared_from_this.hpp [9:11]
  142. include/boost/intrusive_ptr.hpp [9:11]
  143. include/boost/make_shared.hpp [8:10]
  144. include/boost/smart_ptr/detail/atomic_count.hpp [16:18]
  145. include/boost/smart_ptr/detail/atomic_count_nt.hpp [13:15]
  146. include/boost/smart_ptr/detail/atomic_count_spin.hpp [9:11]
  147. include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp [11:13]
  148. include/boost/smart_ptr/detail/lightweight_thread.hpp [15:17]
  149. include/boost/smart_ptr/detail/operator_bool.hpp [5:7]
  150. include/boost/smart_ptr/detail/sp_convertible.hpp [14:16]
  151. include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp [16:18]
  152. include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp [16:18]
  153. include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp [14:16]
  154. include/boost/smart_ptr/detail/sp_counted_base_sync.hpp [14:16]
  155. include/boost/smart_ptr/detail/sp_forward.hpp [14:16]
  156. include/boost/smart_ptr/detail/sp_interlocked.hpp [15:17]
  157. include/boost/smart_ptr/detail/sp_noexcept.hpp [14:16]
  158. include/boost/smart_ptr/detail/sp_nullptr_t.hpp [14:16]
  159. include/boost/smart_ptr/enable_shared_from.hpp [8:10]
  160. include/boost/smart_ptr/enable_shared_from_raw.hpp [10:12]
  161. include/boost/smart_ptr/enable_shared_from_this.hpp [9:11]
  162. include/boost/smart_ptr/make_local_shared.hpp [8:10]
  163. include/boost/smart_ptr/make_local_shared_object.hpp [8:10]
  164. include/boost/smart_ptr/make_shared.hpp [8:10]
  165. include/boost/smart_ptr/make_shared_object.hpp [8:10]
  166. include/boost/weak_ptr.hpp [9:11]
  167. KEEP BSL-1.0 8a8e0b18cc05e7bc28034b7fb1c69575
  168. BELONGS ya.make
  169. License text:
  170. // Distributed under the Boost Software License, Version 1.0.
  171. // See accompanying file LICENSE_1_0.txt or copy at
  172. // http://www.boost.org/LICENSE_1_0.txt)
  173. Scancode info:
  174. Original SPDX id: BSL-1.0
  175. Score : 100.00
  176. Match type : NOTICE
  177. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  178. Files with this license:
  179. include/boost/smart_ptr/detail/sp_disable_deprecated.hpp [15:17]
  180. include/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp [15:17]
  181. include/boost/smart_ptr/detail/sp_typeinfo_.hpp [14:16]
  182. include/boost/smart_ptr/detail/spinlock.hpp [15:17]
  183. include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp [7:9]
  184. include/boost/smart_ptr/detail/spinlock_nt.hpp [13:15]
  185. include/boost/smart_ptr/detail/spinlock_pool.hpp [15:17]
  186. include/boost/smart_ptr/detail/spinlock_pt.hpp [13:15]
  187. include/boost/smart_ptr/detail/spinlock_std_atomic.hpp [13:15]
  188. include/boost/smart_ptr/detail/spinlock_sync.hpp [13:15]
  189. include/boost/smart_ptr/detail/spinlock_w32.hpp [13:15]
  190. KEEP BSL-1.0 8abbac2c705b0911702566954b0ebe9b
  191. BELONGS ya.make
  192. License text:
  193. // Distributed under the Boost Software License, Version 1.0. (See
  194. // accompanying file LICENSE_1_0.txt or copy at
  195. // http://www.boost.org/LICENSE_1_0.txt)
  196. Scancode info:
  197. Original SPDX id: BSL-1.0
  198. Score : 100.00
  199. Match type : NOTICE
  200. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  201. Files with this license:
  202. include/boost/scoped_array.hpp [7:9]
  203. include/boost/scoped_ptr.hpp [7:9]
  204. include/boost/shared_array.hpp [10:12]
  205. include/boost/shared_ptr.hpp [10:12]
  206. include/boost/smart_ptr/atomic_shared_ptr.hpp [9:11]
  207. include/boost/smart_ptr/detail/atomic_count_gcc.hpp [15:17]
  208. include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp [11:13]
  209. include/boost/smart_ptr/detail/atomic_count_sync.hpp [13:15]
  210. include/boost/smart_ptr/detail/local_counted_base.hpp [14:16]
  211. include/boost/smart_ptr/detail/local_sp_deleter.hpp [14:16]
  212. include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp [10:12]
  213. include/boost/smart_ptr/detail/sp_counted_base_aix.hpp [12:14]
  214. include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp [16:18]
  215. include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp [11:13]
  216. include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp [15:17]
  217. include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp [16:18]
  218. include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp [16:18]
  219. include/boost/smart_ptr/detail/sp_counted_base_spin.hpp [16:18]
  220. include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [13:15]
  221. include/boost/smart_ptr/detail/sp_counted_base_w32.hpp [16:18]
  222. include/boost/smart_ptr/intrusive_ptr.hpp [9:11]
  223. include/boost/smart_ptr/local_shared_ptr.hpp [8:10]
  224. include/boost/smart_ptr/owner_less.hpp [10:12]
  225. include/boost/smart_ptr/scoped_array.hpp [7:9]
  226. include/boost/smart_ptr/scoped_ptr.hpp [7:9]
  227. include/boost/smart_ptr/shared_array.hpp [10:12]
  228. include/boost/smart_ptr/shared_ptr.hpp [10:12]
  229. include/boost/smart_ptr/weak_ptr.hpp [9:11]
  230. KEEP BSL-1.0 a33a9326898e5c686dcfd60e20f5be85
  231. BELONGS ya.make
  232. License text:
  233. // Distributed under the Boost Software License, Version 1.0.
  234. // (See accompanying file LICENSE_1_0.txt or copy at
  235. // http://www.boost.org/LICENSE_1_0.txt)
  236. Scancode info:
  237. Original SPDX id: BSL-1.0
  238. Score : 100.00
  239. Match type : NOTICE
  240. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  241. Files with this license:
  242. include/boost/pointer_cast.hpp [4:6]
  243. KEEP BSL-1.0 bb6c4a594a57e74611676fda9449a7e3
  244. BELONGS ya.make
  245. License text:
  246. * Distributed under the Boost Software License, Version 1.0.
  247. * (See accompanying file LICENSE_1_0.txt or copy at
  248. * http://www.boost.org/LICENSE_1_0.txt)
  249. Scancode info:
  250. Original SPDX id: BSL-1.0
  251. Score : 100.00
  252. Match type : NOTICE
  253. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  254. Files with this license:
  255. include/boost/smart_ptr/intrusive_ref_counter.hpp [3:5]
  256. KEEP BSL-1.0 c9e6118e07afed16d6f26c06b5f29fe8
  257. BELONGS ya.make
  258. License text:
  259. // https://www.boost.org/LICENSE_1_0.txt
  260. Scancode info:
  261. Original SPDX id: BSL-1.0
  262. Score : 100.00
  263. Match type : REFERENCE
  264. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  265. Files with this license:
  266. include/boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp [11:11]
  267. include/boost/smart_ptr/detail/sp_thread_pause.hpp [6:6]
  268. include/boost/smart_ptr/detail/sp_thread_sleep.hpp [6:6]
  269. include/boost/smart_ptr/detail/sp_thread_yield.hpp [6:6]
  270. include/boost/smart_ptr/owner_equal_to.hpp [6:6]
  271. include/boost/smart_ptr/owner_hash.hpp [6:6]
  272. KEEP BSL-1.0 e03c043ca7052925e34194f3fe2631e4
  273. BELONGS ya.make
  274. License text:
  275. // Distributed under the Boost Software License, Version 1.0.
  276. Scancode info:
  277. Original SPDX id: BSL-1.0
  278. Score : 100.00
  279. Match type : NOTICE
  280. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  281. Files with this license:
  282. include/boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp [10:10]
  283. include/boost/smart_ptr/detail/lwm_std_mutex.hpp [5:5]
  284. include/boost/smart_ptr/detail/sp_thread_pause.hpp [5:5]
  285. include/boost/smart_ptr/detail/sp_thread_sleep.hpp [5:5]
  286. include/boost/smart_ptr/detail/sp_thread_yield.hpp [5:5]
  287. include/boost/smart_ptr/owner_equal_to.hpp [5:5]
  288. include/boost/smart_ptr/owner_hash.hpp [5:5]
  289. KEEP BSL-1.0 e9df2954141aa96551bf39192c39d2fe
  290. BELONGS ya.make
  291. License text:
  292. // Distributed under the Boost Software License, Version 1.0.
  293. // https://www.boost.org/LICENSE_1_0.txt
  294. Scancode info:
  295. Original SPDX id: BSL-1.0
  296. Score : 94.44
  297. Match type : NOTICE
  298. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  299. Files with this license:
  300. include/boost/smart_ptr/detail/requires_cxx11.hpp [5:6]
  301. include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp [13:14]
  302. include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp [14:15]
  303. include/boost/smart_ptr/detail/sp_obsolete.hpp [14:15]
  304. include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp [11:12]
  305. include/boost/smart_ptr/detail/yield_k.hpp [19:20]
  306. KEEP BSL-1.0 eeda69591b5957fb1dbf0286c30acb85
  307. BELONGS ya.make
  308. License text:
  309. Distributed under the Boost Software License, Version 1.0.
  310. Scancode info:
  311. Original SPDX id: BSL-1.0
  312. Score : 100.00
  313. Match type : NOTICE
  314. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  315. Files with this license:
  316. include/boost/make_unique.hpp [5:5]
  317. include/boost/smart_ptr/allocate_local_shared_array.hpp [5:5]
  318. include/boost/smart_ptr/make_local_shared_array.hpp [6:6]
  319. include/boost/smart_ptr/make_shared_array.hpp [5:5]