devtools.copyrights.report 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  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 0cb977594281ac92638c2f8b1e08d39d
  36. BELONGS ya.make
  37. Note: matched license text is too long. Read it in the source files.
  38. Scancode info:
  39. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  40. Score : 100.00
  41. Match type : COPYRIGHT
  42. Files with this license:
  43. include/boost/range/adaptors.hpp [3:6]
  44. include/boost/range/algorithm_ext.hpp [8:10]
  45. include/boost/range/as_array.hpp [3:5]
  46. include/boost/range/as_literal.hpp [3:5]
  47. include/boost/range/detail/str_types.hpp [3:5]
  48. KEEP COPYRIGHT_SERVICE_LABEL 186be276c136601da52c329d686ef896
  49. BELONGS ya.make
  50. Note: matched license text is too long. Read it in the source files.
  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/range/adaptor/adjacent_filtered.hpp [3:5]
  57. include/boost/range/adaptor/argument_fwd.hpp [3:5]
  58. include/boost/range/adaptor/filtered.hpp [3:5]
  59. include/boost/range/adaptor/indirected.hpp [3:5]
  60. include/boost/range/adaptor/map.hpp [3:5]
  61. include/boost/range/adaptor/ref_unwrapped.hpp [3:6]
  62. include/boost/range/adaptor/reversed.hpp [3:5]
  63. include/boost/range/adaptor/sliced.hpp [3:5]
  64. include/boost/range/adaptor/transformed.hpp [3:5]
  65. include/boost/range/adaptor/uniqued.hpp [3:5]
  66. KEEP COPYRIGHT_SERVICE_LABEL 1d174c5ff96b62285624fb2326e00394
  67. BELONGS ya.make
  68. License text:
  69. // Copyright (c) 2010 Neil Groves
  70. // Distributed under the Boost Software License, Version 1.0.
  71. // See accompanying file LICENSE_1_0.txt or copy at
  72. Scancode info:
  73. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  74. Score : 100.00
  75. Match type : COPYRIGHT
  76. Files with this license:
  77. include/boost/range/detail/safe_bool.hpp [3:5]
  78. KEEP COPYRIGHT_SERVICE_LABEL 201ae7ed96845071c26629f049e390f6
  79. BELONGS ya.make
  80. Note: matched license text is too long. Read it in the source files.
  81. Scancode info:
  82. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  83. Score : 100.00
  84. Match type : COPYRIGHT
  85. Files with this license:
  86. include/boost/range/algorithm_ext/is_sorted.hpp [1:4]
  87. KEEP COPYRIGHT_SERVICE_LABEL 21dd23f843f6e73e6d7975f4b3c676ff
  88. BELONGS ya.make
  89. License text:
  90. // Copyright 2004 Eric Niebler.
  91. // Distributed under the Boost Software License, Version 1.0. (See
  92. // accompanying file LICENSE_1_0.txt or copy at
  93. Scancode info:
  94. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  95. Score : 100.00
  96. Match type : COPYRIGHT
  97. Files with this license:
  98. include/boost/range/numeric.hpp [11:13]
  99. KEEP COPYRIGHT_SERVICE_LABEL 25e4e91c7904dabe1db993d0a9d4c304
  100. BELONGS ya.make
  101. License text:
  102. // Copyright Adam D. Walling 2012. Use, modification and
  103. // distribution is subject to the Boost Software License, Version
  104. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  105. Scancode info:
  106. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  107. Score : 100.00
  108. Match type : COPYRIGHT
  109. Files with this license:
  110. include/boost/range/mfc_map.hpp [3:5]
  111. KEEP COPYRIGHT_SERVICE_LABEL 2f18f945ef63ba6be737d66cea2f20fe
  112. BELONGS ya.make
  113. License text:
  114. // Copyright 2009-2014 Neil Groves.
  115. // Distributed under the Boost Software License, Version 1.0. (See
  116. // accompanying file LICENSE_1_0.txt or copy at
  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/range/numeric.hpp [1:3]
  123. KEEP COPYRIGHT_SERVICE_LABEL 3b6e3be8569ddd3a2e7d43c3cdc4ea63
  124. BELONGS ya.make
  125. License text:
  126. // Copyright Thorsten Ottosen, Neil Groves 2006. Use, modification and
  127. // distribution is subject to the Boost Software License, Version
  128. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  129. Scancode info:
  130. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  131. Score : 100.00
  132. Match type : COPYRIGHT
  133. Files with this license:
  134. include/boost/range/adaptor/copied.hpp [3:5]
  135. include/boost/range/adaptor/tokenized.hpp [3:5]
  136. KEEP COPYRIGHT_SERVICE_LABEL 483fdf5158d0f8518198f5ac2c492f5f
  137. BELONGS ya.make
  138. License text:
  139. // (C) Copyright Jeremy Siek 2001. Use, modification and
  140. // distribution is subject to the Boost Software License, Version
  141. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  142. Scancode info:
  143. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  144. Score : 100.00
  145. Match type : COPYRIGHT
  146. Files with this license:
  147. include/boost/range/detail/collection_traits.hpp [13:15]
  148. KEEP COPYRIGHT_SERVICE_LABEL 5fd35c96fa4f3ab0cfc60d94c0130fc4
  149. BELONGS ya.make
  150. Note: matched license text is too long. Read it in the source files.
  151. Scancode info:
  152. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  153. Score : 100.00
  154. Match type : COPYRIGHT
  155. Files with this license:
  156. include/boost/range/adaptor/replaced.hpp [3:5]
  157. include/boost/range/adaptor/replaced_if.hpp [3:5]
  158. include/boost/range/adaptor/strided.hpp [3:5]
  159. include/boost/range/adaptors.hpp [3:6]
  160. include/boost/range/algorithm_ext.hpp [3:5]
  161. KEEP COPYRIGHT_SERVICE_LABEL 7fef5129931cbf5ef18b4b28e7fb3a62
  162. BELONGS ya.make
  163. License text:
  164. // Copyright Eric Niebler 2014. Use, modification and
  165. // distribution is subject to the Boost Software License, Version
  166. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  167. Scancode info:
  168. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  169. Score : 100.00
  170. Match type : COPYRIGHT
  171. Files with this license:
  172. include/boost/range/detail/msvc_has_iterator_workaround.hpp [3:5]
  173. KEEP COPYRIGHT_SERVICE_LABEL 8353a5f664019fadfadf20a94a4bcf06
  174. BELONGS ya.make
  175. Note: matched license text is too long. Read it in the source files.
  176. Scancode info:
  177. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  178. Score : 100.00
  179. Match type : COPYRIGHT
  180. Files with this license:
  181. include/boost/range/iterator_range_core.hpp [3:5]
  182. KEEP COPYRIGHT_SERVICE_LABEL 888e14cf95e262f8777266527680cdb7
  183. BELONGS ya.make
  184. License text:
  185. // (C) Copyright Thorsten Ottosen 2002-2003. Use, modification and
  186. // distribution is subject to the Boost Software License, Version
  187. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  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/range/detail/collection_traits.hpp [8:10]
  194. KEEP COPYRIGHT_SERVICE_LABEL 8e0585a991e50507adee58bb8887332d
  195. BELONGS ya.make
  196. License text:
  197. // Copyright Arno Schoedl & Neil Groves 2009.
  198. // Use, modification and distribution is subject to the Boost Software
  199. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  200. Scancode info:
  201. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  202. Score : 100.00
  203. Match type : COPYRIGHT
  204. Files with this license:
  205. include/boost/range/detail/extract_optional_type.hpp [3:5]
  206. KEEP COPYRIGHT_SERVICE_LABEL 999dbbff90149cd716b12c15b568fa5b
  207. BELONGS ya.make
  208. License text:
  209. // Copyright 2014 Neil Groves
  210. Scancode info:
  211. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  212. Score : 100.00
  213. Match type : COPYRIGHT
  214. Files with this license:
  215. include/boost/range/adaptor/indexed.hpp [1:1]
  216. KEEP COPYRIGHT_SERVICE_LABEL 9a4ec699eab8989d68e34663ac7edf6a
  217. BELONGS ya.make
  218. License text:
  219. // Copyright (c) 2010 Ilya Murav'jov
  220. Scancode info:
  221. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  222. Score : 100.00
  223. Match type : COPYRIGHT
  224. Files with this license:
  225. include/boost/range/adaptor/indexed.hpp [3:3]
  226. KEEP COPYRIGHT_SERVICE_LABEL 9efac63295490759e6d24cbbd00922ff
  227. BELONGS ya.make
  228. License text:
  229. // Copyright 2019 Glen Joseph Fernandes (glenjofe@gmail.com)
  230. Scancode info:
  231. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  232. Score : 100.00
  233. Match type : COPYRIGHT
  234. Files with this license:
  235. include/boost/range/algorithm/max_element.hpp [6:6]
  236. include/boost/range/algorithm/min_element.hpp [6:6]
  237. include/boost/range/detail/less.hpp [2:3]
  238. KEEP COPYRIGHT_SERVICE_LABEL a267d25ab38b694607444c96c52b7363
  239. BELONGS ya.make
  240. License text:
  241. // Copyright Neil Groves 2009. Use, modification and distribution
  242. // are subject to the Boost Software License, Version 1.0. (See
  243. // accompanying file LICENSE_1_0.txt or copy at
  244. Scancode info:
  245. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  246. Score : 100.00
  247. Match type : COPYRIGHT
  248. Files with this license:
  249. include/boost/range/algorithm/adjacent_find.hpp [1:3]
  250. include/boost/range/algorithm/binary_search.hpp [1:3]
  251. include/boost/range/algorithm/copy.hpp [1:3]
  252. include/boost/range/algorithm/copy_backward.hpp [1:3]
  253. include/boost/range/algorithm/count.hpp [1:3]
  254. include/boost/range/algorithm/count_if.hpp [1:3]
  255. include/boost/range/algorithm/equal.hpp [3:5]
  256. include/boost/range/algorithm/equal_range.hpp [1:3]
  257. include/boost/range/algorithm/fill.hpp [1:3]
  258. include/boost/range/algorithm/fill_n.hpp [1:3]
  259. include/boost/range/algorithm/find.hpp [1:3]
  260. include/boost/range/algorithm/find_end.hpp [1:3]
  261. include/boost/range/algorithm/find_first_of.hpp [1:3]
  262. include/boost/range/algorithm/find_if.hpp [1:3]
  263. include/boost/range/algorithm/for_each.hpp [1:3]
  264. include/boost/range/algorithm/generate.hpp [1:3]
  265. include/boost/range/algorithm/heap_algorithm.hpp [1:3]
  266. include/boost/range/algorithm/inplace_merge.hpp [1:3]
  267. include/boost/range/algorithm/lexicographical_compare.hpp [1:3]
  268. include/boost/range/algorithm/lower_bound.hpp [1:3]
  269. include/boost/range/algorithm/max_element.hpp [1:3]
  270. include/boost/range/algorithm/merge.hpp [1:3]
  271. include/boost/range/algorithm/min_element.hpp [1:3]
  272. include/boost/range/algorithm/mismatch.hpp [1:3]
  273. include/boost/range/algorithm/nth_element.hpp [1:3]
  274. include/boost/range/algorithm/partial_sort.hpp [1:3]
  275. include/boost/range/algorithm/partial_sort_copy.hpp [1:3]
  276. include/boost/range/algorithm/partition.hpp [1:3]
  277. include/boost/range/algorithm/permutation.hpp [1:3]
  278. include/boost/range/algorithm/random_shuffle.hpp [1:3]
  279. include/boost/range/algorithm/remove.hpp [1:3]
  280. include/boost/range/algorithm/remove_copy.hpp [1:3]
  281. include/boost/range/algorithm/remove_copy_if.hpp [1:3]
  282. include/boost/range/algorithm/remove_if.hpp [1:3]
  283. include/boost/range/algorithm/replace.hpp [1:3]
  284. include/boost/range/algorithm/replace_copy.hpp [1:3]
  285. include/boost/range/algorithm/replace_copy_if.hpp [1:3]
  286. include/boost/range/algorithm/replace_if.hpp [1:3]
  287. include/boost/range/algorithm/reverse.hpp [1:3]
  288. include/boost/range/algorithm/reverse_copy.hpp [1:3]
  289. include/boost/range/algorithm/rotate.hpp [1:3]
  290. include/boost/range/algorithm/rotate_copy.hpp [1:3]
  291. include/boost/range/algorithm/search.hpp [1:3]
  292. include/boost/range/algorithm/search_n.hpp [1:3]
  293. include/boost/range/algorithm/set_algorithm.hpp [1:3]
  294. include/boost/range/algorithm/sort.hpp [1:3]
  295. include/boost/range/algorithm/stable_partition.hpp [1:3]
  296. include/boost/range/algorithm/stable_sort.hpp [1:3]
  297. include/boost/range/algorithm/swap_ranges.hpp [1:3]
  298. include/boost/range/algorithm/transform.hpp [1:3]
  299. include/boost/range/algorithm/unique.hpp [1:3]
  300. include/boost/range/algorithm/unique_copy.hpp [1:3]
  301. include/boost/range/algorithm/upper_bound.hpp [1:3]
  302. include/boost/range/algorithm_ext/copy_n.hpp [1:3]
  303. include/boost/range/algorithm_ext/erase.hpp [3:5]
  304. include/boost/range/algorithm_ext/for_each.hpp [3:5]
  305. include/boost/range/algorithm_ext/insert.hpp [3:5]
  306. include/boost/range/algorithm_ext/iota.hpp [3:5]
  307. include/boost/range/algorithm_ext/is_sorted.hpp [1:4]
  308. include/boost/range/algorithm_ext/overwrite.hpp [3:5]
  309. include/boost/range/algorithm_ext/push_back.hpp [3:5]
  310. include/boost/range/algorithm_ext/push_front.hpp [3:5]
  311. include/boost/range/concepts.hpp [3:5]
  312. include/boost/range/detail/demote_iterator_traversal_tag.hpp [3:5]
  313. include/boost/range/detail/join_iterator.hpp [3:5]
  314. include/boost/range/detail/misc_concept.hpp [3:5]
  315. include/boost/range/detail/range_return.hpp [1:3]
  316. include/boost/range/iterator_range.hpp [3:5]
  317. include/boost/range/iterator_range_io.hpp [3:5]
  318. include/boost/range/join.hpp [3:5]
  319. include/boost/range/sub_range.hpp [3:6]
  320. KEEP COPYRIGHT_SERVICE_LABEL a5eedf01d2ff92e079b113bd7640a18e
  321. BELONGS ya.make
  322. License text:
  323. // Copyright Neil Groves 2003-2004.
  324. // Use, modification and distribution is subject to the Boost Software
  325. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  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/range/range_fwd.hpp [3:5]
  332. KEEP COPYRIGHT_SERVICE_LABEL c7cb1452efce1db5158dd9b492eedf8a
  333. BELONGS ya.make
  334. License text:
  335. // Copyright Neil Groves 2014
  336. // Use, modification and distribution is subject to the Boost Software
  337. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  338. Scancode info:
  339. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  340. Score : 100.00
  341. Match type : COPYRIGHT
  342. Files with this license:
  343. include/boost/range/adaptor/formatted.hpp [3:5]
  344. include/boost/range/detail/combine_cxx03.hpp [3:5]
  345. include/boost/range/detail/combine_cxx11.hpp [1:3]
  346. include/boost/range/detail/combine_no_rvalue.hpp [3:5]
  347. include/boost/range/detail/combine_rvalue.hpp [3:5]
  348. include/boost/range/detail/default_constructible_unary_fn.hpp [3:5]
  349. include/boost/range/detail/has_member_size.hpp [3:3]
  350. include/boost/range/iterator_range_hash.hpp [3:5]
  351. include/boost/range/traversal.hpp [3:5]
  352. KEEP COPYRIGHT_SERVICE_LABEL c8491f9471a05c66b2b0b94793f3fadc
  353. BELONGS ya.make
  354. License text:
  355. // Copyright Pavol Droba 2002-2003. Use, modification and
  356. // distribution is subject to the Boost Software License, Version
  357. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  358. Scancode info:
  359. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  360. Score : 100.00
  361. Match type : COPYRIGHT
  362. Files with this license:
  363. include/boost/range/detail/collection_traits.hpp [3:5]
  364. include/boost/range/detail/collection_traits_detail.hpp [3:5]
  365. KEEP COPYRIGHT_SERVICE_LABEL d85d3237917b72f16dba239a303134fa
  366. BELONGS ya.make
  367. License text:
  368. // Copyright Daniel Walker 2006. Use, modification and distribution
  369. // are subject to the Boost Software License, Version 1.0. (See
  370. // accompanying file LICENSE_1_0.txt or copy at
  371. Scancode info:
  372. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  373. Score : 100.00
  374. Match type : COPYRIGHT
  375. Files with this license:
  376. include/boost/range/concepts.hpp [8:10]
  377. KEEP COPYRIGHT_SERVICE_LABEL dc1428e992645fc469a5b35c6395d317
  378. BELONGS ya.make
  379. License text:
  380. // Copyright Thorsten Ottosen 2003-2004. Use, modification and
  381. // distribution is subject to the Boost Software License, Version
  382. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  383. Scancode info:
  384. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  385. Score : 100.00
  386. Match type : COPYRIGHT
  387. Files with this license:
  388. include/boost/range.hpp [3:5]
  389. include/boost/range/begin.hpp [3:5]
  390. include/boost/range/config.hpp [3:5]
  391. include/boost/range/const_iterator.hpp [3:5]
  392. include/boost/range/const_reverse_iterator.hpp [3:5]
  393. include/boost/range/detail/common.hpp [3:5]
  394. include/boost/range/detail/difference_type.hpp [3:5]
  395. include/boost/range/detail/empty.hpp [3:5]
  396. include/boost/range/detail/implementation_help.hpp [3:5]
  397. include/boost/range/detail/sfinae.hpp [3:5]
  398. include/boost/range/detail/sizer.hpp [3:5]
  399. include/boost/range/difference_type.hpp [3:5]
  400. include/boost/range/empty.hpp [3:5]
  401. include/boost/range/end.hpp [3:5]
  402. include/boost/range/iterator.hpp [3:5]
  403. include/boost/range/metafunctions.hpp [3:5]
  404. include/boost/range/mutable_iterator.hpp [3:5]
  405. include/boost/range/rbegin.hpp [3:5]
  406. include/boost/range/reference.hpp [3:5]
  407. include/boost/range/rend.hpp [3:5]
  408. include/boost/range/result_iterator.hpp [3:5]
  409. include/boost/range/reverse_iterator.hpp [3:5]
  410. include/boost/range/reverse_result_iterator.hpp [3:5]
  411. include/boost/range/size.hpp [3:5]
  412. include/boost/range/size_type.hpp [3:5]
  413. include/boost/range/sub_range.hpp [3:6]
  414. include/boost/range/value_type.hpp [3:5]
  415. KEEP COPYRIGHT_SERVICE_LABEL e213d73918aa882afa60f3d0e8ec7b88
  416. BELONGS ya.make
  417. License text:
  418. // Copyright Neil Groves 2010. Use, modification and
  419. // distribution is subject to the Boost Software License, Version
  420. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  421. Scancode info:
  422. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  423. Score : 100.00
  424. Match type : COPYRIGHT
  425. Files with this license:
  426. include/boost/range/adaptor/define_adaptor.hpp [3:5]
  427. include/boost/range/adaptor/type_erased.hpp [3:5]
  428. include/boost/range/any_range.hpp [1:3]
  429. include/boost/range/combine.hpp [1:3]
  430. include/boost/range/counting_range.hpp [1:3]
  431. include/boost/range/detail/any_iterator.hpp [3:5]
  432. include/boost/range/detail/any_iterator_buffer.hpp [3:5]
  433. include/boost/range/detail/any_iterator_interface.hpp [3:5]
  434. include/boost/range/detail/any_iterator_wrapper.hpp [3:5]
  435. include/boost/range/has_range_iterator.hpp [3:5]
  436. include/boost/range/irange.hpp [3:5]
  437. include/boost/range/istream_range.hpp [1:3]
  438. KEEP COPYRIGHT_SERVICE_LABEL e231c4f18ec32c50a689f1faad621776
  439. BELONGS ya.make
  440. License text:
  441. // Copyright 2009 Neil Groves.
  442. // Distributed under the Boost Software License, Version 1.0. (See
  443. // accompanying file LICENSE_1_0.txt or copy at
  444. Scancode info:
  445. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  446. Score : 100.00
  447. Match type : COPYRIGHT
  448. Files with this license:
  449. include/boost/range/algorithm.hpp [8:10]
  450. KEEP COPYRIGHT_SERVICE_LABEL e4a00a40e577089cb7fa0eea90b9aa23
  451. BELONGS ya.make
  452. License text:
  453. // Copyright 2006 Thorsten Ottosen.
  454. // Distributed under the Boost Software License, Version 1.0. (See
  455. // accompanying file LICENSE_1_0.txt or copy at
  456. Scancode info:
  457. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  458. Score : 100.00
  459. Match type : COPYRIGHT
  460. Files with this license:
  461. include/boost/range/numeric.hpp [6:8]
  462. KEEP COPYRIGHT_SERVICE_LABEL e90054354c2fc6179de794b9b381eb6d
  463. BELONGS ya.make
  464. License text:
  465. // Copyright Shunsuke Sogame 2005-2006.
  466. // Distributed under the Boost Software License, Version 1.0.
  467. // (See accompanying file LICENSE_1_0.txt or copy at
  468. Scancode info:
  469. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  470. Score : 100.00
  471. Match type : COPYRIGHT
  472. Files with this license:
  473. include/boost/range/atl.hpp [9:11]
  474. include/boost/range/detail/microsoft.hpp [6:8]
  475. include/boost/range/mfc.hpp [9:11]
  476. KEEP COPYRIGHT_SERVICE_LABEL e93bfe4d94d610da2eba1108d089fc70
  477. BELONGS ya.make
  478. Note: matched license text is too long. Read it in the source files.
  479. Scancode info:
  480. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  481. Score : 100.00
  482. Match type : COPYRIGHT
  483. Files with this license:
  484. include/boost/range/adaptor/ref_unwrapped.hpp [3:6]
  485. KEEP COPYRIGHT_SERVICE_LABEL fba684797df4f48e06fa78e2e64b11b4
  486. BELONGS ya.make
  487. License text:
  488. // Copyright Thorsten Ottosen 2003-2006. Use, modification and
  489. // distribution is subject to the Boost Software License, Version
  490. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  491. Scancode info:
  492. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  493. Score : 100.00
  494. Match type : COPYRIGHT
  495. Files with this license:
  496. include/boost/range/category.hpp [3:5]
  497. include/boost/range/distance.hpp [3:5]
  498. include/boost/range/functions.hpp [3:5]
  499. include/boost/range/pointer.hpp [3:5]