devtools.copyrights.report 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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 0592d773c67a9f16004eb64838cdbaa8
  36. BELONGS ya.make
  37. License text:
  38. Copyright 2017 James E. King, III
  39. Distributed under the Boost Software License, Version 1.0.
  40. (See accompanying file LICENSE_1_0.txt or copy at
  41. Scancode info:
  42. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  43. Score : 100.00
  44. Match type : COPYRIGHT
  45. Files with this license:
  46. include/boost/predef/platform/cloudabi.h [2:4]
  47. KEEP COPYRIGHT_SERVICE_LABEL 10118f8d4d61de7bd7c81e582f77bc87
  48. BELONGS ya.make
  49. License text:
  50. Copyright Ruslan Baratov 2017
  51. Copyright Rene Rivera 2017
  52. Distributed under the Boost Software License, Version 1.0.
  53. (See accompanying file LICENSE_1_0.txt or copy at
  54. Scancode info:
  55. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  56. Score : 100.00
  57. Match type : COPYRIGHT
  58. Files with this license:
  59. include/boost/predef/platform/ios.h [2:5]
  60. KEEP COPYRIGHT_SERVICE_LABEL 1a38ec3545bb15de9f76e4e34369c5a4
  61. BELONGS ya.make
  62. License text:
  63. Copyright Rene Ferdinand Rivera Morell 2013-2020
  64. Distributed under the Boost Software License, Version 1.0.
  65. (See accompanying file LICENSE_1_0.txt or copy at
  66. Scancode info:
  67. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  68. Score : 100.00
  69. Match type : COPYRIGHT
  70. Files with this license:
  71. include/boost/predef/other.h [2:4]
  72. KEEP COPYRIGHT_SERVICE_LABEL 1de0b40eaac2964bd4fea60350b9dc66
  73. BELONGS ya.make
  74. License text:
  75. Copyright Rene Rivera 2008-2015
  76. Distributed under the Boost Software License, Version 1.0.
  77. (See accompanying file LICENSE_1_0.txt or copy at
  78. Scancode info:
  79. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  80. Score : 100.00
  81. Match type : COPYRIGHT
  82. Files with this license:
  83. include/boost/predef.h [2:4]
  84. include/boost/predef/architecture.h [2:4]
  85. include/boost/predef/architecture/alpha.h [2:4]
  86. include/boost/predef/architecture/ia64.h [2:4]
  87. include/boost/predef/architecture/m68k.h [2:4]
  88. include/boost/predef/architecture/mips.h [2:4]
  89. include/boost/predef/architecture/parisc.h [2:4]
  90. include/boost/predef/architecture/ppc.h [2:4]
  91. include/boost/predef/architecture/rs6k.h [2:4]
  92. include/boost/predef/architecture/sparc.h [2:4]
  93. include/boost/predef/architecture/superh.h [2:4]
  94. include/boost/predef/architecture/sys370.h [2:4]
  95. include/boost/predef/architecture/sys390.h [2:4]
  96. include/boost/predef/architecture/x86.h [2:4]
  97. include/boost/predef/architecture/x86/32.h [2:4]
  98. include/boost/predef/architecture/z.h [2:4]
  99. include/boost/predef/compiler.h [2:4]
  100. include/boost/predef/compiler/borland.h [2:4]
  101. include/boost/predef/compiler/clang.h [2:4]
  102. include/boost/predef/compiler/comeau.h [2:4]
  103. include/boost/predef/compiler/compaq.h [2:4]
  104. include/boost/predef/compiler/diab.h [2:4]
  105. include/boost/predef/compiler/digitalmars.h [2:4]
  106. include/boost/predef/compiler/dignus.h [2:4]
  107. include/boost/predef/compiler/edg.h [2:4]
  108. include/boost/predef/compiler/ekopath.h [2:4]
  109. include/boost/predef/compiler/gcc.h [2:4]
  110. include/boost/predef/compiler/gcc_xml.h [2:4]
  111. include/boost/predef/compiler/greenhills.h [2:4]
  112. include/boost/predef/compiler/hp_acc.h [2:4]
  113. include/boost/predef/compiler/iar.h [2:4]
  114. include/boost/predef/compiler/ibm.h [2:4]
  115. include/boost/predef/compiler/kai.h [2:4]
  116. include/boost/predef/compiler/llvm.h [2:4]
  117. include/boost/predef/compiler/metaware.h [2:4]
  118. include/boost/predef/compiler/metrowerks.h [2:4]
  119. include/boost/predef/compiler/microtec.h [2:4]
  120. include/boost/predef/compiler/mpw.h [2:4]
  121. include/boost/predef/compiler/palm.h [2:4]
  122. include/boost/predef/compiler/pgi.h [2:4]
  123. include/boost/predef/compiler/sgi_mipspro.h [2:4]
  124. include/boost/predef/compiler/sunpro.h [2:4]
  125. include/boost/predef/compiler/tendra.h [2:4]
  126. include/boost/predef/compiler/visualc.h [2:4]
  127. include/boost/predef/compiler/watcom.h [2:4]
  128. include/boost/predef/library.h [2:4]
  129. include/boost/predef/library/c.h [2:4]
  130. include/boost/predef/library/c/gnu.h [2:4]
  131. include/boost/predef/library/c/uc.h [2:4]
  132. include/boost/predef/library/c/vms.h [2:4]
  133. include/boost/predef/library/c/zos.h [2:4]
  134. include/boost/predef/library/std.h [2:4]
  135. include/boost/predef/library/std/dinkumware.h [2:4]
  136. include/boost/predef/library/std/libcomo.h [2:4]
  137. include/boost/predef/library/std/modena.h [2:4]
  138. include/boost/predef/library/std/msl.h [2:4]
  139. include/boost/predef/library/std/roguewave.h [2:4]
  140. include/boost/predef/library/std/sgi.h [2:4]
  141. include/boost/predef/library/std/stdcpp3.h [2:4]
  142. include/boost/predef/library/std/stlport.h [2:4]
  143. include/boost/predef/library/std/vacpp.h [2:4]
  144. include/boost/predef/make.h [2:4]
  145. include/boost/predef/os.h [2:5]
  146. include/boost/predef/os/aix.h [2:4]
  147. include/boost/predef/os/amigaos.h [2:4]
  148. include/boost/predef/os/beos.h [2:4]
  149. include/boost/predef/os/bsd.h [2:4]
  150. include/boost/predef/os/cygwin.h [2:4]
  151. include/boost/predef/os/hpux.h [2:4]
  152. include/boost/predef/os/irix.h [2:4]
  153. include/boost/predef/os/linux.h [2:4]
  154. include/boost/predef/os/macos.h [2:5]
  155. include/boost/predef/os/qnxnto.h [2:4]
  156. include/boost/predef/os/solaris.h [2:4]
  157. include/boost/predef/os/unix.h [2:4]
  158. include/boost/predef/os/windows.h [2:4]
  159. include/boost/predef/platform/mingw.h [2:4]
  160. include/boost/predef/platform/mingw32.h [2:4]
  161. include/boost/predef/platform/mingw64.h [2:4]
  162. KEEP COPYRIGHT_SERVICE_LABEL 28467714d17407abf257b8ba02a977ef
  163. BELONGS ya.make
  164. License text:
  165. Copyright Rene Rivera 2008-2015
  166. Copyright Franz Detro 2014
  167. Distributed under the Boost Software License, Version 1.0.
  168. (See accompanying file LICENSE_1_0.txt or copy at
  169. Scancode info:
  170. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  171. Score : 100.00
  172. Match type : COPYRIGHT
  173. Files with this license:
  174. include/boost/predef/architecture/arm.h [2:6]
  175. include/boost/predef/os.h [2:5]
  176. include/boost/predef/os/ios.h [2:5]
  177. include/boost/predef/os/macos.h [2:5]
  178. KEEP COPYRIGHT_SERVICE_LABEL 3473db83ff9c61ef8748d9928576c21f
  179. BELONGS ya.make
  180. License text:
  181. Copyright Henrik S. Gaßmann 2023
  182. Distributed under the Boost Software License, Version 1.0.
  183. (See accompanying file LICENSE_1_0.txt or copy at
  184. Scancode info:
  185. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  186. Score : 100.00
  187. Match type : COPYRIGHT
  188. Files with this license:
  189. include/boost/predef/library/std/msvc.h [2:4]
  190. KEEP COPYRIGHT_SERVICE_LABEL 3cd360abef8724897bbe8fc29b446350
  191. BELONGS ya.make
  192. License text:
  193. Copyright James E. King III, 2017
  194. Distributed under the Boost Software License, Version 1.0.
  195. (See accompanying file LICENSE_1_0.txt or copy at
  196. Scancode info:
  197. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  198. Score : 100.00
  199. Match type : COPYRIGHT
  200. Files with this license:
  201. include/boost/predef/platform/windows_server.h [2:4]
  202. include/boost/predef/platform/windows_system.h [2:4]
  203. include/boost/predef/platform/windows_uwp.h [2:4]
  204. KEEP COPYRIGHT_SERVICE_LABEL 44a42f5f0495d0638f930e152a37f3ae
  205. BELONGS ya.make
  206. License text:
  207. Copyright Rene Rivera 2008-2021
  208. Distributed under the Boost Software License, Version 1.0.
  209. (See accompanying file LICENSE_1_0.txt or copy at
  210. Scancode info:
  211. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  212. Score : 100.00
  213. Match type : COPYRIGHT
  214. Files with this license:
  215. include/boost/predef/architecture/x86/64.h [2:4]
  216. KEEP COPYRIGHT_SERVICE_LABEL 52d3d0587f7137ef056c8c36337cfe33
  217. BELONGS ya.make
  218. License text:
  219. Copyright Jessica Hamilton 2014
  220. Copyright Rene Rivera 2014-2015
  221. Distributed under the Boost Software License, Version 1.0.
  222. (See accompanying file LICENSE_1_0.txt or copy at
  223. Scancode info:
  224. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  225. Score : 100.00
  226. Match type : COPYRIGHT
  227. Files with this license:
  228. include/boost/predef/os/haiku.h [2:5]
  229. KEEP COPYRIGHT_SERVICE_LABEL 5458ecabdd83b73ff1f73a89a9ee0d81
  230. BELONGS ya.make
  231. License text:
  232. Copyright Konstantin Ivlev 2021
  233. Distributed under the Boost Software License, Version 1.0.
  234. (See accompanying file LICENSE_1_0.txt or copy at
  235. Scancode info:
  236. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  237. Score : 100.00
  238. Match type : COPYRIGHT
  239. Files with this license:
  240. include/boost/predef/architecture/e2k.h [2:4]
  241. KEEP COPYRIGHT_SERVICE_LABEL 55370d2706d0c4b0defe5ea97850695c
  242. BELONGS ya.make
  243. License text:
  244. Copyright Rene Rivera 2017
  245. Distributed under the Boost Software License, Version 1.0.
  246. (See accompanying file LICENSE_1_0.txt or copy at
  247. Scancode info:
  248. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  249. Score : 100.00
  250. Match type : COPYRIGHT
  251. Files with this license:
  252. include/boost/predef/other/workaround.h [2:4]
  253. include/boost/predef/platform/ios.h [2:5]
  254. KEEP COPYRIGHT_SERVICE_LABEL 5c403ec7fc96b9eeeb8d0d6da8005e84
  255. BELONGS ya.make
  256. License text:
  257. Copyright Rene Rivera 2013-2015
  258. Copyright (c) Microsoft Corporation 2014
  259. Distributed under the Boost Software License, Version 1.0.
  260. (See accompanying file LICENSE_1_0.txt or copy at
  261. Scancode info:
  262. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  263. Score : 100.00
  264. Match type : COPYRIGHT
  265. Files with this license:
  266. include/boost/predef/architecture/blackfin.h [2:4]
  267. include/boost/predef/other/endian.h [2:4]
  268. include/boost/predef/platform.h [2:5]
  269. KEEP COPYRIGHT_SERVICE_LABEL 5e5122844c5c00c4740356da3c3eaecb
  270. BELONGS ya.make
  271. License text:
  272. Copyright Rene Rivera 2013-2015
  273. Copyright (c) Microsoft Corporation 2014
  274. Distributed under the Boost Software License, Version 1.0.
  275. (See accompanying file LICENSE_1_0.txt or copy at
  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/predef/architecture/arm.h [2:6]
  282. include/boost/predef/platform.h [2:5]
  283. include/boost/predef/platform/windows_desktop.h [2:5]
  284. include/boost/predef/platform/windows_phone.h [2:5]
  285. include/boost/predef/platform/windows_runtime.h [2:5]
  286. include/boost/predef/platform/windows_store.h [2:5]
  287. KEEP COPYRIGHT_SERVICE_LABEL 5e8b36f8b7344a5c105fd71620e6cebc
  288. BELONGS ya.make
  289. License text:
  290. Copyright Rene Rivera 2011-2015
  291. Distributed under the Boost Software License, Version 1.0.
  292. (See accompanying file LICENSE_1_0.txt or copy at
  293. Scancode info:
  294. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  295. Score : 100.00
  296. Match type : COPYRIGHT
  297. Files with this license:
  298. include/boost/predef/architecture/convex.h [2:4]
  299. include/boost/predef/architecture/pyramid.h [2:4]
  300. include/boost/predef/detail/test_def.h [2:4]
  301. include/boost/predef/language.h [2:4]
  302. include/boost/predef/language/objc.h [2:4]
  303. include/boost/predef/language/stdc.h [2:4]
  304. include/boost/predef/language/stdcpp.h [2:4]
  305. include/boost/predef/library/std/cxx.h [2:4]
  306. include/boost/predef/os/os400.h [2:4]
  307. include/boost/predef/os/vms.h [2:4]
  308. KEEP COPYRIGHT_SERVICE_LABEL 6518675878f6c96ced7667e2a4ed728a
  309. BELONGS ya.make
  310. License text:
  311. Copyright Jessica Hamilton 2014
  312. Copyright Rene Rivera 2014-2015
  313. Distributed under the Boost Software License, Version 1.0.
  314. (See accompanying file LICENSE_1_0.txt or copy at
  315. Scancode info:
  316. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  317. Score : 100.00
  318. Match type : COPYRIGHT
  319. Files with this license:
  320. include/boost/predef/os/haiku.h [2:5]
  321. KEEP COPYRIGHT_SERVICE_LABEL 6f2106d29f8f11f40ccd5ca1f99c446b
  322. BELONGS ya.make
  323. License text:
  324. Copyright Rene Rivera 2014
  325. Distributed under the Boost Software License, Version 1.0.
  326. (See accompanying file LICENSE_1_0.txt or copy at
  327. Scancode info:
  328. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  329. Score : 100.00
  330. Match type : COPYRIGHT
  331. Files with this license:
  332. include/boost/predef/detail/comp_detected.h [2:4]
  333. include/boost/predef/detail/platform_detected.h [2:4]
  334. KEEP COPYRIGHT_SERVICE_LABEL 727ffdba5f4101e3db746edf2130cfbd
  335. BELONGS ya.make
  336. License text:
  337. Copyright Rene Rivera 2005-2016
  338. Distributed under the Boost Software License, Version 1.0.
  339. (See accompanying file LICENSE_1_0.txt or copy at
  340. Scancode info:
  341. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  342. Score : 100.00
  343. Match type : COPYRIGHT
  344. Files with this license:
  345. include/boost/predef/version_number.h [2:4]
  346. KEEP COPYRIGHT_SERVICE_LABEL 7847dd132299dd522b778f700587670d
  347. BELONGS ya.make
  348. License text:
  349. Copyright Rene Rivera 2012-2015
  350. Distributed under the Boost Software License, Version 1.0.
  351. (See accompanying file LICENSE_1_0.txt or copy at
  352. Scancode info:
  353. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  354. Score : 100.00
  355. Match type : COPYRIGHT
  356. Files with this license:
  357. include/boost/predef/os/bsd/bsdi.h [2:4]
  358. include/boost/predef/os/bsd/dragonfly.h [2:4]
  359. include/boost/predef/os/bsd/free.h [2:4]
  360. include/boost/predef/os/bsd/net.h [2:4]
  361. include/boost/predef/os/bsd/open.h [2:4]
  362. KEEP COPYRIGHT_SERVICE_LABEL 79a595122409b2bc87120ce704e78440
  363. BELONGS ya.make
  364. License text:
  365. Copyright Rene Ferdinand Rivera Morell 2020-2021
  366. Distributed under the Boost Software License, Version 1.0.
  367. (See accompanying file LICENSE_1_0.txt or copy at
  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/predef/other/wordsize.h [2:4]
  374. KEEP COPYRIGHT_SERVICE_LABEL 79b8ba6e7e39d9e0b0298f5feec49ee8
  375. BELONGS ya.make
  376. License text:
  377. Copyright Benjamin Worpitz 2018
  378. Distributed under the Boost Software License, Version 1.0.
  379. (See accompanying file LICENSE_1_0.txt or copy at
  380. Scancode info:
  381. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  382. Score : 100.00
  383. Match type : COPYRIGHT
  384. Files with this license:
  385. include/boost/predef/architecture/ptx.h [2:4]
  386. include/boost/predef/compiler/nvcc.h [2:4]
  387. include/boost/predef/language/cuda.h [2:4]
  388. KEEP COPYRIGHT_SERVICE_LABEL 84c4472daa679758908f085b6e09342e
  389. BELONGS ya.make
  390. License text:
  391. Copyright Zhang Na 2022
  392. Distributed under the Boost Software License, Version 1.0.
  393. (See accompanying file LICENSE_1_0.txt or copy at
  394. Scancode info:
  395. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  396. Score : 100.00
  397. Match type : COPYRIGHT
  398. Files with this license:
  399. include/boost/predef/architecture/loongarch.h [2:4]
  400. KEEP COPYRIGHT_SERVICE_LABEL 861057944f34a04f706e0f6a42df266a
  401. BELONGS ya.make
  402. License text:
  403. Copyright Rene Rivera 2013
  404. Distributed under the Boost Software License, Version 1.0.
  405. (See accompanying file LICENSE_1_0.txt or copy at
  406. Scancode info:
  407. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  408. Score : 100.00
  409. Match type : COPYRIGHT
  410. Files with this license:
  411. include/boost/predef/detail/os_detected.h [2:4]
  412. KEEP COPYRIGHT_SERVICE_LABEL a08e41a239cdee1f96eadc8647e90ab7
  413. BELONGS ya.make
  414. License text:
  415. Copyright Charly Chevalier 2015
  416. Copyright Joel Falcou 2015
  417. Distributed under the Boost Software License, Version 1.0.
  418. (See accompanying file LICENSE_1_0.txt or copy at
  419. Scancode info:
  420. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  421. Score : 100.00
  422. Match type : COPYRIGHT
  423. Files with this license:
  424. include/boost/predef/hardware.h [2:5]
  425. include/boost/predef/hardware/simd.h [2:5]
  426. include/boost/predef/hardware/simd/arm.h [2:5]
  427. include/boost/predef/hardware/simd/arm/versions.h [2:5]
  428. include/boost/predef/hardware/simd/ppc.h [2:5]
  429. include/boost/predef/hardware/simd/ppc/versions.h [2:5]
  430. include/boost/predef/hardware/simd/x86.h [2:5]
  431. include/boost/predef/hardware/simd/x86/versions.h [2:5]
  432. include/boost/predef/hardware/simd/x86_amd.h [2:5]
  433. include/boost/predef/hardware/simd/x86_amd/versions.h [2:5]
  434. KEEP COPYRIGHT_SERVICE_LABEL c3813bc43fb45363daf247950761e4d4
  435. BELONGS ya.make
  436. License text:
  437. Copyright Rene Rivera 2008-2013
  438. Distributed under the Boost Software License, Version 1.0.
  439. (See accompanying file LICENSE_1_0.txt or copy at
  440. Scancode info:
  441. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  442. Score : 100.00
  443. Match type : COPYRIGHT
  444. Files with this license:
  445. include/boost/predef/library/c/_prefix.h [2:4]
  446. include/boost/predef/library/std/_prefix.h [2:4]
  447. KEEP COPYRIGHT_SERVICE_LABEL c8ec98b578b15c88a0026ac0e7f5ff8f
  448. BELONGS ya.make
  449. Note: matched license text is too long. Read it in the source files.
  450. Scancode info:
  451. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  452. Score : 100.00
  453. Match type : COPYRIGHT
  454. Files with this license:
  455. include/boost/predef/architecture/arm.h [2:6]
  456. KEEP COPYRIGHT_SERVICE_LABEL c98683db2d8fa0352ce99bf5eb8af524
  457. BELONGS ya.make
  458. License text:
  459. Copyright Rene Rivera 2015-2016
  460. Distributed under the Boost Software License, Version 1.0.
  461. (See accompanying file LICENSE_1_0.txt or copy at
  462. Scancode info:
  463. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  464. Score : 100.00
  465. Match type : COPYRIGHT
  466. Files with this license:
  467. include/boost/predef/version.h [2:4]
  468. KEEP COPYRIGHT_SERVICE_LABEL d6ffc9c8b7faf6b69be894dbb468e1ac
  469. BELONGS ya.make
  470. License text:
  471. Copyright Charly Chevalier 2015
  472. Copyright Joel Falcou 2015
  473. Distributed under the Boost Software License, Version 1.0.
  474. (See accompanying file LICENSE_1_0.txt or copy at
  475. Scancode info:
  476. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  477. Score : 100.00
  478. Match type : COPYRIGHT
  479. Files with this license:
  480. include/boost/predef/hardware.h [2:5]
  481. include/boost/predef/hardware/simd.h [2:5]
  482. include/boost/predef/hardware/simd/arm.h [2:5]
  483. include/boost/predef/hardware/simd/arm/versions.h [2:5]
  484. include/boost/predef/hardware/simd/ppc.h [2:5]
  485. include/boost/predef/hardware/simd/ppc/versions.h [2:5]
  486. include/boost/predef/hardware/simd/x86.h [2:5]
  487. include/boost/predef/hardware/simd/x86/versions.h [2:5]
  488. include/boost/predef/hardware/simd/x86_amd.h [2:5]
  489. include/boost/predef/hardware/simd/x86_amd/versions.h [2:5]
  490. KEEP COPYRIGHT_SERVICE_LABEL d73b88cee593256b0d7ec85d5b8fa25a
  491. BELONGS ya.make
  492. License text:
  493. Copyright Rene Rivera 2008-2017
  494. Distributed under the Boost Software License, Version 1.0.
  495. (See accompanying file LICENSE_1_0.txt or copy at
  496. Scancode info:
  497. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  498. Score : 100.00
  499. Match type : COPYRIGHT
  500. Files with this license:
  501. include/boost/predef/compiler/intel.h [2:4]
  502. KEEP COPYRIGHT_SERVICE_LABEL d87b243958a7d8cd7ed9864055dfd125
  503. BELONGS ya.make
  504. License text:
  505. * Copyright (C) 2017 James E. King III
  506. Scancode info:
  507. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  508. Score : 100.00
  509. Match type : COPYRIGHT
  510. Files with this license:
  511. include/boost/predef/library/c/cloudabi.h [2:2]
  512. KEEP COPYRIGHT_SERVICE_LABEL de0db9ec6f800aa512ef415ca653662a
  513. BELONGS ya.make
  514. License text:
  515. Copyright Rene Rivera 2015-2019
  516. Distributed under the Boost Software License, Version 1.0.
  517. (See accompanying file LICENSE_1_0.txt or copy at
  518. Scancode info:
  519. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  520. Score : 100.00
  521. Match type : COPYRIGHT
  522. Files with this license:
  523. include/boost/predef/platform/android.h [2:4]
  524. KEEP COPYRIGHT_SERVICE_LABEL e375f9f33ab97263bdffba2a16e216e8
  525. BELONGS ya.make
  526. License text:
  527. Copyright Franz Detro 2014
  528. Copyright Rene Rivera 2015
  529. Distributed under the Boost Software License, Version 1.0.
  530. (See accompanying file LICENSE_1_0.txt or copy at
  531. Scancode info:
  532. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  533. Score : 100.00
  534. Match type : COPYRIGHT
  535. Files with this license:
  536. include/boost/predef/os/ios.h [2:5]
  537. include/boost/predef/platform/windows_desktop.h [2:5]
  538. include/boost/predef/platform/windows_phone.h [2:5]
  539. include/boost/predef/platform/windows_runtime.h [2:5]
  540. include/boost/predef/platform/windows_store.h [2:5]
  541. KEEP COPYRIGHT_SERVICE_LABEL edcaf1fe274bdd8386838aee1de0e9b8
  542. BELONGS ya.make
  543. License text:
  544. Copyright Rene Rivera 2011-2012
  545. Distributed under the Boost Software License, Version 1.0.
  546. (See accompanying file LICENSE_1_0.txt or copy at
  547. Scancode info:
  548. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  549. Score : 100.00
  550. Match type : COPYRIGHT
  551. Files with this license:
  552. include/boost/predef/detail/_cassert.h [2:4]
  553. include/boost/predef/detail/_exception.h [2:4]
  554. include/boost/predef/detail/test.h [2:4]
  555. KEEP COPYRIGHT_SERVICE_LABEL f346c42eddecef3940363d271fbcc36e
  556. BELONGS ya.make
  557. License text:
  558. Copyright Andreas Schwab 2019
  559. Distributed under the Boost Software License, Version 1.0.
  560. (See accompanying file LICENSE_1_0.txt or copy at
  561. Scancode info:
  562. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  563. Score : 100.00
  564. Match type : COPYRIGHT
  565. Files with this license:
  566. include/boost/predef/architecture/riscv.h [2:4]