devtools.licenses.report 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
  7. # $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
  8. # $ # user comments
  9. # $
  10. # ${action} {license id} {license text hash}
  11. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  12. # ${all_file_action} filename
  13. # $ # user commentaries (many lines)
  14. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  15. # ${action} {license spdx} {license text hash}
  16. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  17. # ${all_file_action} filename
  18. # $ # user commentaries
  19. # $ generated description
  20. # $ ...
  21. #
  22. # You can modify action, all_file_action and add commentaries
  23. # Available actions:
  24. # keep - keep license in contrib and use in credits
  25. # skip - skip license
  26. # remove - remove all files with this license
  27. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  28. #
  29. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  30. # We suppose that that files can contain some license info
  31. # Available all file actions:
  32. # FILE_IGNORE - ignore file (do nothing)
  33. # FILE_INCLUDE - include all file data into licenses text file
  34. # =======================
  35. KEEP BSL-1.0 011fcbacb89caf6fb7d35d5ddd8327fb
  36. BELONGS ya.make
  37. License text:
  38. // Use, modification, and distribution is subject to the Boost Software
  39. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  40. // http://www.boost.org/LICENSE_1_0.txt)
  41. Scancode info:
  42. Original SPDX id: BSL-1.0
  43. Score : 96.88
  44. Match type : NOTICE
  45. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  46. Files with this license:
  47. include/boost/config/warning_disable.hpp [2:4]
  48. KEEP BSL-1.0 0b7aba75ea29f82495a3ea92aa29dffb
  49. BELONGS ya.make
  50. License text:
  51. // (C) Copyright John maddock 1999. Distributed under the Boost
  52. // Software License, Version 1.0. (See accompanying file
  53. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  54. Scancode info:
  55. Original SPDX id: BSL-1.0
  56. Score : 100.00
  57. Match type : NOTICE
  58. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  59. Files with this license:
  60. include/boost/version.hpp [3:5]
  61. KEEP BSL-1.0 1eef19daf58ee622f645484bbef99c0e
  62. BELONGS ya.make
  63. License text:
  64. // Distributed under the Boost Software License, Version 1.0.
  65. // https://www.boost.org/LICENSE_1_0.txt)
  66. Scancode info:
  67. Original SPDX id: BSL-1.0
  68. Score : 94.44
  69. Match type : NOTICE
  70. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  71. Files with this license:
  72. include/boost/config/compiler/clang_version.hpp [2:3]
  73. KEEP BSL-1.0 1f86bcce1bbfb6d9a7d6c733166e7bba
  74. BELONGS ya.make
  75. License text:
  76. // Use, modification and distribution are subject to the
  77. // Boost Software License, Version 1.0. (See accompanying file
  78. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  79. Scancode info:
  80. Original SPDX id: BSL-1.0
  81. Score : 100.00
  82. Match type : NOTICE
  83. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  84. Files with this license:
  85. include/boost/config/auto_link.hpp [2:4]
  86. include/boost/config/compiler/borland.hpp [4:6]
  87. include/boost/config/compiler/clang.hpp [3:5]
  88. include/boost/config/compiler/codegear.hpp [4:6]
  89. include/boost/config/compiler/common_edg.hpp [6:8]
  90. include/boost/config/compiler/cray.hpp [3:5]
  91. include/boost/config/compiler/diab.hpp [2:4]
  92. include/boost/config/compiler/digitalmars.hpp [4:6]
  93. include/boost/config/compiler/gcc.hpp [8:10]
  94. include/boost/config/compiler/gcc_xml.hpp [2:4]
  95. include/boost/config/compiler/hp_acc.hpp [7:9]
  96. include/boost/config/compiler/intel.hpp [9:11]
  97. include/boost/config/compiler/metrowerks.hpp [7:9]
  98. include/boost/config/compiler/mpw.hpp [3:5]
  99. include/boost/config/compiler/pathscale.hpp [3:5]
  100. include/boost/config/compiler/pgi.hpp [3:5]
  101. include/boost/config/compiler/sunpro_cc.hpp [6:8]
  102. include/boost/config/compiler/vacpp.hpp [6:8]
  103. include/boost/config/compiler/visualc.hpp [7:9]
  104. include/boost/config/compiler/xlcpp.hpp [3:5]
  105. include/boost/config/no_tr1/cmath.hpp [2:4]
  106. include/boost/config/no_tr1/complex.hpp [2:4]
  107. include/boost/config/no_tr1/functional.hpp [2:4]
  108. include/boost/config/no_tr1/memory.hpp [2:4]
  109. include/boost/config/no_tr1/utility.hpp [2:4]
  110. include/boost/config/platform/cray.hpp [2:4]
  111. include/boost/config/platform/haiku.hpp [2:4]
  112. include/boost/config/platform/wasm.hpp [2:4]
  113. include/boost/config/stdlib/dinkumware.hpp [6:8]
  114. include/boost/config/stdlib/libcpp.hpp [2:4]
  115. include/boost/config/stdlib/libstdcpp3.hpp [3:5]
  116. include/boost/config/user.hpp [4:6]
  117. KEEP BSL-1.0 3dc626ff78bf44fdf3a99b804f677fe6
  118. BELONGS ya.make
  119. License text:
  120. // Distributed under the Boost
  121. // Software License, Version 1.0. (See accompanying file
  122. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  123. Scancode info:
  124. Original SPDX id: BSL-1.0
  125. Score : 100.00
  126. Match type : NOTICE
  127. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  128. Files with this license:
  129. include/boost/cstdint.hpp [6:8]
  130. KEEP BSL-1.0 47a0454637d4fa45d78eb2557ccd70c4
  131. BELONGS ya.make
  132. License text:
  133. // Distributed under the Boost Software License, Version 1.0. (See
  134. // accompanying file LICENSE_1_0.txt or copy at
  135. // http://www.boost.org/LICENSE_1_0.txt)
  136. Scancode info:
  137. Original SPDX id: BSL-1.0
  138. Score : 100.00
  139. Match type : NOTICE
  140. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  141. Files with this license:
  142. include/boost/config/detail/suffix.hpp [13:15]
  143. include/boost/config/workaround.hpp [2:4]
  144. include/boost/detail/workaround.hpp [2:4]
  145. KEEP BSL-1.0 50dc18b27f34dab68ff41aa3f7880dda
  146. BELONGS ya.make
  147. License text:
  148. // Distributed under the Boost Software License, Version 1.0.
  149. // (See accompanying file LICENSE_1_0.txt or copy at
  150. // http://www.boost.org/LICENSE_1_0.txt)
  151. Scancode info:
  152. Original SPDX id: BSL-1.0
  153. Score : 100.00
  154. Match type : NOTICE
  155. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  156. Files with this license:
  157. include/boost/config/platform/cloudabi.hpp [2:4]
  158. KEEP BSL-1.0 52bb7ffef4964d9161d4ca3967722670
  159. BELONGS ya.make
  160. License text:
  161. // Use, modification and distribution are subject to the Boost Software License,
  162. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  163. // http://www.boost.org/LICENSE_1_0.txt).
  164. Scancode info:
  165. Original SPDX id: BSL-1.0
  166. Score : 100.00
  167. Match type : NOTICE
  168. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  169. Files with this license:
  170. include/boost/config/abi_prefix.hpp [5:7]
  171. include/boost/config/abi_suffix.hpp [5:7]
  172. SKIP BSD-3-Clause 5921395c41a81cf68ebfde6c58320ef0
  173. BELONGS ya.make
  174. License text:
  175. // Using the Mac OS X system BSD-style C library.
  176. Scancode info:
  177. Original SPDX id: BSD-3-Clause
  178. Score : 90.00
  179. Match type : REFERENCE
  180. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  181. Files with this license:
  182. include/boost/config/platform/macos.hpp [16:16]
  183. KEEP BSL-1.0 745252704aa72167f50d9aad40337785
  184. BELONGS ya.make
  185. License text:
  186. // Distributed under the Boost Software License, Version 1.0.
  187. // See accompanying file LICENSE_1_0.txt or copy at
  188. // http://www.boost.org/LICENSE_1_0.txt
  189. Scancode info:
  190. Original SPDX id: BSL-1.0
  191. Score : 100.00
  192. Match type : NOTICE
  193. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  194. Files with this license:
  195. include/boost/config/compiler/xlcpp_zos.hpp [3:5]
  196. include/boost/config/platform/zos.hpp [3:5]
  197. include/boost/config/stdlib/xlcpp_zos.hpp [3:5]
  198. KEEP BSL-1.0 7bb81c7e56dd6df833123be5c3742521
  199. BELONGS ya.make
  200. License text:
  201. // Distributed under the Boost Software License, Version 1.0.
  202. //
  203. // See accompanying file LICENSE_1_0.txt or copy at
  204. // http://www.boost.org/LICENSE_1_0.txt
  205. Scancode info:
  206. Original SPDX id: BSL-1.0
  207. Score : 100.00
  208. Match type : NOTICE
  209. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  210. Files with this license:
  211. include/boost/config/header_deprecated.hpp [6:9]
  212. include/boost/config/helper_macros.hpp [7:10]
  213. include/boost/config/pragma_message.hpp [6:9]
  214. KEEP BSL-1.0 959290e55386dd6d1518500478c61ec1
  215. BELONGS ya.make
  216. License text:
  217. // (C) David Abrahams 2002. Distributed under the Boost
  218. // Software License, Version 1.0. (See accompanying file
  219. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  220. Scancode info:
  221. Original SPDX id: BSL-1.0
  222. Score : 100.00
  223. Match type : NOTICE
  224. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  225. Files with this license:
  226. include/boost/limits.hpp [3:5]
  227. KEEP BSL-1.0 a69d72c945db8bb62438c724b48f68ff
  228. BELONGS ya.make
  229. License text:
  230. // Use, modification and distribution are subject to the
  231. // Boost Software License, Version 1.0. (See accompanying file
  232. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  233. Scancode info:
  234. Original SPDX id: BSL-1.0
  235. Score : 100.00
  236. Match type : NOTICE
  237. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  238. Files with this license:
  239. include/boost/config/platform/vms.hpp [2:4]
  240. KEEP BSL-1.0 c46f3c60dd92897a012b3be18f48ec4c
  241. BELONGS ya.make
  242. License text:
  243. // Use, modification and distribution are subject to the
  244. // Boost Software License, Version 1.0. (See accompanying file
  245. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  246. Scancode info:
  247. Original SPDX id: BSL-1.0
  248. Score : 100.00
  249. Match type : NOTICE
  250. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  251. Files with this license:
  252. include/boost/config.hpp [4:6]
  253. include/boost/config/abi/borland_prefix.hpp [2:4]
  254. include/boost/config/abi/borland_suffix.hpp [2:4]
  255. include/boost/config/abi/msvc_prefix.hpp [2:4]
  256. include/boost/config/abi/msvc_suffix.hpp [2:4]
  257. include/boost/config/assert_cxx03.hpp [4:6]
  258. include/boost/config/assert_cxx11.hpp [4:6]
  259. include/boost/config/assert_cxx14.hpp [4:6]
  260. include/boost/config/assert_cxx17.hpp [4:6]
  261. include/boost/config/assert_cxx20.hpp [4:6]
  262. include/boost/config/assert_cxx23.hpp [4:6]
  263. include/boost/config/assert_cxx98.hpp [4:6]
  264. include/boost/config/compiler/comeau.hpp [7:9]
  265. include/boost/config/compiler/compaq_cxx.hpp [2:4]
  266. include/boost/config/compiler/greenhills.hpp [2:4]
  267. include/boost/config/compiler/kai.hpp [4:6]
  268. include/boost/config/compiler/nvcc.hpp [2:4]
  269. include/boost/config/compiler/sgi_mipspro.hpp [2:4]
  270. include/boost/config/detail/cxx_composite.hpp [4:6]
  271. include/boost/config/detail/posix_features.hpp [2:4]
  272. include/boost/config/detail/select_platform_config.hpp [5:7]
  273. include/boost/config/detail/select_stdlib_config.hpp [5:7]
  274. include/boost/config/platform/aix.hpp [2:4]
  275. include/boost/config/platform/amigaos.hpp [2:4]
  276. include/boost/config/platform/beos.hpp [2:4]
  277. include/boost/config/platform/bsd.hpp [4:6]
  278. include/boost/config/platform/cygwin.hpp [2:4]
  279. include/boost/config/platform/hpux.hpp [6:8]
  280. include/boost/config/platform/irix.hpp [3:5]
  281. include/boost/config/platform/linux.hpp [3:5]
  282. include/boost/config/platform/macos.hpp [4:6]
  283. include/boost/config/platform/qnxnto.hpp [2:4]
  284. include/boost/config/platform/solaris.hpp [3:5]
  285. include/boost/config/platform/symbian.hpp [4:6]
  286. include/boost/config/platform/win32.hpp [5:7]
  287. include/boost/config/requires_threads.hpp [2:4]
  288. include/boost/config/stdlib/libcomo.hpp [4:6]
  289. include/boost/config/stdlib/modena.hpp [2:4]
  290. include/boost/config/stdlib/msl.hpp [3:5]
  291. include/boost/config/stdlib/roguewave.hpp [5:7]
  292. include/boost/config/stdlib/sgi.hpp [4:6]
  293. include/boost/config/stdlib/stlport.hpp [4:6]
  294. include/boost/config/stdlib/vacpp.hpp [2:4]
  295. KEEP BSL-1.0 cbdcef074fb3341d2a9edaadc23a7c2d
  296. BELONGS ya.make
  297. License text:
  298. // Distributed under the Boost Software License, Version 1.0.
  299. // (See accompanying file LICENSE_1_0.txt or copy at
  300. // http://www.boost.org/LICENSE_1_0.txt)
  301. Scancode info:
  302. Original SPDX id: BSL-1.0
  303. Score : 100.00
  304. Match type : NOTICE
  305. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  306. Files with this license:
  307. include/boost/config/detail/select_compiler_config.hpp [7:9]
  308. KEEP BSL-1.0 da2a87ccf5ae416e33c8d6bfe78baa14
  309. BELONGS ya.make
  310. License text:
  311. // Distributed under the Boost Software License, Version 1.0.
  312. // See http://www.boost.org/LICENSE_1_0.txt
  313. Scancode info:
  314. Original SPDX id: BSL-1.0
  315. Score : 100.00
  316. Match type : NOTICE
  317. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  318. Files with this license:
  319. include/boost/cxx11_char_types.hpp [5:6]