devtools.copyrights.report 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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 015cf966dafcca62c9e1b1bcd80c627a
  36. BELONGS ya.make
  37. License text:
  38. Copyright (c) 2010-2010: Joachim Faulhaber
  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/icl/associative_element_container.hpp [2:2]
  45. include/boost/icl/associative_interval_container.hpp [2:2]
  46. include/boost/icl/closed_interval.hpp [2:2]
  47. include/boost/icl/concept/comparable.hpp [2:2]
  48. include/boost/icl/concept/container.hpp [2:2]
  49. include/boost/icl/concept/element_associator.hpp [2:2]
  50. include/boost/icl/concept/element_map.hpp [2:2]
  51. include/boost/icl/concept/element_set.hpp [2:2]
  52. include/boost/icl/concept/element_set_value.hpp [2:2]
  53. include/boost/icl/concept/interval.hpp [2:2]
  54. include/boost/icl/concept/interval_associator.hpp [2:2]
  55. include/boost/icl/concept/interval_bounds.hpp [2:2]
  56. include/boost/icl/concept/interval_map.hpp [2:2]
  57. include/boost/icl/concept/interval_set.hpp [2:2]
  58. include/boost/icl/concept/interval_set_value.hpp [2:2]
  59. include/boost/icl/concept/joinable.hpp [2:2]
  60. include/boost/icl/concept/map_value.hpp [2:2]
  61. include/boost/icl/concept/set_value.hpp [2:2]
  62. include/boost/icl/continuous_interval.hpp [2:2]
  63. include/boost/icl/detail/associated_value.hpp [2:2]
  64. include/boost/icl/detail/boost_config.hpp [2:2]
  65. include/boost/icl/detail/exclusive_less_than.hpp [2:2]
  66. include/boost/icl/detail/on_absorbtion.hpp [2:2]
  67. include/boost/icl/discrete_interval.hpp [2:2]
  68. include/boost/icl/dynamic_interval_traits.hpp [2:2]
  69. include/boost/icl/interval.hpp [2:2]
  70. include/boost/icl/interval_bounds.hpp [2:2]
  71. include/boost/icl/interval_combining_style.hpp [2:2]
  72. include/boost/icl/interval_traits.hpp [2:2]
  73. include/boost/icl/left_open_interval.hpp [2:2]
  74. include/boost/icl/open_interval.hpp [2:2]
  75. include/boost/icl/predicates/distinct_equal.hpp [2:2]
  76. include/boost/icl/predicates/element_equal.hpp [2:2]
  77. include/boost/icl/predicates/std_equal.hpp [2:2]
  78. include/boost/icl/predicates/sub_super_set.hpp [2:2]
  79. include/boost/icl/right_open_interval.hpp [2:2]
  80. include/boost/icl/type_traits/adds_inversely.hpp [2:2]
  81. include/boost/icl/type_traits/interval_type_default.hpp [2:2]
  82. include/boost/icl/type_traits/interval_type_of.hpp [2:2]
  83. include/boost/icl/type_traits/is_asymmetric_interval.hpp [2:2]
  84. include/boost/icl/type_traits/is_container.hpp [2:2]
  85. include/boost/icl/type_traits/is_continuous_interval.hpp [2:2]
  86. include/boost/icl/type_traits/is_discrete_interval.hpp [2:2]
  87. include/boost/icl/type_traits/is_icl_container.hpp [2:2]
  88. include/boost/icl/type_traits/is_interval.hpp [2:2]
  89. include/boost/icl/type_traits/is_key_container_of.hpp [2:2]
  90. include/boost/icl/type_traits/is_numeric.hpp [2:2]
  91. include/boost/icl/type_traits/predicate.hpp [2:2]
  92. KEEP COPYRIGHT_SERVICE_LABEL 1250adf3b1baad8098a59b613cec3ffe
  93. BELONGS ya.make
  94. License text:
  95. Copyright (c) 2007-2012: Joachim Faulhaber
  96. Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
  97. Scancode info:
  98. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  99. Score : 100.00
  100. Match type : COPYRIGHT
  101. Files with this license:
  102. include/boost/icl/interval_base_map.hpp [2:3]
  103. include/boost/icl/split_interval_map.hpp [2:3]
  104. KEEP COPYRIGHT_SERVICE_LABEL 18b9bbddbcb28f4b2be6c0306fb4568c
  105. BELONGS ya.make
  106. License text:
  107. // Copyright 2023 Peter Dimov
  108. // Distributed under the Boost Software License, Version 1.0.
  109. // https://www.boost.org/LICENSE_1_0.txt
  110. Scancode info:
  111. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  112. Score : 100.00
  113. Match type : COPYRIGHT
  114. Files with this license:
  115. include/boost/icl/detail/requires_cxx11.hpp [4:6]
  116. KEEP COPYRIGHT_SERVICE_LABEL 60d8a4925c8e8905f9ecaa4f2fe5a782
  117. BELONGS ya.make
  118. License text:
  119. Copyright (c) 2008-2011: Joachim Faulhaber
  120. Scancode info:
  121. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  122. Score : 100.00
  123. Match type : COPYRIGHT
  124. Files with this license:
  125. include/boost/icl/type_traits/succ_pred.hpp [2:2]
  126. KEEP COPYRIGHT_SERVICE_LABEL 69c01e55c80a63b913179de5dfb66471
  127. BELONGS ya.make
  128. License text:
  129. Copyright (c) 2008-2010: Joachim Faulhaber
  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/icl/detail/interval_map_algo.hpp [2:2]
  136. include/boost/icl/detail/interval_set_algo.hpp [2:2]
  137. include/boost/icl/type_traits/absorbs_identities.hpp [2:2]
  138. include/boost/icl/type_traits/unit_element.hpp [2:2]
  139. KEEP COPYRIGHT_SERVICE_LABEL 78e0a9a9366ca52bc14963dd0ac2db58
  140. BELONGS ya.make
  141. License text:
  142. Copyright (c) 2008-2009: Joachim Faulhaber
  143. Scancode info:
  144. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  145. Score : 100.00
  146. Match type : COPYRIGHT
  147. Files with this license:
  148. include/boost/icl/detail/element_comparer.hpp [2:2]
  149. include/boost/icl/detail/interval_morphism.hpp [2:2]
  150. include/boost/icl/detail/interval_subset_comparer.hpp [2:2]
  151. include/boost/icl/detail/subset_comparer.hpp [2:2]
  152. include/boost/icl/gregorian.hpp [2:2]
  153. include/boost/icl/ptime.hpp [2:2]
  154. include/boost/icl/rational.hpp [2:2]
  155. include/boost/icl/type_traits/codomain_type_of.hpp [2:2]
  156. include/boost/icl/type_traits/difference.hpp [2:2]
  157. include/boost/icl/type_traits/difference_type_of.hpp [2:2]
  158. include/boost/icl/type_traits/domain_type_of.hpp [2:2]
  159. include/boost/icl/type_traits/element_type_of.hpp [2:2]
  160. include/boost/icl/type_traits/has_inverse.hpp [2:2]
  161. include/boost/icl/type_traits/has_set_semantics.hpp [2:2]
  162. include/boost/icl/type_traits/identity_element.hpp [2:2]
  163. include/boost/icl/type_traits/is_associative_element_container.hpp [2:2]
  164. include/boost/icl/type_traits/is_combinable.hpp [2:2]
  165. include/boost/icl/type_traits/is_concept_equivalent.hpp [2:2]
  166. include/boost/icl/type_traits/is_continuous.hpp [2:2]
  167. include/boost/icl/type_traits/is_discrete.hpp [2:2]
  168. include/boost/icl/type_traits/is_element_container.hpp [2:2]
  169. include/boost/icl/type_traits/is_interval_container.hpp [2:2]
  170. include/boost/icl/type_traits/is_interval_joiner.hpp [2:2]
  171. include/boost/icl/type_traits/is_interval_separator.hpp [2:2]
  172. include/boost/icl/type_traits/is_interval_splitter.hpp [2:2]
  173. include/boost/icl/type_traits/is_map.hpp [2:2]
  174. include/boost/icl/type_traits/is_set.hpp [2:2]
  175. include/boost/icl/type_traits/is_total.hpp [2:2]
  176. include/boost/icl/type_traits/no_type.hpp [2:2]
  177. include/boost/icl/type_traits/rep_type_of.hpp [2:2]
  178. include/boost/icl/type_traits/segment_type_of.hpp [2:2]
  179. include/boost/icl/type_traits/size.hpp [2:2]
  180. include/boost/icl/type_traits/size_type_of.hpp [2:2]
  181. include/boost/icl/type_traits/value_size.hpp [2:2]
  182. KEEP COPYRIGHT_SERVICE_LABEL 9972952826dfbd3f9309f8cd6b78c915
  183. BELONGS ya.make
  184. License text:
  185. Copyright (c) 2011-2011: Joachim Faulhaber
  186. Scancode info:
  187. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  188. Score : 100.00
  189. Match type : COPYRIGHT
  190. Files with this license:
  191. include/boost/icl/concept/interval_associator_base.hpp [2:2]
  192. include/boost/icl/type_traits/is_increasing.hpp [2:2]
  193. KEEP COPYRIGHT_SERVICE_LABEL a29c00fe5b0061523a733babce737eee
  194. BELONGS ya.make
  195. License text:
  196. Copyright (c) 2007-2011: Joachim Faulhaber
  197. Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
  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/icl/interval_base_set.hpp [2:3]
  204. include/boost/icl/map.hpp [2:2]
  205. include/boost/icl/set.hpp [2:2]
  206. KEEP COPYRIGHT_SERVICE_LABEL a427df9ff905dc0a2071778ea1acc982
  207. BELONGS ya.make
  208. License text:
  209. Copyright (c) 2007-2012: Joachim Faulhaber
  210. Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
  211. Scancode info:
  212. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  213. Score : 100.00
  214. Match type : COPYRIGHT
  215. Files with this license:
  216. include/boost/icl/detail/notate.hpp [4:4]
  217. include/boost/icl/detail/set_algo.hpp [4:4]
  218. include/boost/icl/interval_base_map.hpp [2:3]
  219. include/boost/icl/interval_base_set.hpp [2:3]
  220. include/boost/icl/interval_set.hpp [2:3]
  221. include/boost/icl/split_interval_map.hpp [2:3]
  222. include/boost/icl/split_interval_set.hpp [2:3]
  223. include/boost/icl/type_traits/to_string.hpp [4:4]
  224. include/boost/icl/type_traits/value_size.hpp [4:4]
  225. KEEP COPYRIGHT_SERVICE_LABEL b05bb05d6ff4c93d750af62df916b423
  226. BELONGS ya.make
  227. License text:
  228. Copyright (c) 2008-2012: Joachim Faulhaber
  229. Scancode info:
  230. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  231. Score : 100.00
  232. Match type : COPYRIGHT
  233. Files with this license:
  234. include/boost/icl/interval_map.hpp [2:2]
  235. KEEP COPYRIGHT_SERVICE_LABEL bd245b6a4002991b18b7e17769d392c9
  236. BELONGS ya.make
  237. License text:
  238. Copyright (c) 2007-2009: Joachim Faulhaber
  239. Scancode info:
  240. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  241. Score : 100.00
  242. Match type : COPYRIGHT
  243. Files with this license:
  244. include/boost/icl/detail/notate.hpp [2:2]
  245. include/boost/icl/functors.hpp [2:2]
  246. include/boost/icl/separate_interval_set.hpp [2:2]
  247. include/boost/icl/split_interval_set.hpp [2:3]
  248. include/boost/icl/type_traits/to_string.hpp [2:2]
  249. include/boost/icl/type_traits/type_to_string.hpp [2:2]
  250. KEEP COPYRIGHT_SERVICE_LABEL bed6ffae4a6ad5065eb6fafd56f354c5
  251. BELONGS ya.make
  252. License text:
  253. Copyright (c) 2010-2011: Joachim Faulhaber
  254. Scancode info:
  255. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  256. Score : 100.00
  257. Match type : COPYRIGHT
  258. Files with this license:
  259. include/boost/icl/type_traits/infinity.hpp [2:2]
  260. KEEP COPYRIGHT_SERVICE_LABEL c49f54d66ea47f16d108769b63951ae7
  261. BELONGS ya.make
  262. License text:
  263. Author: Joachim Faulhaber
  264. Copyright (c) 2009-2010: Joachim Faulhaber
  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/icl/detail/design_config.hpp [2:3]
  271. KEEP COPYRIGHT_SERVICE_LABEL cb0dc5088d9ead71cc376b520c9be516
  272. BELONGS ya.make
  273. License text:
  274. Author: Joachim Faulhaber
  275. Copyright (c) 2009-2011: Joachim Faulhaber
  276. Scancode info:
  277. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  278. Score : 100.00
  279. Match type : COPYRIGHT
  280. Files with this license:
  281. include/boost/icl/impl_config.hpp [2:3]
  282. KEEP COPYRIGHT_SERVICE_LABEL d2ee995cb5903575db47d47b28186882
  283. BELONGS ya.make
  284. License text:
  285. Copyright (c) 2009-2009: Joachim Faulhaber
  286. Scancode info:
  287. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  288. Score : 100.00
  289. Match type : COPYRIGHT
  290. Files with this license:
  291. include/boost/icl/detail/concept_check.hpp [2:2]
  292. include/boost/icl/detail/element_iterator.hpp [2:2]
  293. include/boost/icl/detail/mapped_reference.hpp [2:2]
  294. include/boost/icl/detail/relation_state.hpp [2:3]
  295. include/boost/icl/iterator.hpp [2:2]
  296. KEEP COPYRIGHT_SERVICE_LABEL fb19913edf2b294113c26397c854cb87
  297. BELONGS ya.make
  298. License text:
  299. Copyright (c) 2007-2010: Joachim Faulhaber
  300. Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
  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/icl/detail/map_algo.hpp [2:2]
  307. include/boost/icl/detail/set_algo.hpp [2:2]
  308. include/boost/icl/detail/std_set.hpp [2:2]
  309. include/boost/icl/interval_set.hpp [2:3]