devtools.copyrights.report 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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 08c8d8e87d3028ff1a5cda49cfd4276e
  36. BELONGS ya.make
  37. License text:
  38. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  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/locale.hpp [2:2]
  45. include/boost/locale/boundary.hpp [2:2]
  46. include/boost/locale/boundary/boundary_point.hpp [2:2]
  47. include/boost/locale/boundary/facets.hpp [2:2]
  48. include/boost/locale/boundary/index.hpp [2:2]
  49. include/boost/locale/boundary/segment.hpp [2:2]
  50. include/boost/locale/boundary/types.hpp [2:2]
  51. include/boost/locale/collator.hpp [2:2]
  52. include/boost/locale/config.hpp [2:2]
  53. include/boost/locale/conversion.hpp [2:2]
  54. include/boost/locale/date_time.hpp [2:2]
  55. include/boost/locale/date_time_facet.hpp [2:2]
  56. include/boost/locale/encoding.hpp [2:2]
  57. include/boost/locale/encoding_errors.hpp [2:2]
  58. include/boost/locale/encoding_utf.hpp [2:3]
  59. include/boost/locale/format.hpp [2:3]
  60. include/boost/locale/formatting.hpp [2:3]
  61. include/boost/locale/generator.hpp [2:2]
  62. include/boost/locale/gnu_gettext.hpp [2:2]
  63. include/boost/locale/info.hpp [2:3]
  64. include/boost/locale/localization_backend.hpp [2:2]
  65. include/boost/locale/message.hpp [2:3]
  66. include/boost/locale/time_zone.hpp [2:2]
  67. include/boost/locale/utf.hpp [2:2]
  68. include/boost/locale/util.hpp [2:3]
  69. include/boost/locale/util/locale_data.hpp [2:3]
  70. src/boost/locale/encoding/codepage.cpp [2:3]
  71. src/boost/locale/encoding/iconv_converter.hpp [2:2]
  72. src/boost/locale/encoding/uconv_converter.hpp [2:2]
  73. src/boost/locale/encoding/wconv_converter.hpp [2:2]
  74. src/boost/locale/icu/all_generator.hpp [2:2]
  75. src/boost/locale/icu/boundary.cpp [2:3]
  76. src/boost/locale/icu/cdata.hpp [2:2]
  77. src/boost/locale/icu/codecvt.cpp [2:3]
  78. src/boost/locale/icu/codecvt.hpp [2:2]
  79. src/boost/locale/icu/collator.cpp [2:2]
  80. src/boost/locale/icu/conversion.cpp [2:3]
  81. src/boost/locale/icu/date_time.cpp [2:3]
  82. src/boost/locale/icu/formatter.cpp [2:3]
  83. src/boost/locale/icu/formatter.hpp [2:2]
  84. src/boost/locale/icu/formatters_cache.cpp [2:3]
  85. src/boost/locale/icu/formatters_cache.hpp [2:3]
  86. src/boost/locale/icu/icu_backend.cpp [2:3]
  87. src/boost/locale/icu/icu_backend.hpp [2:2]
  88. src/boost/locale/icu/icu_util.hpp [2:3]
  89. src/boost/locale/icu/numeric.cpp [2:2]
  90. src/boost/locale/icu/time_zone.cpp [2:2]
  91. src/boost/locale/icu/time_zone.hpp [2:2]
  92. src/boost/locale/icu/uconv.hpp [2:3]
  93. src/boost/locale/posix/all_generator.hpp [2:2]
  94. src/boost/locale/posix/codecvt.cpp [2:3]
  95. src/boost/locale/posix/collate.cpp [2:2]
  96. src/boost/locale/posix/converter.cpp [2:2]
  97. src/boost/locale/posix/numeric.cpp [2:2]
  98. src/boost/locale/posix/posix_backend.cpp [2:3]
  99. src/boost/locale/posix/posix_backend.hpp [2:2]
  100. src/boost/locale/shared/date_time.cpp [2:3]
  101. src/boost/locale/shared/format.cpp [2:2]
  102. src/boost/locale/shared/formatting.cpp [2:2]
  103. src/boost/locale/shared/generator.cpp [2:2]
  104. src/boost/locale/shared/iconv_codecvt.cpp [2:3]
  105. src/boost/locale/shared/iconv_codecvt.hpp [2:2]
  106. src/boost/locale/shared/ids.cpp [2:3]
  107. src/boost/locale/shared/ios_prop.hpp [2:3]
  108. src/boost/locale/shared/localization_backend.cpp [2:2]
  109. src/boost/locale/shared/mo_hash.hpp [2:2]
  110. src/boost/locale/shared/mo_lambda.cpp [2:3]
  111. src/boost/locale/shared/mo_lambda.hpp [2:3]
  112. src/boost/locale/std/all_generator.hpp [2:2]
  113. src/boost/locale/std/codecvt.cpp [2:2]
  114. src/boost/locale/std/collate.cpp [2:2]
  115. src/boost/locale/std/converter.cpp [2:2]
  116. src/boost/locale/std/numeric.cpp [2:2]
  117. src/boost/locale/std/std_backend.cpp [2:3]
  118. src/boost/locale/std/std_backend.hpp [2:2]
  119. src/boost/locale/util/codecvt_converter.cpp [2:3]
  120. src/boost/locale/util/default_locale.cpp [2:2]
  121. src/boost/locale/util/encoding.cpp [2:3]
  122. src/boost/locale/util/encoding.hpp [2:3]
  123. src/boost/locale/util/gregorian.cpp [2:2]
  124. src/boost/locale/util/gregorian.hpp [2:2]
  125. src/boost/locale/util/iconv.hpp [2:2]
  126. src/boost/locale/util/info.cpp [2:3]
  127. src/boost/locale/util/locale_data.cpp [2:3]
  128. src/boost/locale/util/numeric.hpp [2:2]
  129. src/boost/locale/util/timezone.hpp [2:2]
  130. src/boost/locale/win32/all_generator.hpp [2:2]
  131. src/boost/locale/win32/api.hpp [2:2]
  132. src/boost/locale/win32/collate.cpp [2:2]
  133. src/boost/locale/win32/converter.cpp [2:2]
  134. src/boost/locale/win32/lcid.cpp [2:2]
  135. src/boost/locale/win32/lcid.hpp [2:2]
  136. src/boost/locale/win32/numeric.cpp [2:2]
  137. src/boost/locale/win32/win_backend.cpp [2:3]
  138. src/boost/locale/win32/win_backend.hpp [2:2]
  139. KEEP COPYRIGHT_SERVICE_LABEL 0aacc38a77bc0373054292f93600d25a
  140. BELONGS ya.make
  141. License text:
  142. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  143. // Copyright (c) 2020-2023 Alexander Grund
  144. Scancode info:
  145. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  146. Score : 100.00
  147. Match type : COPYRIGHT
  148. Files with this license:
  149. src/boost/locale/icu/uconv.hpp [2:3]
  150. KEEP COPYRIGHT_SERVICE_LABEL 187d73eada66cef6d5d08ed727437603
  151. BELONGS ya.make
  152. License text:
  153. // Copyright (c) 2024 Alexander Grund
  154. Scancode info:
  155. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  156. Score : 100.00
  157. Match type : COPYRIGHT
  158. Files with this license:
  159. include/boost/locale/detail/allocator_traits.hpp [2:2]
  160. src/boost/locale/shared/ids.cpp [2:3]
  161. src/boost/locale/shared/std_collate_adapter.hpp [2:2]
  162. KEEP COPYRIGHT_SERVICE_LABEL 5f6f0ebf2d6180caac56d446585150fe
  163. BELONGS ya.make
  164. License text:
  165. // Copyright (c) 2015 Artyom Beilis (Tonkikh)
  166. // Copyright (c) 2021-2023 Alexander Grund
  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/locale/generic_codecvt.hpp [2:3]
  173. include/boost/locale/utf8_codecvt.hpp [2:2]
  174. KEEP COPYRIGHT_SERVICE_LABEL 70211eab6462dd6308fa5b813ba0f2c0
  175. BELONGS ya.make
  176. License text:
  177. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  178. // Copyright (c) 2022-2024 Alexander Grund
  179. Scancode info:
  180. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  181. Score : 100.00
  182. Match type : COPYRIGHT
  183. Files with this license:
  184. include/boost/locale/encoding_utf.hpp [2:3]
  185. KEEP COPYRIGHT_SERVICE_LABEL 8d04644911f5fff0cef0ea7eeadf74ee
  186. BELONGS ya.make
  187. License text:
  188. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  189. // Copyright (c) 2021-2022 Alexander Grund
  190. Scancode info:
  191. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  192. Score : 100.00
  193. Match type : COPYRIGHT
  194. Files with this license:
  195. src/boost/locale/icu/boundary.cpp [2:3]
  196. src/boost/locale/icu/date_time.cpp [2:3]
  197. src/boost/locale/icu/formatters_cache.cpp [2:3]
  198. src/boost/locale/icu/formatters_cache.hpp [2:3]
  199. src/boost/locale/icu/icu_util.hpp [2:3]
  200. KEEP COPYRIGHT_SERVICE_LABEL a999dc6b43b371fa616fd4c0c30cf6f3
  201. BELONGS ya.make
  202. License text:
  203. // Copyright (c) 2023 Alexander Grund
  204. Scancode info:
  205. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  206. Score : 100.00
  207. Match type : COPYRIGHT
  208. Files with this license:
  209. include/boost/locale/detail/any_string.hpp [2:2]
  210. include/boost/locale/util/locale_data.hpp [2:3]
  211. src/boost/locale/shared/message.hpp [2:2]
  212. src/boost/locale/util/make_std_unique.hpp [2:2]
  213. KEEP COPYRIGHT_SERVICE_LABEL c75aae6c76ff96e098e51412b5d4691b
  214. BELONGS ya.make
  215. License text:
  216. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  217. // Copyright (c) 2022-2023 Alexander Grund
  218. Scancode info:
  219. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  220. Score : 100.00
  221. Match type : COPYRIGHT
  222. Files with this license:
  223. include/boost/locale/detail/encoding.hpp [2:2]
  224. include/boost/locale/detail/facet_id.hpp [2:2]
  225. include/boost/locale/detail/is_supported_char.hpp [2:2]
  226. include/boost/locale/formatting.hpp [2:3]
  227. include/boost/locale/info.hpp [2:3]
  228. include/boost/locale/util.hpp [2:3]
  229. include/boost/locale/util/string.hpp [2:2]
  230. src/boost/locale/encoding/codepage.cpp [2:3]
  231. src/boost/locale/icu/codecvt.cpp [2:3]
  232. src/boost/locale/icu/conversion.cpp [2:3]
  233. src/boost/locale/icu/icu_backend.cpp [2:3]
  234. src/boost/locale/posix/codecvt.cpp [2:3]
  235. src/boost/locale/posix/posix_backend.cpp [2:3]
  236. src/boost/locale/shared/date_time.cpp [2:3]
  237. src/boost/locale/shared/iconv_codecvt.cpp [2:3]
  238. src/boost/locale/std/std_backend.cpp [2:3]
  239. src/boost/locale/util/codecvt_converter.cpp [2:3]
  240. src/boost/locale/util/encoding.cpp [2:3]
  241. src/boost/locale/util/encoding.hpp [2:3]
  242. src/boost/locale/util/info.cpp [2:3]
  243. src/boost/locale/util/locale_data.cpp [2:3]
  244. src/boost/locale/win32/win_backend.cpp [2:3]
  245. KEEP COPYRIGHT_SERVICE_LABEL c9d011950648c03f29cc58f664ea728e
  246. BELONGS ya.make
  247. License text:
  248. // Copyright (c) 2009-2015 Artyom Beilis (Tonkikh)
  249. // Copyright (c) 2021-2023 Alexander Grund
  250. Scancode info:
  251. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  252. Score : 100.00
  253. Match type : COPYRIGHT
  254. Files with this license:
  255. src/boost/locale/shared/message.cpp [2:3]
  256. KEEP COPYRIGHT_SERVICE_LABEL ce25033e7c274b09a88738980e8ddeb6
  257. BELONGS ya.make
  258. License text:
  259. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  260. // Copyright (c) 2022 Alexander Grund
  261. Scancode info:
  262. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  263. Score : 100.00
  264. Match type : COPYRIGHT
  265. Files with this license:
  266. src/boost/locale/shared/ios_prop.hpp [2:3]
  267. KEEP COPYRIGHT_SERVICE_LABEL f3772b68b272fd4e5066ca5b643faab9
  268. BELONGS ya.make
  269. License text:
  270. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  271. // Copyright (c) 2021-2023 Alexander Grund
  272. Scancode info:
  273. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  274. Score : 100.00
  275. Match type : COPYRIGHT
  276. Files with this license:
  277. include/boost/locale/format.hpp [2:3]
  278. include/boost/locale/generic_codecvt.hpp [2:3]
  279. include/boost/locale/message.hpp [2:3]
  280. src/boost/locale/icu/formatter.cpp [2:3]
  281. src/boost/locale/shared/message.cpp [2:3]
  282. src/boost/locale/shared/mo_lambda.cpp [2:3]
  283. src/boost/locale/shared/mo_lambda.hpp [2:3]
  284. KEEP COPYRIGHT_SERVICE_LABEL f9f21cf5cc873fe5cc18d20988035289
  285. BELONGS ya.make
  286. License text:
  287. // Copyright (c) 2010 Artyom Beilis (Tonkikh)
  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/locale/hold_ptr.hpp [2:2]
  294. KEEP COPYRIGHT_SERVICE_LABEL fd559155b431d914e1c8393d1c086eeb
  295. BELONGS ya.make
  296. License text:
  297. // Copyright (c) 2023-2023 Alexander Grund
  298. Scancode info:
  299. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  300. Score : 100.00
  301. Match type : COPYRIGHT
  302. Files with this license:
  303. src/boost/locale/util/foreach_char.hpp [2:2]