devtools.copyrights.report 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144
  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 00d8c23eb547d50de392cb17b51e426e
  36. BELONGS ya.make
  37. License text:
  38. // Copyright 2002 Indiana University.
  39. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
  40. Scancode info:
  41. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  42. Score : 100.00
  43. Match type : COPYRIGHT
  44. Files with this license:
  45. include/boost/graph/adjacency_iterator.hpp [2:3]
  46. include/boost/graph/create_condensation_graph.hpp [2:3]
  47. include/boost/graph/dag_shortest_paths.hpp [2:3]
  48. include/boost/graph/detail/incremental_components.hpp [2:4]
  49. include/boost/graph/detail/list_base.hpp [2:3]
  50. include/boost/graph/exception.hpp [2:3]
  51. include/boost/graph/graph_archetypes.hpp [2:3]
  52. include/boost/graph/graph_selectors.hpp [2:3]
  53. include/boost/graph/iteration_macros_undef.hpp [2:3]
  54. KEEP COPYRIGHT_SERVICE_LABEL 01ee5bf19060374ef2efda82af9fc108
  55. BELONGS ya.make
  56. License text:
  57. // Copyright Michael Drexl 2005, 2006.
  58. // Distributed under the Boost Software License, Version 1.0.
  59. // (See accompanying file LICENSE_1_0.txt or copy at
  60. Scancode info:
  61. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  62. Score : 100.00
  63. Match type : COPYRIGHT
  64. Files with this license:
  65. include/boost/graph/r_c_shortest_paths.hpp [3:5]
  66. KEEP COPYRIGHT_SERVICE_LABEL 0248c07689d63f8e0b5cff0f09a2737a
  67. BELONGS ya.make
  68. License text:
  69. // Copyright (C) 2012 Flavio De Lorenzi (fdlorenzi@gmail.com)
  70. // Copyright (C) 2013 Jakob Lykke Andersen, University of Southern Denmark
  71. // (jlandersen@imada.sdu.dk)
  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/graph/vf2_sub_graph_iso.hpp [2:4]
  78. KEEP COPYRIGHT_SERVICE_LABEL 09990d303a67b1a0c87b3ccf09c2097c
  79. BELONGS ya.make
  80. License text:
  81. // Copyright (C) 2006 Tiago de Paula Peixoto <tiago@forked.de>
  82. // Copyright (C) 2004,2009 The Trustees of Indiana University.
  83. Scancode info:
  84. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  85. Score : 100.00
  86. Match type : COPYRIGHT
  87. Files with this license:
  88. src/graphml.cpp [1:2]
  89. KEEP COPYRIGHT_SERVICE_LABEL 0a1ddf2f633492698f29966f2ba00d47
  90. BELONGS ya.make
  91. License text:
  92. // Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
  93. // Copyright (C) Vladimir Prus 2003
  94. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
  95. Scancode info:
  96. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  97. Score : 100.00
  98. Match type : COPYRIGHT
  99. Files with this license:
  100. include/boost/graph/random.hpp [2:4]
  101. KEEP COPYRIGHT_SERVICE_LABEL 0b29116922cfef70c51094e6d835a79b
  102. BELONGS ya.make
  103. License text:
  104. // (C) Copyright Francois Faure, iMAGIS-GRAVIR / UJF, 2001.
  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/graph/property_iter_range.hpp [2:2]
  111. KEEP COPYRIGHT_SERVICE_LABEL 1503802c606bb498fc119fbf3329ccce
  112. BELONGS ya.make
  113. License text:
  114. // Copyright (c) Jeremy Siek 2001
  115. // Copyright (c) Douglas Gregor 2004
  116. Scancode info:
  117. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  118. Score : 100.00
  119. Match type : COPYRIGHT
  120. Files with this license:
  121. include/boost/graph/biconnected_components.hpp [1:2]
  122. KEEP COPYRIGHT_SERVICE_LABEL 1638af8b9d8a13b7d2e95217a0492d14
  123. BELONGS ya.make
  124. License text:
  125. // (C) Copyright Andrew Sutton 2007
  126. Scancode info:
  127. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  128. Score : 100.00
  129. Match type : COPYRIGHT
  130. Files with this license:
  131. include/boost/graph/geodesic_distance.hpp [1:1]
  132. include/boost/graph/property_maps/null_property_map.hpp [1:1]
  133. KEEP COPYRIGHT_SERVICE_LABEL 1a243be6fc839e64391e9bd0d3aea29a
  134. BELONGS ya.make
  135. License text:
  136. // (c) Copyright Juergen Hunold 2008
  137. // Use, modification and distribution is subject to the Boost Software
  138. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  139. Scancode info:
  140. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  141. Score : 100.00
  142. Match type : COPYRIGHT
  143. Files with this license:
  144. include/boost/graph/edmunds_karp_max_flow.hpp [2:4]
  145. KEEP COPYRIGHT_SERVICE_LABEL 1b49b31378926fed6bad2e9e34790202
  146. BELONGS ya.make
  147. Note: matched license text is too long. Read it in the source files.
  148. Scancode info:
  149. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  150. Score : 100.00
  151. Match type : COPYRIGHT
  152. Files with this license:
  153. include/boost/pending/container_traits.hpp [1:5]
  154. include/boost/pending/detail/disjoint_sets.hpp [1:3]
  155. include/boost/pending/detail/property.hpp [1:3]
  156. include/boost/pending/fibonacci_heap.hpp [1:3]
  157. include/boost/pending/property.hpp [1:3]
  158. include/boost/pending/queue.hpp [1:3]
  159. include/boost/pending/stringtok.hpp [1:3]
  160. KEEP COPYRIGHT_SERVICE_LABEL 1bf87741a9385d7452ade49e1b079010
  161. BELONGS ya.make
  162. License text:
  163. // Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
  164. // Copyright 2010 Thomas Claveirole
  165. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek, Thomas Claveirole
  166. Scancode info:
  167. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  168. Score : 100.00
  169. Match type : COPYRIGHT
  170. Files with this license:
  171. include/boost/graph/adjacency_list.hpp [2:4]
  172. include/boost/graph/bellman_ford_shortest_paths.hpp [3:4]
  173. include/boost/graph/breadth_first_search.hpp [3:4]
  174. include/boost/graph/cuthill_mckee_ordering.hpp [2:5]
  175. include/boost/graph/depth_first_search.hpp [2:4]
  176. include/boost/graph/detail/adj_list_edge_iterator.hpp [3:4]
  177. include/boost/graph/detail/adjacency_list.hpp [3:5]
  178. include/boost/graph/detail/array_binary_tree.hpp [3:4]
  179. include/boost/graph/detail/connected_components.hpp [2:3]
  180. include/boost/graph/detail/edge.hpp [3:4]
  181. include/boost/graph/detail/incidence_iterator.hpp [3:4]
  182. include/boost/graph/detail/self_avoiding_walk.hpp [2:3]
  183. include/boost/graph/detail/sparse_ordering.hpp [2:5]
  184. include/boost/graph/dijkstra_shortest_paths.hpp [2:3]
  185. include/boost/graph/dijkstra_shortest_paths_no_color_map.hpp [2:4]
  186. include/boost/graph/edge_list.hpp [2:3]
  187. include/boost/graph/filtered_graph.hpp [2:3]
  188. include/boost/graph/graph_as_tree.hpp [3:4]
  189. include/boost/graph/graph_concepts.hpp [3:4]
  190. include/boost/graph/graph_traits.hpp [2:3]
  191. include/boost/graph/graph_utility.hpp [3:4]
  192. include/boost/graph/johnson_all_pairs_shortest.hpp [2:3]
  193. include/boost/graph/king_ordering.hpp [2:5]
  194. include/boost/graph/kruskal_min_spanning_tree.hpp [3:4]
  195. include/boost/graph/leda_graph.hpp [2:6]
  196. include/boost/graph/matrix_as_graph.hpp [3:4]
  197. include/boost/graph/named_function_params.hpp [2:3]
  198. include/boost/graph/neighbor_bfs.hpp [3:4]
  199. include/boost/graph/prim_minimum_spanning_tree.hpp [2:3]
  200. include/boost/graph/properties.hpp [2:3]
  201. include/boost/graph/random.hpp [2:4]
  202. include/boost/graph/read_dimacs.hpp [2:3]
  203. include/boost/graph/relax.hpp [2:3]
  204. include/boost/graph/sequential_vertex_coloring.hpp [2:4]
  205. include/boost/graph/smallest_last_ordering.hpp [2:3]
  206. include/boost/graph/strong_components.hpp [3:4]
  207. include/boost/graph/topological_sort.hpp [3:4]
  208. include/boost/graph/transpose_graph.hpp [3:4]
  209. include/boost/graph/undirected_dfs.hpp [3:4]
  210. include/boost/graph/vector_as_graph.hpp [2:5]
  211. include/boost/graph/visitors.hpp [2:3]
  212. include/boost/pending/bucket_sorter.hpp [3:4]
  213. include/boost/pending/disjoint_sets.hpp [3:4]
  214. include/boost/pending/indirect_cmp.hpp [3:4]
  215. include/boost/pending/is_heap.hpp [3:4]
  216. include/boost/pending/mutable_heap.hpp [3:4]
  217. include/boost/pending/mutable_queue.hpp [3:4]
  218. KEEP COPYRIGHT_SERVICE_LABEL 1e6c23354a6747a6c3eef56fb2537b44
  219. BELONGS ya.make
  220. License text:
  221. // Copyright (c) 2006, Stephan Diederich
  222. Scancode info:
  223. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  224. Score : 100.00
  225. Match type : COPYRIGHT
  226. Files with this license:
  227. include/boost/graph/boykov_kolmogorov_max_flow.hpp [1:1]
  228. include/boost/graph/write_dimacs.hpp [1:1]
  229. KEEP COPYRIGHT_SERVICE_LABEL 22403f1361a990fb6fd5cc8b876e046d
  230. BELONGS ya.make
  231. License text:
  232. // Copyright (c) 2004 Kristopher Beevers
  233. Scancode info:
  234. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  235. Score : 100.00
  236. Match type : COPYRIGHT
  237. Files with this license:
  238. include/boost/graph/astar_search.hpp [5:5]
  239. KEEP COPYRIGHT_SERVICE_LABEL 22b8921218f5846e7fc7d4a2ac8c34c0
  240. BELONGS ya.make
  241. License text:
  242. // Copyright 2004-2006 The Trustees of Indiana University.
  243. Scancode info:
  244. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  245. Score : 100.00
  246. Match type : COPYRIGHT
  247. Files with this license:
  248. include/boost/graph/plod_generator.hpp [1:1]
  249. KEEP COPYRIGHT_SERVICE_LABEL 26ec38d4689211b14e2c5b53e9a78f76
  250. BELONGS ya.make
  251. License text:
  252. // Copyright 2009 The Trustees of Indiana University.
  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/graph/detail/histogram_sort.hpp [1:1]
  259. include/boost/graph/topology.hpp [1:1]
  260. KEEP COPYRIGHT_SERVICE_LABEL 29b0154b5b9497e05eafdea58aee1ec9
  261. BELONGS ya.make
  262. License text:
  263. // Copyright 2000 University of Notre Dame.
  264. // Authors: Jeremy G. Siek, Andrew Lumsdaine, Lie-Quan Lee
  265. Scancode info:
  266. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  267. Score : 100.00
  268. Match type : COPYRIGHT
  269. Files with this license:
  270. include/boost/graph/edge_connectivity.hpp [2:3]
  271. include/boost/graph/edmonds_karp_max_flow.hpp [2:3]
  272. include/boost/graph/push_relabel_max_flow.hpp [2:3]
  273. KEEP COPYRIGHT_SERVICE_LABEL 2e933bb084c95d7e3472974501e28c75
  274. BELONGS ya.make
  275. License text:
  276. // Copyright (c) Jeremy Siek 2001, Marc Wintermantel 2002
  277. Scancode info:
  278. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  279. Score : 100.00
  280. Match type : COPYRIGHT
  281. Files with this license:
  282. include/boost/graph/bandwidth.hpp [1:1]
  283. KEEP COPYRIGHT_SERVICE_LABEL 351746b3263b8ecde03d30e68809a8c2
  284. BELONGS ya.make
  285. License text:
  286. // Copyright 2005 Trustees of Indiana University
  287. // Authors: Andrew Lumsdaine, Douglas Gregor
  288. Scancode info:
  289. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  290. Score : 100.00
  291. Match type : COPYRIGHT
  292. Files with this license:
  293. include/boost/graph/simple_point.hpp [2:3]
  294. KEEP COPYRIGHT_SERVICE_LABEL 35f3967788124fb1166bf637d6cd211a
  295. BELONGS ya.make
  296. Note: matched license text is too long. Read it in the source files.
  297. Scancode info:
  298. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  299. Score : 100.00
  300. Match type : COPYRIGHT
  301. Files with this license:
  302. include/boost/graph/transitive_closure.hpp [1:4]
  303. KEEP COPYRIGHT_SERVICE_LABEL 368bc0676fed97d8e20cb5e9e1a4530f
  304. BELONGS ya.make
  305. License text:
  306. // Copyright (C) 2009 Andrew Sutton
  307. Scancode info:
  308. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  309. Score : 100.00
  310. Match type : COPYRIGHT
  311. Files with this license:
  312. include/boost/graph/detail/labeled_graph_traits.hpp [1:1]
  313. include/boost/graph/graph_mutability_traits.hpp [1:1]
  314. include/boost/graph/labeled_graph.hpp [1:1]
  315. KEEP COPYRIGHT_SERVICE_LABEL 3761f0e38b5da4769378918141293e40
  316. BELONGS ya.make
  317. License text:
  318. // Copyright 2002 Rensselaer Polytechnic Institute
  319. Scancode info:
  320. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  321. Score : 100.00
  322. Match type : COPYRIGHT
  323. Files with this license:
  324. include/boost/graph/floyd_warshall_shortest.hpp [1:1]
  325. KEEP COPYRIGHT_SERVICE_LABEL 3e8210b2d067c6fa6eca9745ccdb03df
  326. BELONGS ya.make
  327. License text:
  328. // Copyright 2008
  329. // Author: Matyas W Egyhazy
  330. Scancode info:
  331. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  332. Score : 100.00
  333. Match type : COPYRIGHT
  334. Files with this license:
  335. include/boost/graph/metric_tsp_approx.hpp [3:4]
  336. KEEP COPYRIGHT_SERVICE_LABEL 471d4b0a42c396158389600e3135b118
  337. BELONGS ya.make
  338. License text:
  339. // Copyright 2001 University of Notre Dame.
  340. // Copyright 2003 Jeremy Siek
  341. // Authors: Lie-Quan Lee, Jeremy Siek, and Douglas Gregor
  342. Scancode info:
  343. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  344. Score : 100.00
  345. Match type : COPYRIGHT
  346. Files with this license:
  347. include/boost/graph/dll_import_export.hpp [2:4]
  348. include/boost/graph/graphviz.hpp [2:4]
  349. KEEP COPYRIGHT_SERVICE_LABEL 483fdf5158d0f8518198f5ac2c492f5f
  350. BELONGS ya.make
  351. License text:
  352. // (C) Copyright Jeremy Siek 2001.
  353. // Distributed under the Boost Software License, Version 1.0. (See accompany-
  354. // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  355. Scancode info:
  356. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  357. Score : 100.00
  358. Match type : COPYRIGHT
  359. Files with this license:
  360. include/boost/detail/algorithm.hpp [1:3]
  361. include/boost/graph/detail/permutation.hpp [1:3]
  362. include/boost/graph/detail/set_adaptor.hpp [1:3]
  363. include/boost/graph/detail/shadow_iterator.hpp [1:3]
  364. KEEP COPYRIGHT_SERVICE_LABEL 4a4c85d50d7786e732eb8f9d7ce88a13
  365. BELONGS ya.make
  366. License text:
  367. // (C) Copyright 2007 Andrew Sutton
  368. Scancode info:
  369. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  370. Score : 100.00
  371. Match type : COPYRIGHT
  372. Files with this license:
  373. include/boost/graph/detail/geodesic.hpp [1:1]
  374. KEEP COPYRIGHT_SERVICE_LABEL 4c7e1f597f1997587410c32f9a6d6fdb
  375. BELONGS ya.make
  376. License text:
  377. // Copyright (c) 2005 Aaron Windsor
  378. Scancode info:
  379. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  380. Score : 100.00
  381. Match type : COPYRIGHT
  382. Files with this license:
  383. include/boost/graph/max_cardinality_matching.hpp [2:2]
  384. KEEP COPYRIGHT_SERVICE_LABEL 4cf14bcc6afe3ad08dfd547e89ac0920
  385. BELONGS ya.make
  386. License text:
  387. // Copyright 2010 The Trustees of Indiana University.
  388. Scancode info:
  389. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  390. Score : 100.00
  391. Match type : COPYRIGHT
  392. Files with this license:
  393. include/boost/graph/loop_erased_random_walk.hpp [1:1]
  394. include/boost/graph/random_spanning_tree.hpp [1:1]
  395. KEEP COPYRIGHT_SERVICE_LABEL 4d26b7ae91cf6f8491cee13434ff5797
  396. BELONGS ya.make
  397. License text:
  398. * Copyright (c) 1996
  399. * Silicon Graphics Computer Systems, Inc.
  400. Scancode info:
  401. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  402. Score : 100.00
  403. Match type : COPYRIGHT
  404. Files with this license:
  405. include/boost/detail/algorithm.hpp [19:20]
  406. KEEP COPYRIGHT_SERVICE_LABEL 572b131daaeb41ada07b46e9bcc351e8
  407. BELONGS ya.make
  408. License text:
  409. // Copyright (C) 2005-2010 The Trustees of Indiana University.
  410. Scancode info:
  411. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  412. Score : 100.00
  413. Match type : COPYRIGHT
  414. Files with this license:
  415. include/boost/graph/one_bit_color_map.hpp [1:1]
  416. KEEP COPYRIGHT_SERVICE_LABEL 586afb33401cfbc0d9c28c9f0b024801
  417. BELONGS ya.make
  418. License text:
  419. // Copyright 2005 Jeremy G. Siek
  420. // Authors: Jeremy G. Siek
  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/graph/adj_list_serialize.hpp [2:3]
  427. KEEP COPYRIGHT_SERVICE_LABEL 5bb192a3ec0466664f95da7b439ee5e7
  428. BELONGS ya.make
  429. License text:
  430. // Copyright 2012 Fernando Vilas
  431. // 2010 Daniel Trebbien
  432. Scancode info:
  433. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  434. Score : 100.00
  435. Match type : COPYRIGHT
  436. Files with this license:
  437. include/boost/graph/maximum_adjacency_search.hpp [3:4]
  438. KEEP COPYRIGHT_SERVICE_LABEL 670e9fea8b553fd6cefa4f9a295c8a0a
  439. BELONGS ya.make
  440. License text:
  441. // Copyright 2012 The Trustees of Indiana University.
  442. Scancode info:
  443. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  444. Score : 100.00
  445. Match type : COPYRIGHT
  446. Files with this license:
  447. include/boost/graph/detail/is_distributed_selector.hpp [1:1]
  448. KEEP COPYRIGHT_SERVICE_LABEL 686307e753ad6e1d636dbc622eedb324
  449. BELONGS ya.make
  450. License text:
  451. // Copyright (C) 2006 Tiago de Paula Peixoto <tiago@forked.de>
  452. // Copyright (C) 2004 The Trustees of Indiana University.
  453. Scancode info:
  454. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  455. Score : 100.00
  456. Match type : COPYRIGHT
  457. Files with this license:
  458. include/boost/graph/graphml.hpp [1:2]
  459. KEEP COPYRIGHT_SERVICE_LABEL 69913f770ab644c0c626ffe368b41c06
  460. BELONGS ya.make
  461. License text:
  462. // (C) Copyright Jeremiah Willcock 2004
  463. // Distributed under the Boost Software License, Version 1.0. (See
  464. // accompanying file LICENSE_1_0.txt or copy at
  465. Scancode info:
  466. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  467. Score : 100.00
  468. Match type : COPYRIGHT
  469. Files with this license:
  470. include/boost/pending/fenced_priority_queue.hpp [1:3]
  471. KEEP COPYRIGHT_SERVICE_LABEL 6b1ab40ae46ff90ccb7c47e8c55973bc
  472. BELONGS ya.make
  473. License text:
  474. // Copyright Daniel Trebbien 2010.
  475. // Distributed under the Boost Software License, Version 1.0.
  476. // (See accompanying file LICENSE_1_0.txt or the copy at
  477. Scancode info:
  478. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  479. Score : 100.00
  480. Match type : COPYRIGHT
  481. Files with this license:
  482. include/boost/graph/buffer_concepts.hpp [1:3]
  483. include/boost/graph/stoer_wagner_min_cut.hpp [1:3]
  484. KEEP COPYRIGHT_SERVICE_LABEL 6faaf754e301184e7a07944b24799553
  485. BELONGS ya.make
  486. License text:
  487. // Copyright 2004 The Trustees of Indiana University.
  488. Scancode info:
  489. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  490. Score : 100.00
  491. Match type : COPYRIGHT
  492. Files with this license:
  493. include/boost/graph/bc_clustering.hpp [1:1]
  494. include/boost/graph/betweenness_centrality.hpp [1:1]
  495. include/boost/graph/circle_layout.hpp [1:1]
  496. include/boost/graph/gursoy_atun_layout.hpp [1:1]
  497. include/boost/graph/kamada_kawai_spring_layout.hpp [1:1]
  498. include/boost/graph/leda_graph.hpp [2:6]
  499. include/boost/graph/overloading.hpp [1:1]
  500. include/boost/graph/random_layout.hpp [1:1]
  501. include/boost/graph/sequential_vertex_coloring.hpp [2:4]
  502. include/boost/graph/small_world_generator.hpp [1:1]
  503. include/boost/graph/vertex_and_edge_range.hpp [1:1]
  504. include/boost/pending/relaxed_heap.hpp [1:1]
  505. KEEP COPYRIGHT_SERVICE_LABEL 7154f956948b41d87bf8a2b73a07d675
  506. BELONGS ya.make
  507. License text:
  508. // (C) Copyright Jeremy Siek 1999.
  509. // Distributed under the Boost Software License, Version 1.0. (See
  510. // accompanying file LICENSE_1_0.txt or copy at
  511. Scancode info:
  512. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  513. Score : 100.00
  514. Match type : COPYRIGHT
  515. Files with this license:
  516. include/boost/graph/tree_traits.hpp [1:3]
  517. KEEP COPYRIGHT_SERVICE_LABEL 740b8b21c73d73ca167354e62df16207
  518. BELONGS ya.make
  519. License text:
  520. * Copyright (c) 2010 Matthias Walter (xammy@xammy.homelinux.net)
  521. Scancode info:
  522. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  523. Score : 100.00
  524. Match type : COPYRIGHT
  525. Files with this license:
  526. include/boost/graph/bipartite.hpp [3:3]
  527. KEEP COPYRIGHT_SERVICE_LABEL 779f3f74aa28c6ec9cbf99f210980137
  528. BELONGS ya.make
  529. License text:
  530. // Copyright 2007 Stanford University
  531. // Authors: David Gleich
  532. Scancode info:
  533. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  534. Score : 100.00
  535. Match type : COPYRIGHT
  536. Files with this license:
  537. include/boost/graph/core_numbers.hpp [3:4]
  538. KEEP COPYRIGHT_SERVICE_LABEL 7da1e963669f385bf3784df6bc8f2553
  539. BELONGS ya.make
  540. License text:
  541. // Copyright (C) 2005-2006 The Trustees of Indiana University.
  542. Scancode info:
  543. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  544. Score : 100.00
  545. Match type : COPYRIGHT
  546. Files with this license:
  547. include/boost/graph/two_bit_color_map.hpp [1:1]
  548. KEEP COPYRIGHT_SERVICE_LABEL 807dea3c55c068fbbaf4810187c7c84b
  549. BELONGS ya.make
  550. License text:
  551. // (C) Copyright 2007-2009 Andrew Sutton
  552. Scancode info:
  553. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  554. Score : 100.00
  555. Match type : COPYRIGHT
  556. Files with this license:
  557. include/boost/graph/bron_kerbosch_all_cliques.hpp [1:1]
  558. include/boost/graph/closeness_centrality.hpp [1:1]
  559. include/boost/graph/clustering_coefficient.hpp [1:1]
  560. include/boost/graph/degree_centrality.hpp [1:1]
  561. include/boost/graph/detail/index.hpp [1:1]
  562. include/boost/graph/directed_graph.hpp [1:1]
  563. include/boost/graph/eccentricity.hpp [1:1]
  564. include/boost/graph/exterior_property.hpp [1:1]
  565. include/boost/graph/numeric_values.hpp [1:1]
  566. include/boost/graph/property_maps/constant_property_map.hpp [1:1]
  567. include/boost/graph/property_maps/container_property_map.hpp [1:1]
  568. include/boost/graph/property_maps/matrix_property_map.hpp [1:1]
  569. include/boost/graph/tiernan_all_cycles.hpp [1:1]
  570. include/boost/graph/undirected_graph.hpp [1:1]
  571. KEEP COPYRIGHT_SERVICE_LABEL 89b41c99892d77117372460a7f90d72f
  572. BELONGS ya.make
  573. License text:
  574. // Copyright 2004-5 The Trustees of Indiana University.
  575. // Copyright 2002 Brad King and Douglas Gregor
  576. Scancode info:
  577. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  578. Score : 100.00
  579. Match type : COPYRIGHT
  580. Files with this license:
  581. include/boost/graph/page_rank.hpp [1:2]
  582. KEEP COPYRIGHT_SERVICE_LABEL 8aaadc898368c37b5d90c024f9104351
  583. BELONGS ya.make
  584. License text:
  585. // Copyright (C) 2012, Michele Caini.
  586. // Distributed under the Boost Software License, Version 1.0.
  587. // (See accompanying file LICENSE_1_0.txt or copy at
  588. Scancode info:
  589. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  590. Score : 100.00
  591. Match type : COPYRIGHT
  592. Files with this license:
  593. include/boost/graph/two_graphs_common_spanning_trees.hpp [1:3]
  594. KEEP COPYRIGHT_SERVICE_LABEL 9207c14a0f73cfde357a50e86305b641
  595. BELONGS ya.make
  596. License text:
  597. // Copyright 2004-9 Trustees of Indiana University
  598. Scancode info:
  599. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  600. Score : 100.00
  601. Match type : COPYRIGHT
  602. Files with this license:
  603. include/boost/graph/detail/read_graphviz_new.hpp [1:1]
  604. include/boost/graph/detail/read_graphviz_spirit.hpp [1:1]
  605. src/read_graphviz_new.cpp [1:1]
  606. KEEP COPYRIGHT_SERVICE_LABEL 96b2ef2696a6c6919d3372f54d0dcce4
  607. BELONGS ya.make
  608. License text:
  609. // Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
  610. // Copyright 2009 Trustees of Indiana University.
  611. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek, Michael Hansen
  612. Scancode info:
  613. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  614. Score : 100.00
  615. Match type : COPYRIGHT
  616. Files with this license:
  617. include/boost/graph/detail/d_ary_heap.hpp [3:4]
  618. include/boost/graph/detail/incremental_components.hpp [2:4]
  619. include/boost/graph/dijkstra_shortest_paths_no_color_map.hpp [2:4]
  620. include/boost/graph/grid_graph.hpp [2:3]
  621. include/boost/graph/incremental_components.hpp [3:5]
  622. include/boost/graph/lookup_edge.hpp [2:3]
  623. include/boost/graph/mcgregor_common_subgraphs.hpp [2:3]
  624. KEEP COPYRIGHT_SERVICE_LABEL 98be8460f5eeedee67d327e5aa099ae2
  625. BELONGS ya.make
  626. License text:
  627. // Copyright 2004-5 The Trustees of Indiana University.
  628. // Copyright 2002 Brad King and Douglas Gregor
  629. Scancode info:
  630. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  631. Score : 100.00
  632. Match type : COPYRIGHT
  633. Files with this license:
  634. include/boost/graph/page_rank.hpp [1:2]
  635. KEEP COPYRIGHT_SERVICE_LABEL 9cf9d5ea6d40a88eeda2127bd41fc81a
  636. BELONGS ya.make
  637. License text:
  638. // Copyright (C) 2012 Flavio De Lorenzi (fdlorenzi@gmail.com)
  639. // Copyright (C) 2013 Jakob Lykke Andersen, University of Southern Denmark
  640. // (jlandersen@imada.sdu.dk)
  641. Scancode info:
  642. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  643. Score : 100.00
  644. Match type : COPYRIGHT
  645. Files with this license:
  646. include/boost/graph/vf2_sub_graph_iso.hpp [2:4]
  647. KEEP COPYRIGHT_SERVICE_LABEL 9d08918c66a0d366cbbae02999f8438d
  648. BELONGS ya.make
  649. Note: matched license text is too long. Read it in the source files.
  650. Scancode info:
  651. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  652. Score : 100.00
  653. Match type : COPYRIGHT
  654. Files with this license:
  655. include/boost/graph/transitive_closure.hpp [1:4]
  656. include/boost/graph/vector_as_graph.hpp [2:5]
  657. KEEP COPYRIGHT_SERVICE_LABEL a717e4b7c213ca28bbeaec4750bb98ec
  658. BELONGS ya.make
  659. License text:
  660. // Copyright 2004, 2005 The Trustees of Indiana University.
  661. Scancode info:
  662. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  663. Score : 100.00
  664. Match type : COPYRIGHT
  665. Files with this license:
  666. include/boost/graph/erdos_renyi_generator.hpp [1:1]
  667. include/boost/graph/fruchterman_reingold.hpp [1:1]
  668. include/boost/graph/mesh_graph_generator.hpp [1:1]
  669. include/boost/graph/point_traits.hpp [1:1]
  670. include/boost/graph/rmat_graph_generator.hpp [1:1]
  671. include/boost/graph/ssca_graph_generator.hpp [1:1]
  672. KEEP COPYRIGHT_SERVICE_LABEL a7831931571cb11df5942e281a68009f
  673. BELONGS ya.make
  674. License text:
  675. * Copyright (c) 1994
  676. * Hewlett-Packard Company
  677. Scancode info:
  678. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  679. Score : 100.00
  680. Match type : COPYRIGHT
  681. Files with this license:
  682. include/boost/detail/algorithm.hpp [7:8]
  683. KEEP COPYRIGHT_SERVICE_LABEL a9d5074bdc20d985f64135ae02f955a0
  684. BELONGS ya.make
  685. Note: matched license text is too long. Read it in the source files.
  686. Scancode info:
  687. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  688. Score : 100.00
  689. Match type : COPYRIGHT
  690. Files with this license:
  691. include/boost/pending/container_traits.hpp [1:5]
  692. KEEP COPYRIGHT_SERVICE_LABEL ab71254ad02f316b826c74cda23fc7de
  693. BELONGS ya.make
  694. License text:
  695. // Copyright 2001 Universite Joseph Fourier, Grenoble.
  696. // Author: Francois Faure
  697. Scancode info:
  698. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  699. Score : 100.00
  700. Match type : COPYRIGHT
  701. Files with this license:
  702. include/boost/graph/adjacency_list_io.hpp [2:3]
  703. KEEP COPYRIGHT_SERVICE_LABEL ac019423baf07909ddd9038922e85359
  704. BELONGS ya.make
  705. License text:
  706. // Copyright 2005 The Trustees of Indiana University.
  707. Scancode info:
  708. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  709. Score : 100.00
  710. Match type : COPYRIGHT
  711. Files with this license:
  712. include/boost/graph/detail/indexed_properties.hpp [1:1]
  713. include/boost/graph/dimacs.hpp [1:1]
  714. include/boost/graph/graph_stats.hpp [1:1]
  715. include/boost/graph/metis.hpp [1:1]
  716. KEEP COPYRIGHT_SERVICE_LABEL b1820d2cd3cc81402964cf6c2c64f349
  717. BELONGS ya.make
  718. License text:
  719. // Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
  720. // Copyright 2010 Thomas Claveirole
  721. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek, Thomas Claveirole
  722. Scancode info:
  723. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  724. Score : 100.00
  725. Match type : COPYRIGHT
  726. Files with this license:
  727. include/boost/graph/adjacency_list.hpp [2:4]
  728. include/boost/graph/detail/adjacency_list.hpp [3:5]
  729. KEEP COPYRIGHT_SERVICE_LABEL b608aafcf17c3fbc3a9abfa54ff163ce
  730. BELONGS ya.make
  731. License text:
  732. // Copyright (C) 2007 Douglas Gregor
  733. Scancode info:
  734. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  735. Score : 100.00
  736. Match type : COPYRIGHT
  737. Files with this license:
  738. include/boost/graph/named_graph.hpp [1:1]
  739. KEEP COPYRIGHT_SERVICE_LABEL ba5506df7530081f1cb89a1a0c3dde35
  740. BELONGS ya.make
  741. Note: matched license text is too long. Read it in the source files.
  742. Scancode info:
  743. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  744. Score : 100.00
  745. Match type : COPYRIGHT
  746. Files with this license:
  747. include/boost/graph/vector_as_graph.hpp [2:5]
  748. KEEP COPYRIGHT_SERVICE_LABEL baf28d14712b3b53f3b722d4d80fdb6c
  749. BELONGS ya.make
  750. Note: matched license text is too long. Read it in the source files.
  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/pending/container_traits.hpp [1:5]
  757. KEEP COPYRIGHT_SERVICE_LABEL bd84a09c4319b7c30ed8c9bc63531fff
  758. BELONGS ya.make
  759. License text:
  760. // Copyright (c) 2018 Yi Ji
  761. Scancode info:
  762. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  763. Score : 100.00
  764. Match type : COPYRIGHT
  765. Files with this license:
  766. include/boost/graph/maximum_weighted_matching.hpp [2:2]
  767. KEEP COPYRIGHT_SERVICE_LABEL bda792b52a7a784797c1280c82f443a0
  768. BELONGS ya.make
  769. License text:
  770. // (C) Copyright David Abrahams 2000.
  771. // Distributed under the Boost Software License, Version 1.0. (See
  772. // accompanying file LICENSE_1_0.txt or copy at
  773. Scancode info:
  774. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  775. Score : 100.00
  776. Match type : COPYRIGHT
  777. Files with this license:
  778. include/boost/graph/reverse_graph.hpp [1:3]
  779. KEEP COPYRIGHT_SERVICE_LABEL c02bfefa74f87417f2dbc10a0395ffac
  780. BELONGS ya.make
  781. License text:
  782. // Copyright 2018 Peter Dimov
  783. Scancode info:
  784. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  785. Score : 100.00
  786. Match type : COPYRIGHT
  787. Files with this license:
  788. include/boost/graph/detail/empty_header.hpp [4:4]
  789. include/boost/graph/detail/mpi_include.hpp [4:4]
  790. KEEP COPYRIGHT_SERVICE_LABEL c3a440d06912f47e5190235167d26eea
  791. BELONGS ya.make
  792. License text:
  793. // Copyright 2001 University of Notre Dame.
  794. // Copyright 2006 Trustees of Indiana University
  795. // Authors: Jeremy G. Siek and Douglas Gregor <dgregor@cs.indiana.edu>
  796. Scancode info:
  797. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  798. Score : 100.00
  799. Match type : COPYRIGHT
  800. Files with this license:
  801. include/boost/graph/adjacency_matrix.hpp [2:4]
  802. KEEP COPYRIGHT_SERVICE_LABEL c43f1a8f551d96ac636a4afde37c7277
  803. BELONGS ya.make
  804. License text:
  805. // (C) Copyright 2009 Eric Bose-Wolf
  806. Scancode info:
  807. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  808. Score : 100.00
  809. Match type : COPYRIGHT
  810. Files with this license:
  811. include/boost/graph/transitive_reduction.hpp [1:1]
  812. KEEP COPYRIGHT_SERVICE_LABEL c44aa21684966e124d964b7f61ceb274
  813. BELONGS ya.make
  814. License text:
  815. // Copyright (C) 2006 The Trustees of Indiana University.
  816. Scancode info:
  817. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  818. Score : 100.00
  819. Match type : COPYRIGHT
  820. Files with this license:
  821. include/boost/graph/st_connected.hpp [1:1]
  822. KEEP COPYRIGHT_SERVICE_LABEL c6f32cbdc60da329c029d3eceb822cb5
  823. BELONGS ya.make
  824. License text:
  825. // Copyright 2001 Indiana University
  826. // Author: Jeremy G. Siek
  827. Scancode info:
  828. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  829. Score : 100.00
  830. Match type : COPYRIGHT
  831. Files with this license:
  832. include/boost/graph/iteration_macros.hpp [2:3]
  833. KEEP COPYRIGHT_SERVICE_LABEL c8b2225195e675e39283e940da8d4aca
  834. BELONGS ya.make
  835. License text:
  836. // Copyright 2013 Maciej Piechotka
  837. // Authors: Maciej Piechotka
  838. Scancode info:
  839. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  840. Score : 100.00
  841. Match type : COPYRIGHT
  842. Files with this license:
  843. include/boost/graph/edge_coloring.hpp [2:3]
  844. KEEP COPYRIGHT_SERVICE_LABEL c91df6862997c9f36164f1308b236bf7
  845. BELONGS ya.make
  846. License text:
  847. // Copyright 2007 Aaron Windsor
  848. Scancode info:
  849. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  850. Score : 100.00
  851. Match type : COPYRIGHT
  852. Files with this license:
  853. include/boost/graph/boyer_myrvold_planar_test.hpp [2:2]
  854. include/boost/graph/is_kuratowski_subgraph.hpp [2:2]
  855. include/boost/graph/is_straight_line_drawing.hpp [2:2]
  856. include/boost/graph/make_biconnected_planar.hpp [2:2]
  857. include/boost/graph/make_connected.hpp [2:2]
  858. include/boost/graph/make_maximal_planar.hpp [2:2]
  859. include/boost/graph/planar_detail/add_edge_visitors.hpp [2:2]
  860. include/boost/graph/planar_detail/bucket_sort.hpp [2:2]
  861. KEEP COPYRIGHT_SERVICE_LABEL cc20f3be80fcae2741d451fd54843c93
  862. BELONGS ya.make
  863. License text:
  864. // Copyright 2001 University of Notre Dame.
  865. // Copyright 2006 Trustees of Indiana University
  866. // Authors: Jeremy G. Siek and Douglas Gregor <dgregor@cs.indiana.edu>
  867. Scancode info:
  868. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  869. Score : 100.00
  870. Match type : COPYRIGHT
  871. Files with this license:
  872. include/boost/graph/adjacency_matrix.hpp [2:4]
  873. include/boost/graph/dll_import_export.hpp [2:4]
  874. include/boost/graph/graphviz.hpp [2:4]
  875. include/boost/graph/subgraph.hpp [2:3]
  876. KEEP COPYRIGHT_SERVICE_LABEL cde0b758663026af6e7dea405ee6bf38
  877. BELONGS ya.make
  878. License text:
  879. // Copyright Louis Dionne 2013
  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/graph/hawick_circuits.hpp [1:1]
  886. KEEP COPYRIGHT_SERVICE_LABEL d08ee88acc4c1b352aea89d4523daace
  887. BELONGS ya.make
  888. License text:
  889. // Copyright 2009, Andrew Sutton
  890. Scancode info:
  891. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  892. Score : 100.00
  893. Match type : COPYRIGHT
  894. Files with this license:
  895. include/boost/graph/graph_concepts.hpp [6:6]
  896. KEEP COPYRIGHT_SERVICE_LABEL d52e2e3deec2da9a498dcf40b8dc3655
  897. BELONGS ya.make
  898. License text:
  899. // Copyright 2002 Marc Wintermantel (wintermantel@even-ag.ch)
  900. // ETH Zurich, Center of Structure Technologies
  901. // (https://web.archive.org/web/20050307090307/http://www.structures.ethz.ch/)
  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/graph/profile.hpp [3:5]
  908. include/boost/graph/sloan_ordering.hpp [3:5]
  909. include/boost/graph/wavefront.hpp [3:5]
  910. KEEP COPYRIGHT_SERVICE_LABEL d91946878c8cc10edec238acbae07c4c
  911. BELONGS ya.make
  912. License text:
  913. // Copyright 2005-2009 The Trustees of Indiana University.
  914. Scancode info:
  915. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  916. Score : 100.00
  917. Match type : COPYRIGHT
  918. Files with this license:
  919. include/boost/graph/compressed_sparse_row_graph.hpp [1:1]
  920. include/boost/graph/detail/compressed_sparse_row_struct.hpp [1:1]
  921. KEEP COPYRIGHT_SERVICE_LABEL d9d3f9179a9781a228af49eebba2dba2
  922. BELONGS ya.make
  923. Note: matched license text is too long. Read it in the source files.
  924. Scancode info:
  925. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  926. Score : 100.00
  927. Match type : COPYRIGHT
  928. Files with this license:
  929. include/boost/graph/leda_graph.hpp [2:6]
  930. KEEP COPYRIGHT_SERVICE_LABEL e52d2d00c0bddf195fcd2e865710a087
  931. BELONGS ya.make
  932. License text:
  933. // Copyright (C) 2001 Jeremy Siek, Douglas Gregor, Brian Osman
  934. Scancode info:
  935. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  936. Score : 100.00
  937. Match type : COPYRIGHT
  938. Files with this license:
  939. include/boost/graph/isomorphism.hpp [1:1]
  940. KEEP COPYRIGHT_SERVICE_LABEL e660351224f73455ec6e8b19ff54015b
  941. BELONGS ya.make
  942. License text:
  943. // Copyright 2013 University of Warsaw.
  944. // Authors: Piotr Wygocki
  945. Scancode info:
  946. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  947. Score : 100.00
  948. Match type : COPYRIGHT
  949. Files with this license:
  950. include/boost/graph/cycle_canceling.hpp [2:3]
  951. include/boost/graph/detail/augment.hpp [2:3]
  952. include/boost/graph/find_flow_cost.hpp [2:3]
  953. include/boost/graph/successive_shortest_path_nonnegative_weights.hpp [2:3]
  954. KEEP COPYRIGHT_SERVICE_LABEL e948c32bb4fec5a27e9bbe3a45398269
  955. BELONGS ya.make
  956. License text:
  957. // (C) Copyright Jeremy Siek 2006
  958. // Distributed under the Boost Software License, Version 1.0. (See
  959. // accompanying file LICENSE_1_0.txt or copy at
  960. Scancode info:
  961. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  962. Score : 100.00
  963. Match type : COPYRIGHT
  964. Files with this license:
  965. include/boost/pending/property_serialize.hpp [1:3]
  966. KEEP COPYRIGHT_SERVICE_LABEL e9c139c5d04d10ee2bf656ff900cbbaf
  967. BELONGS ya.make
  968. License text:
  969. // Copyright (c) Aaron Windsor 2007
  970. Scancode info:
  971. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  972. Score : 100.00
  973. Match type : COPYRIGHT
  974. Files with this license:
  975. include/boost/graph/chrobak_payne_drawing.hpp [2:2]
  976. include/boost/graph/planar_canonical_ordering.hpp [2:2]
  977. include/boost/graph/planar_detail/boyer_myrvold_impl.hpp [2:2]
  978. include/boost/graph/planar_detail/face_handles.hpp [2:2]
  979. include/boost/graph/planar_detail/face_iterators.hpp [2:2]
  980. include/boost/graph/planar_face_traversal.hpp [2:2]
  981. KEEP COPYRIGHT_SERVICE_LABEL edd357e5bb31d28a8d2f7af650d68345
  982. BELONGS ya.make
  983. License text:
  984. // Copyright (C) 2006-2009 Dmitry Bufistov and Andrey Parfenov
  985. Scancode info:
  986. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  987. Score : 100.00
  988. Match type : COPYRIGHT
  989. Files with this license:
  990. include/boost/graph/howard_cycle_ratio.hpp [1:1]
  991. KEEP COPYRIGHT_SERVICE_LABEL f135edc02c00b6582ebdd933caabbc00
  992. BELONGS ya.make
  993. License text:
  994. // Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
  995. // Copyright 2003 Bruce Barr
  996. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
  997. Scancode info:
  998. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  999. Score : 100.00
  1000. Match type : COPYRIGHT
  1001. Files with this license:
  1002. include/boost/graph/depth_first_search.hpp [2:4]
  1003. KEEP COPYRIGHT_SERVICE_LABEL f1f8468601bd581bae0bf23eba4b070b
  1004. BELONGS ya.make
  1005. License text:
  1006. // Copyright (c) Jeremy Siek 2001
  1007. // Copyright (c) Douglas Gregor 2004
  1008. Scancode info:
  1009. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1010. Score : 100.00
  1011. Match type : COPYRIGHT
  1012. Files with this license:
  1013. include/boost/graph/biconnected_components.hpp [1:2]
  1014. KEEP COPYRIGHT_SERVICE_LABEL f2afe39f6ff7491f267ce9bc28a07daa
  1015. BELONGS ya.make
  1016. License text:
  1017. // Copyright 1997-2001 University of Notre Dame.
  1018. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
  1019. Scancode info:
  1020. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1021. Score : 100.00
  1022. Match type : COPYRIGHT
  1023. Files with this license:
  1024. include/boost/graph/connected_components.hpp [3:4]
  1025. include/boost/graph/copy.hpp [3:4]
  1026. include/boost/graph/incremental_components.hpp [3:5]
  1027. include/boost/graph/minimum_degree_ordering.hpp [3:4]
  1028. include/boost/graph/stanford_graph.hpp [2:3]
  1029. KEEP COPYRIGHT_SERVICE_LABEL fd6578dd286e9257f73d8cc59e377eb7
  1030. BELONGS ya.make
  1031. License text:
  1032. // Copyright (C) 2005-2009 Jongsoo Park <jongsoo.park -at- gmail.com>
  1033. Scancode info:
  1034. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1035. Score : 100.00
  1036. Match type : COPYRIGHT
  1037. Files with this license:
  1038. include/boost/graph/dominator_tree.hpp [2:2]
  1039. KEEP COPYRIGHT_SERVICE_LABEL fda42ec6f8d7fcf06eb7924a33f02d3c
  1040. BELONGS ya.make
  1041. Note: matched license text is too long. Read it in the source files.
  1042. Scancode info:
  1043. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1044. Score : 100.00
  1045. Match type : COPYRIGHT
  1046. Files with this license:
  1047. include/boost/graph/cuthill_mckee_ordering.hpp [2:5]
  1048. include/boost/graph/detail/sparse_ordering.hpp [2:5]
  1049. include/boost/graph/king_ordering.hpp [2:5]
  1050. KEEP COPYRIGHT_SERVICE_LABEL ff121923a9c0b6799597434faafbacb1
  1051. BELONGS ya.make
  1052. License text:
  1053. // Copyright (C) 2006 Tiago de Paula Peixoto <tiago@forked.de>
  1054. // Copyright (C) 2004 The Trustees of Indiana University.
  1055. Scancode info:
  1056. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1057. Score : 100.00
  1058. Match type : COPYRIGHT
  1059. Files with this license:
  1060. include/boost/graph/graphml.hpp [1:2]
  1061. src/graphml.cpp [1:2]