devtools.licenses.report 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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. # ${action} {license spdx} {license text hash}
  7. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  8. # ${all_file_action} filename
  9. # $ # user commentaries (many lines)
  10. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  11. # ${action} {license spdx} {license text hash}
  12. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  13. # ${all_file_action} filename
  14. # $ # user commentaries
  15. # $ generated description
  16. # $ ...
  17. #
  18. # You can modify action, all_file_action and add commentaries
  19. # Available actions:
  20. # keep - keep license in contrib and use in credits
  21. # skip - skip license
  22. # remove - remove all files with this license
  23. # 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
  24. #
  25. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  26. # We suppose that that files can contain some license info
  27. # Available all file actions:
  28. # FILE_IGNORE - ignore file (do nothing)
  29. # FILE_INCLUDE - include all file data into licenses text file
  30. # =======================
  31. KEEP NCSA 281d1ec07e86b61c925d7c514deecb25
  32. BELONGS ya.make
  33. License text:
  34. Compiler-RT is open source software. You may freely distribute it under the
  35. terms of the license agreement found in LICENSE.txt.
  36. Scancode info:
  37. Original SPDX id: NCSA
  38. Score : 100.00
  39. Match type : NOTICE
  40. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  41. Files with this license:
  42. README.txt [7:8]
  43. KEEP NCSA 5a35b4c0d3b3923cac31a5a371332ca2
  44. BELONGS ya.make
  45. License text:
  46. Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
  47. Scancode info:
  48. Original SPDX id: NCSA
  49. Score : 100.00
  50. Match type : REFERENCE
  51. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  52. Files with this license:
  53. LICENSE.TXT [237:237]
  54. KEEP Public-Domain 5ab2e1de3ac199ad15211e88647b49aa
  55. BELONGS ya.make
  56. License text:
  57. // This code is taken from public domain
  58. Scancode info:
  59. Original SPDX id: LicenseRef-scancode-public-domain
  60. Score : 70.00
  61. Match type : REFERENCE
  62. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  63. Files with this license:
  64. lib/fuzzer/FuzzerSHA1.cpp [8:8]
  65. KEEP MIT 5debb370f50e1dfd24ff5144233a2ef6
  66. BELONGS ya.make
  67. Note: matched license text is too long. Read it in the source files.
  68. Scancode info:
  69. Original SPDX id: MIT
  70. Score : 100.00
  71. Match type : TEXT
  72. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  73. Files with this license:
  74. LICENSE.TXT [295:311]
  75. KEEP Apache-2.0 WITH LLVM-exception 755ab7da3ff8c5d6ae90bdbebd177e49
  76. BELONGS lib/fuzzer/afl/ya.make ya.make
  77. License text:
  78. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  79. // See https://llvm.org/LICENSE.txt for license information.
  80. Scancode info:
  81. Original SPDX id: Apache-2.0
  82. Score : 100.00
  83. Match type : NOTICE
  84. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  85. Files with this license:
  86. include/fuzzer/FuzzedDataProvider.h [3:4]
  87. lib/fuzzer/FuzzerBuiltins.h [3:4]
  88. lib/fuzzer/FuzzerBuiltinsMsvc.h [3:4]
  89. lib/fuzzer/FuzzerCommand.h [3:4]
  90. lib/fuzzer/FuzzerCorpus.h [3:4]
  91. lib/fuzzer/FuzzerCrossOver.cpp [3:4]
  92. lib/fuzzer/FuzzerDataFlowTrace.cpp [3:4]
  93. lib/fuzzer/FuzzerDataFlowTrace.h [3:4]
  94. lib/fuzzer/FuzzerDefs.h [3:4]
  95. lib/fuzzer/FuzzerDictionary.h [3:4]
  96. lib/fuzzer/FuzzerDriver.cpp [3:4]
  97. lib/fuzzer/FuzzerExtFunctions.def [3:4]
  98. lib/fuzzer/FuzzerExtFunctions.h [3:4]
  99. lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [3:4]
  100. lib/fuzzer/FuzzerExtFunctionsWeak.cpp [3:4]
  101. lib/fuzzer/FuzzerExtFunctionsWindows.cpp [3:4]
  102. lib/fuzzer/FuzzerExtraCounters.cpp [3:4]
  103. lib/fuzzer/FuzzerExtraCountersDarwin.cpp [3:4]
  104. lib/fuzzer/FuzzerExtraCountersWindows.cpp [3:4]
  105. lib/fuzzer/FuzzerFlags.def [3:4]
  106. lib/fuzzer/FuzzerFork.cpp [3:4]
  107. lib/fuzzer/FuzzerFork.h [3:4]
  108. lib/fuzzer/FuzzerIO.cpp [3:4]
  109. lib/fuzzer/FuzzerIO.h [3:4]
  110. lib/fuzzer/FuzzerIOPosix.cpp [3:4]
  111. lib/fuzzer/FuzzerIOWindows.cpp [3:4]
  112. lib/fuzzer/FuzzerInterface.h [3:4]
  113. lib/fuzzer/FuzzerInternal.h [3:4]
  114. lib/fuzzer/FuzzerLoop.cpp [3:4]
  115. lib/fuzzer/FuzzerMain.cpp [3:4]
  116. lib/fuzzer/FuzzerMerge.cpp [3:4]
  117. lib/fuzzer/FuzzerMerge.h [3:4]
  118. lib/fuzzer/FuzzerMutate.cpp [3:4]
  119. lib/fuzzer/FuzzerMutate.h [3:4]
  120. lib/fuzzer/FuzzerOptions.h [2:3]
  121. lib/fuzzer/FuzzerPlatform.h [3:4]
  122. lib/fuzzer/FuzzerRandom.h [3:4]
  123. lib/fuzzer/FuzzerSHA1.cpp [3:4]
  124. lib/fuzzer/FuzzerSHA1.h [3:4]
  125. lib/fuzzer/FuzzerTracePC.cpp [3:4]
  126. lib/fuzzer/FuzzerTracePC.h [3:4]
  127. lib/fuzzer/FuzzerUtil.cpp [3:4]
  128. lib/fuzzer/FuzzerUtil.h [3:4]
  129. lib/fuzzer/FuzzerUtilDarwin.cpp [3:4]
  130. lib/fuzzer/FuzzerUtilLinux.cpp [3:4]
  131. lib/fuzzer/FuzzerUtilPosix.cpp [3:4]
  132. lib/fuzzer/FuzzerUtilWindows.cpp [3:4]
  133. lib/fuzzer/FuzzerValueBitMap.h [3:4]
  134. lib/fuzzer/afl/afl_driver.cpp [3:4]
  135. lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [3:4]
  136. Scancode info:
  137. Original SPDX id: LLVM-exception
  138. Score : 100.00
  139. Match type : NOTICE
  140. Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
  141. Files with this license:
  142. include/fuzzer/FuzzedDataProvider.h [3:4]
  143. lib/fuzzer/FuzzerBuiltins.h [3:4]
  144. lib/fuzzer/FuzzerBuiltinsMsvc.h [3:4]
  145. lib/fuzzer/FuzzerCommand.h [3:4]
  146. lib/fuzzer/FuzzerCorpus.h [3:4]
  147. lib/fuzzer/FuzzerCrossOver.cpp [3:4]
  148. lib/fuzzer/FuzzerDataFlowTrace.cpp [3:4]
  149. lib/fuzzer/FuzzerDataFlowTrace.h [3:4]
  150. lib/fuzzer/FuzzerDefs.h [3:4]
  151. lib/fuzzer/FuzzerDictionary.h [3:4]
  152. lib/fuzzer/FuzzerDriver.cpp [3:4]
  153. lib/fuzzer/FuzzerExtFunctions.def [3:4]
  154. lib/fuzzer/FuzzerExtFunctions.h [3:4]
  155. lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [3:4]
  156. lib/fuzzer/FuzzerExtFunctionsWeak.cpp [3:4]
  157. lib/fuzzer/FuzzerExtFunctionsWindows.cpp [3:4]
  158. lib/fuzzer/FuzzerExtraCounters.cpp [3:4]
  159. lib/fuzzer/FuzzerExtraCountersDarwin.cpp [3:4]
  160. lib/fuzzer/FuzzerExtraCountersWindows.cpp [3:4]
  161. lib/fuzzer/FuzzerFlags.def [3:4]
  162. lib/fuzzer/FuzzerFork.cpp [3:4]
  163. lib/fuzzer/FuzzerFork.h [3:4]
  164. lib/fuzzer/FuzzerIO.cpp [3:4]
  165. lib/fuzzer/FuzzerIO.h [3:4]
  166. lib/fuzzer/FuzzerIOPosix.cpp [3:4]
  167. lib/fuzzer/FuzzerIOWindows.cpp [3:4]
  168. lib/fuzzer/FuzzerInterface.h [3:4]
  169. lib/fuzzer/FuzzerInternal.h [3:4]
  170. lib/fuzzer/FuzzerLoop.cpp [3:4]
  171. lib/fuzzer/FuzzerMain.cpp [3:4]
  172. lib/fuzzer/FuzzerMerge.cpp [3:4]
  173. lib/fuzzer/FuzzerMerge.h [3:4]
  174. lib/fuzzer/FuzzerMutate.cpp [3:4]
  175. lib/fuzzer/FuzzerMutate.h [3:4]
  176. lib/fuzzer/FuzzerOptions.h [2:3]
  177. lib/fuzzer/FuzzerPlatform.h [3:4]
  178. lib/fuzzer/FuzzerRandom.h [3:4]
  179. lib/fuzzer/FuzzerSHA1.cpp [3:4]
  180. lib/fuzzer/FuzzerSHA1.h [3:4]
  181. lib/fuzzer/FuzzerTracePC.cpp [3:4]
  182. lib/fuzzer/FuzzerTracePC.h [3:4]
  183. lib/fuzzer/FuzzerUtil.cpp [3:4]
  184. lib/fuzzer/FuzzerUtil.h [3:4]
  185. lib/fuzzer/FuzzerUtilDarwin.cpp [3:4]
  186. lib/fuzzer/FuzzerUtilLinux.cpp [3:4]
  187. lib/fuzzer/FuzzerUtilPosix.cpp [3:4]
  188. lib/fuzzer/FuzzerUtilWindows.cpp [3:4]
  189. lib/fuzzer/FuzzerValueBitMap.h [3:4]
  190. lib/fuzzer/afl/afl_driver.cpp [3:4]
  191. lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [3:4]
  192. KEEP Apache-2.0 WITH LLVM-exception 8494a9caed330d9a4f40e19cce7dc770
  193. BELONGS ya.make
  194. # starts with --- LLVM Exceptions to the Apache 2.0 License ----
  195. Note: matched license text is too long. Read it in the source files.
  196. Scancode info:
  197. Original SPDX id: LLVM-exception
  198. Score : 100.00
  199. Match type : TEXT
  200. Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
  201. Files with this license:
  202. LICENSE.TXT [208:222]
  203. KEEP Apache-2.0 9ac77f65a898755c7eed97099caded94
  204. BELONGS ya.make
  205. Note: matched license text is too long. Read it in the source files.
  206. Scancode info:
  207. Original SPDX id: Apache-2.0
  208. Score : 100.00
  209. Match type : TEXT
  210. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  211. Files with this license:
  212. LICENSE.TXT [5:205]
  213. KEEP Public-Domain 9af2e28b3ed3ba201bece4b3024268de
  214. BELONGS ya.make
  215. License text:
  216. /* This code is public-domain - it is based on libcrypt
  217. Scancode info:
  218. Original SPDX id: LicenseRef-scancode-public-domain
  219. Score : 16.00
  220. Match type : TEXT
  221. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  222. Files with this license:
  223. lib/fuzzer/FuzzerSHA1.cpp [22:22]
  224. KEEP NCSA AND MIT acaf5a1ddffd6829f7ebecb9e50c6c5f
  225. BELONGS ya.make
  226. Note: matched license text is too long. Read it in the source files.
  227. Scancode info:
  228. Original SPDX id: NCSA
  229. Score : 100.00
  230. Match type : NOTICE
  231. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  232. Files with this license:
  233. LICENSE.TXT [240:245]
  234. Scancode info:
  235. Original SPDX id: MIT
  236. Score : 100.00
  237. Match type : NOTICE
  238. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  239. Files with this license:
  240. LICENSE.TXT [240:245]
  241. KEEP NCSA b160d8bd561da097b0edd40b062e1c84
  242. BELONGS ya.make
  243. Note: matched license text is too long. Read it in the source files.
  244. Scancode info:
  245. Original SPDX id: NCSA
  246. Score : 100.00
  247. Match type : TEXT
  248. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  249. Files with this license:
  250. LICENSE.TXT [264:289]
  251. KEEP Apache-2.0 WITH LLVM-exception b7566a1930e050e1090162bf1d543650
  252. BELONGS lib/fuzzer/afl/ya.make ya.make
  253. License text:
  254. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  255. Scancode info:
  256. Original SPDX id: Apache-2.0
  257. Score : 100.00
  258. Match type : TAG
  259. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  260. Files with this license:
  261. include/fuzzer/FuzzedDataProvider.h [5:5]
  262. lib/fuzzer/FuzzerBuiltins.h [5:5]
  263. lib/fuzzer/FuzzerBuiltinsMsvc.h [5:5]
  264. lib/fuzzer/FuzzerCommand.h [5:5]
  265. lib/fuzzer/FuzzerCorpus.h [5:5]
  266. lib/fuzzer/FuzzerCrossOver.cpp [5:5]
  267. lib/fuzzer/FuzzerDataFlowTrace.cpp [5:5]
  268. lib/fuzzer/FuzzerDataFlowTrace.h [5:5]
  269. lib/fuzzer/FuzzerDefs.h [5:5]
  270. lib/fuzzer/FuzzerDictionary.h [5:5]
  271. lib/fuzzer/FuzzerDriver.cpp [5:5]
  272. lib/fuzzer/FuzzerExtFunctions.def [5:5]
  273. lib/fuzzer/FuzzerExtFunctions.h [5:5]
  274. lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [5:5]
  275. lib/fuzzer/FuzzerExtFunctionsWeak.cpp [5:5]
  276. lib/fuzzer/FuzzerExtFunctionsWindows.cpp [5:5]
  277. lib/fuzzer/FuzzerExtraCounters.cpp [5:5]
  278. lib/fuzzer/FuzzerExtraCountersDarwin.cpp [5:5]
  279. lib/fuzzer/FuzzerExtraCountersWindows.cpp [5:5]
  280. lib/fuzzer/FuzzerFlags.def [5:5]
  281. lib/fuzzer/FuzzerFork.cpp [5:5]
  282. lib/fuzzer/FuzzerFork.h [5:5]
  283. lib/fuzzer/FuzzerIO.cpp [5:5]
  284. lib/fuzzer/FuzzerIO.h [5:5]
  285. lib/fuzzer/FuzzerIOPosix.cpp [5:5]
  286. lib/fuzzer/FuzzerIOWindows.cpp [5:5]
  287. lib/fuzzer/FuzzerInterface.h [5:5]
  288. lib/fuzzer/FuzzerInternal.h [5:5]
  289. lib/fuzzer/FuzzerLoop.cpp [5:5]
  290. lib/fuzzer/FuzzerMain.cpp [5:5]
  291. lib/fuzzer/FuzzerMerge.cpp [5:5]
  292. lib/fuzzer/FuzzerMerge.h [5:5]
  293. lib/fuzzer/FuzzerMutate.cpp [5:5]
  294. lib/fuzzer/FuzzerMutate.h [5:5]
  295. lib/fuzzer/FuzzerOptions.h [4:4]
  296. lib/fuzzer/FuzzerPlatform.h [5:5]
  297. lib/fuzzer/FuzzerRandom.h [5:5]
  298. lib/fuzzer/FuzzerSHA1.cpp [5:5]
  299. lib/fuzzer/FuzzerSHA1.h [5:5]
  300. lib/fuzzer/FuzzerTracePC.cpp [5:5]
  301. lib/fuzzer/FuzzerTracePC.h [5:5]
  302. lib/fuzzer/FuzzerUtil.cpp [5:5]
  303. lib/fuzzer/FuzzerUtil.h [5:5]
  304. lib/fuzzer/FuzzerUtilDarwin.cpp [5:5]
  305. lib/fuzzer/FuzzerUtilLinux.cpp [5:5]
  306. lib/fuzzer/FuzzerUtilPosix.cpp [5:5]
  307. lib/fuzzer/FuzzerUtilWindows.cpp [5:5]
  308. lib/fuzzer/FuzzerValueBitMap.h [5:5]
  309. lib/fuzzer/afl/afl_driver.cpp [5:5]
  310. lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [5:5]
  311. Scancode info:
  312. Original SPDX id: LLVM-exception
  313. Score : 100.00
  314. Match type : TAG
  315. Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
  316. Files with this license:
  317. include/fuzzer/FuzzedDataProvider.h [5:5]
  318. lib/fuzzer/FuzzerBuiltins.h [5:5]
  319. lib/fuzzer/FuzzerBuiltinsMsvc.h [5:5]
  320. lib/fuzzer/FuzzerCommand.h [5:5]
  321. lib/fuzzer/FuzzerCorpus.h [5:5]
  322. lib/fuzzer/FuzzerCrossOver.cpp [5:5]
  323. lib/fuzzer/FuzzerDataFlowTrace.cpp [5:5]
  324. lib/fuzzer/FuzzerDataFlowTrace.h [5:5]
  325. lib/fuzzer/FuzzerDefs.h [5:5]
  326. lib/fuzzer/FuzzerDictionary.h [5:5]
  327. lib/fuzzer/FuzzerDriver.cpp [5:5]
  328. lib/fuzzer/FuzzerExtFunctions.def [5:5]
  329. lib/fuzzer/FuzzerExtFunctions.h [5:5]
  330. lib/fuzzer/FuzzerExtFunctionsDlsym.cpp [5:5]
  331. lib/fuzzer/FuzzerExtFunctionsWeak.cpp [5:5]
  332. lib/fuzzer/FuzzerExtFunctionsWindows.cpp [5:5]
  333. lib/fuzzer/FuzzerExtraCounters.cpp [5:5]
  334. lib/fuzzer/FuzzerExtraCountersDarwin.cpp [5:5]
  335. lib/fuzzer/FuzzerExtraCountersWindows.cpp [5:5]
  336. lib/fuzzer/FuzzerFlags.def [5:5]
  337. lib/fuzzer/FuzzerFork.cpp [5:5]
  338. lib/fuzzer/FuzzerFork.h [5:5]
  339. lib/fuzzer/FuzzerIO.cpp [5:5]
  340. lib/fuzzer/FuzzerIO.h [5:5]
  341. lib/fuzzer/FuzzerIOPosix.cpp [5:5]
  342. lib/fuzzer/FuzzerIOWindows.cpp [5:5]
  343. lib/fuzzer/FuzzerInterface.h [5:5]
  344. lib/fuzzer/FuzzerInternal.h [5:5]
  345. lib/fuzzer/FuzzerLoop.cpp [5:5]
  346. lib/fuzzer/FuzzerMain.cpp [5:5]
  347. lib/fuzzer/FuzzerMerge.cpp [5:5]
  348. lib/fuzzer/FuzzerMerge.h [5:5]
  349. lib/fuzzer/FuzzerMutate.cpp [5:5]
  350. lib/fuzzer/FuzzerMutate.h [5:5]
  351. lib/fuzzer/FuzzerOptions.h [4:4]
  352. lib/fuzzer/FuzzerPlatform.h [5:5]
  353. lib/fuzzer/FuzzerRandom.h [5:5]
  354. lib/fuzzer/FuzzerSHA1.cpp [5:5]
  355. lib/fuzzer/FuzzerSHA1.h [5:5]
  356. lib/fuzzer/FuzzerTracePC.cpp [5:5]
  357. lib/fuzzer/FuzzerTracePC.h [5:5]
  358. lib/fuzzer/FuzzerUtil.cpp [5:5]
  359. lib/fuzzer/FuzzerUtil.h [5:5]
  360. lib/fuzzer/FuzzerUtilDarwin.cpp [5:5]
  361. lib/fuzzer/FuzzerUtilLinux.cpp [5:5]
  362. lib/fuzzer/FuzzerUtilPosix.cpp [5:5]
  363. lib/fuzzer/FuzzerUtilWindows.cpp [5:5]
  364. lib/fuzzer/FuzzerValueBitMap.h [5:5]
  365. lib/fuzzer/afl/afl_driver.cpp [5:5]
  366. lib/fuzzer/standalone/StandaloneFuzzTargetMain.c [5:5]
  367. KEEP NCSA c26d0b72f92421989c4471ae0acbc943
  368. BELONGS ya.make
  369. License text:
  370. University of Illinois/NCSA
  371. Open Source License
  372. Scancode info:
  373. Original SPDX id: NCSA
  374. Score : 100.00
  375. Match type : REFERENCE
  376. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  377. Files with this license:
  378. LICENSE.TXT [249:250]
  379. KEEP Apache-2.0 WITH LLVM-exception df18889e552d44a4679aff552267f802
  380. BELONGS ya.make
  381. License text:
  382. The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
  383. Scancode info:
  384. Original SPDX id: Apache-2.0
  385. Score : 100.00
  386. Match type : NOTICE
  387. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  388. Files with this license:
  389. LICENSE.TXT [2:2]
  390. Scancode info:
  391. Original SPDX id: LLVM-exception
  392. Score : 100.00
  393. Match type : NOTICE
  394. Links : http://llvm.org/foundation/relicensing/LICENSE.txt, https://spdx.org/licenses/LLVM-exception
  395. Files with this license:
  396. LICENSE.TXT [2:2]
  397. KEEP Public-Domain f452f4d0b721fed73ab5c8bb024a0478
  398. BELONGS ya.make
  399. License text:
  400. * placed in the public domain by Wei Dai and other contributors.
  401. Scancode info:
  402. Original SPDX id: LicenseRef-scancode-public-domain
  403. Score : 100.00
  404. Match type : TEXT
  405. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  406. Files with this license:
  407. lib/fuzzer/FuzzerSHA1.cpp [23:23]