devtools.copyrights.report 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253
  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 id} {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 COPYRIGHT_SERVICE_LABEL 02a6d7053964d22012085134f3cdccc4
  32. BELONGS ya.make
  33. License text:
  34. * Copyright (C) 2007 The Guava Authors
  35. * https://github.com/google/guava
  36. Scancode info:
  37. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  38. Score : 100.00
  39. Match type : COPYRIGHT
  40. Files with this license:
  41. NOTICE.txt [49:50]
  42. KEEP COPYRIGHT_SERVICE_LABEL 062cc1aeab0c1abc305964e8124f4115
  43. BELONGS ya.make
  44. License text:
  45. Copyright (c) 2009-present, Homebrew contributors
  46. All rights reserved.
  47. Scancode info:
  48. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  49. Score : 100.00
  50. Match type : COPYRIGHT
  51. Files with this license:
  52. LICENSE.txt [2040:2041]
  53. KEEP COPYRIGHT_SERVICE_LABEL 07bb8632fe90582f097391db4b909913
  54. BELONGS ya.make
  55. License text:
  56. copyright (c) Google inc and (c) The Chromium Authors and licensed under the
  57. Apache 2.0 License or the under the 3-clause BSD license:
  58. Scancode info:
  59. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  60. Score : 100.00
  61. Match type : COPYRIGHT
  62. Files with this license:
  63. LICENSE.txt [280:281]
  64. KEEP COPYRIGHT_SERVICE_LABEL 0811f5522217ff18ba6144de0ef16810
  65. BELONGS ya.make
  66. License text:
  67. Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
  68. Scancode info:
  69. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  70. Score : 100.00
  71. Match type : COPYRIGHT
  72. Files with this license:
  73. LICENSE.txt [451:451]
  74. KEEP COPYRIGHT_SERVICE_LABEL 0931600c1c6bfc8a8863a63cbdc0aece
  75. BELONGS ya.make
  76. License text:
  77. Copyright 2016 Cloudera Inc.
  78. Scancode info:
  79. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  80. Score : 100.00
  81. Match type : COPYRIGHT
  82. Files with this license:
  83. LICENSE.txt [512:512]
  84. KEEP COPYRIGHT_SERVICE_LABEL 0e2d962ceecf6f10031d0239dcc354a7
  85. BELONGS ya.make
  86. License text:
  87. Copyright 2013 Sharvil Nanavati
  88. Scancode info:
  89. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  90. Score : 100.00
  91. Match type : COPYRIGHT
  92. Files with this license:
  93. LICENSE.txt [208:208]
  94. KEEP COPYRIGHT_SERVICE_LABEL 0f31d80c927e2b616daedd08d5b35078
  95. BELONGS ya.make
  96. License text:
  97. Copyright (c) Austin Appleby (aappleby (AT) gmail)
  98. Scancode info:
  99. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  100. Score : 100.00
  101. Match type : COPYRIGHT
  102. Files with this license:
  103. LICENSE.txt [266:266]
  104. KEEP COPYRIGHT_SERVICE_LABEL 1050d39974838d9e4a3ebfa807befa85
  105. BELONGS ya.make
  106. License text:
  107. Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
  108. Scancode info:
  109. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  110. Score : 100.00
  111. Match type : COPYRIGHT
  112. Files with this license:
  113. LICENSE.txt [633:633]
  114. KEEP COPYRIGHT_SERVICE_LABEL 10fa53fe3220c3b3f37695fcb7d52b4e
  115. BELONGS ya.make
  116. License text:
  117. * Copyright (c) Facebook, Inc. and its affiliates.
  118. Scancode info:
  119. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  120. Score : 100.00
  121. Match type : COPYRIGHT
  122. Files with this license:
  123. cpp/src/arrow/vendored/ProducerConsumerQueue.h [4:4]
  124. KEEP COPYRIGHT_SERVICE_LABEL 15db7edc412ec75a60118463702bdcef
  125. BELONGS ya.make
  126. License text:
  127. // Copyright 2018 Nemanja Trifunovic
  128. Scancode info:
  129. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  130. Score : 100.00
  131. Match type : COPYRIGHT
  132. Files with this license:
  133. cpp/src/arrow/vendored/utfcpp/cpp11.h [1:1]
  134. KEEP COPYRIGHT_SERVICE_LABEL 16d77374d4f3ba25a3fdfa4958bf4c49
  135. BELONGS ya.make
  136. License text:
  137. Copyright 2006-2011, the V8 project authors. All rights reserved.
  138. Scancode info:
  139. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  140. Score : 100.00
  141. Match type : COPYRIGHT
  142. Files with this license:
  143. LICENSE.txt [720:720]
  144. KEEP COPYRIGHT_SERVICE_LABEL 1d42d552901b54037d78f435b26f76f8
  145. BELONGS ya.make
  146. License text:
  147. Copyright (c) 2009 The Go Authors. All rights reserved.
  148. Scancode info:
  149. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  150. Score : 100.00
  151. Match type : COPYRIGHT
  152. Files with this license:
  153. LICENSE.txt [478:478]
  154. KEEP COPYRIGHT_SERVICE_LABEL 1fe72fe51558c5a41c937c279c752359
  155. BELONGS ya.make
  156. Note: matched license text is too long. Read it in the source files.
  157. Scancode info:
  158. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  159. Score : 100.00
  160. Match type : COPYRIGHT
  161. Files with this license:
  162. cpp/src/arrow/vendored/datetime/date.h [6:11]
  163. KEEP COPYRIGHT_SERVICE_LABEL 20fe293eda8f906ba46db857bd55be95
  164. BELONGS ya.make
  165. License text:
  166. // Copyright (c) 2015, 2016 Howard Hinnant
  167. Scancode info:
  168. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  169. Score : 100.00
  170. Match type : COPYRIGHT
  171. Files with this license:
  172. cpp/src/arrow/vendored/datetime/tz_private.h [6:6]
  173. KEEP COPYRIGHT_SERVICE_LABEL 21d419b06e057fd073eece04d054aff1
  174. BELONGS ya.make
  175. License text:
  176. // Copyright (c) 2008-2010 Bjoern Hoehrmann <bjoern@hoehrmann.de>
  177. // See http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ for details.
  178. Scancode info:
  179. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  180. Score : 100.00
  181. Match type : COPYRIGHT
  182. Files with this license:
  183. cpp/src/arrow/util/utf8.cc [38:39]
  184. cpp/src/arrow/util/utf8.h [49:50]
  185. KEEP COPYRIGHT_SERVICE_LABEL 247dcc3a30dcbb2f92c97ca04aa03164
  186. BELONGS ya.make
  187. License text:
  188. // Copyright 2017 Asylo authors
  189. Scancode info:
  190. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  191. Score : 100.00
  192. Match type : COPYRIGHT
  193. Files with this license:
  194. cpp/src/arrow/result.h [2:2]
  195. cpp/src/arrow/result_internal.h [2:2]
  196. KEEP COPYRIGHT_SERVICE_LABEL 25f909dde7cb2b432b9631287a825adb
  197. BELONGS ya.make
  198. License text:
  199. Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
  200. Scancode info:
  201. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  202. Score : 100.00
  203. Match type : COPYRIGHT
  204. Files with this license:
  205. LICENSE.txt [1773:1773]
  206. KEEP COPYRIGHT_SERVICE_LABEL 273212e34b861a3a897a3b3d79010d78
  207. BELONGS ya.make
  208. License text:
  209. Copyright 1998 by the Massachusetts Institute of Technology.
  210. Scancode info:
  211. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  212. Score : 100.00
  213. Match type : COPYRIGHT
  214. Files with this license:
  215. LICENSE.txt [1753:1753]
  216. KEEP COPYRIGHT_SERVICE_LABEL 27f6bc2f1161c9b16462f839abb6f97b
  217. BELONGS ya.make
  218. License text:
  219. Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
  220. All rights reserved.
  221. Scancode info:
  222. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  223. Score : 100.00
  224. Match type : COPYRIGHT
  225. Files with this license:
  226. LICENSE.txt [226:227]
  227. KEEP COPYRIGHT_SERVICE_LABEL 292f00c236f0d18782c54ab62a60615b
  228. BELONGS ya.make
  229. License text:
  230. Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors
  231. All Rights Reserved.
  232. Scancode info:
  233. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  234. Score : 100.00
  235. Match type : COPYRIGHT
  236. Files with this license:
  237. LICENSE.txt [1680:1681]
  238. KEEP COPYRIGHT_SERVICE_LABEL 2933b5480b1e6f76da1757c45228a477
  239. BELONGS ya.make
  240. Note: matched license text is too long. Read it in the source files.
  241. Scancode info:
  242. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  243. Score : 100.00
  244. Match type : COPYRIGHT
  245. Files with this license:
  246. cpp/src/arrow/vendored/datetime/date.h [6:11]
  247. KEEP COPYRIGHT_SERVICE_LABEL 2cb3334fb125e9233675e041bd4c507c
  248. BELONGS ya.make
  249. License text:
  250. * Copyright (C) 2015 Dato, Inc.
  251. * Copyright (c) 2009 Carnegie Mellon University.
  252. Scancode info:
  253. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  254. Score : 100.00
  255. Match type : COPYRIGHT
  256. Files with this license:
  257. NOTICE.txt [8:9]
  258. KEEP COPYRIGHT_SERVICE_LABEL 34bd9b473803a867ffb626a6b81fe652
  259. BELONGS ya.make
  260. License text:
  261. Copyright 2015 Microsoft Corporation. All rights reserved.
  262. Scancode info:
  263. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  264. Score : 100.00
  265. Match type : COPYRIGHT
  266. Files with this license:
  267. LICENSE.txt [429:429]
  268. KEEP COPYRIGHT_SERVICE_LABEL 3601729d82d228b2405808f9ac43ab72
  269. BELONGS ya.make
  270. License text:
  271. Copyright 2016-2019 The Apache Software Foundation
  272. Scancode info:
  273. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  274. Score : 100.00
  275. Match type : COPYRIGHT
  276. Files with this license:
  277. NOTICE.txt [2:2]
  278. KEEP COPYRIGHT_SERVICE_LABEL 3e16528bde34bd6e7e3e9019aef6e4d4
  279. BELONGS ya.make
  280. Note: matched license text is too long. Read it in the source files.
  281. Scancode info:
  282. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  283. Score : 100.00
  284. Match type : COPYRIGHT
  285. Files with this license:
  286. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  287. KEEP COPYRIGHT_SERVICE_LABEL 3e397a76b9105b24df6203017ac369ab
  288. BELONGS ya.make
  289. License text:
  290. * Copyright 2001-2009 Kitware, Inc.
  291. * Copyright 2012-2014 Continuum Analytics, Inc.
  292. * All rights reserved.
  293. Scancode info:
  294. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  295. Score : 100.00
  296. Match type : COPYRIGHT
  297. Files with this license:
  298. NOTICE.txt [33:35]
  299. KEEP COPYRIGHT_SERVICE_LABEL 4073ab1d76027acaf5947aafb420b63b
  300. BELONGS ya.make
  301. License text:
  302. Copyright (c) 2019 Omer Ozarslan
  303. Scancode info:
  304. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  305. Score : 100.00
  306. Match type : COPYRIGHT
  307. Files with this license:
  308. LICENSE.txt [921:921]
  309. KEEP COPYRIGHT_SERVICE_LABEL 409f1a8627df4b24b0b66a8097ad82fe
  310. BELONGS ya.make
  311. License text:
  312. Copyright (c) Copyright 2017 Asylo authors
  313. Homepage: https://asylo.dev/
  314. License: Apache 2.0
  315. Scancode info:
  316. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  317. Score : 100.00
  318. Match type : COPYRIGHT
  319. Files with this license:
  320. LICENSE.txt [987:989]
  321. KEEP COPYRIGHT_SERVICE_LABEL 41706d00f08ee9a3fb5061b804d357c7
  322. BELONGS ya.make
  323. License text:
  324. Copyright (C) 2011-12, Dynamic NDArray Developers
  325. All rights reserved.
  326. Scancode info:
  327. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  328. Score : 100.00
  329. Match type : COPYRIGHT
  330. Files with this license:
  331. LICENSE.txt [1986:1987]
  332. KEEP COPYRIGHT_SERVICE_LABEL 4664852aafea41007caf9dbfd4517316
  333. BELONGS ya.make
  334. License text:
  335. Copyright (C) 2004-2017 René Nyffenegger
  336. Scancode info:
  337. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  338. Score : 100.00
  339. Match type : COPYRIGHT
  340. Files with this license:
  341. LICENSE.txt [2070:2070]
  342. cpp/src/arrow/vendored/base64.cpp [8:8]
  343. KEEP COPYRIGHT_SERVICE_LABEL 48e1382598b24e6c53d47c303b81e500
  344. BELONGS ya.make
  345. License text:
  346. Copyright (c) 2015, 2016, 2017 Howard Hinnant
  347. Copyright (c) 2016 Adrian Colomitchi
  348. Copyright (c) 2017 Florian Dang
  349. Copyright (c) 2017 Paul Thompson
  350. Copyright (c) 2018 Tomasz Kamiński
  351. Scancode info:
  352. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  353. Score : 100.00
  354. Match type : COPYRIGHT
  355. Files with this license:
  356. LICENSE.txt [603:607]
  357. cpp/src/arrow/vendored/datetime/date.h [6:11]
  358. KEEP COPYRIGHT_SERVICE_LABEL 4cadc42f09334926b6f64f38fa2e2dad
  359. BELONGS ya.make
  360. License text:
  361. // Copyright (c) 2015, 2016, 2017 Howard Hinnant
  362. // Copyright (c) 2017 Jiangang Zhuang
  363. // Copyright (c) 2017 Aaron Bishop
  364. // Copyright (c) 2017 Tomasz Kamiński
  365. Scancode info:
  366. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  367. Score : 100.00
  368. Match type : COPYRIGHT
  369. Files with this license:
  370. cpp/src/arrow/vendored/datetime/tz.h [6:9]
  371. KEEP COPYRIGHT_SERVICE_LABEL 4fddbf6ee8350218a32ae55a42c2095a
  372. BELONGS ya.make
  373. License text:
  374. Copyright: 2013 Daniel Lemire
  375. Home page: http://lemire.me/en/
  376. Project page: https://github.com/lemire/FrameOfReference
  377. Scancode info:
  378. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  379. Score : 100.00
  380. Match type : COPYRIGHT
  381. Files with this license:
  382. LICENSE.txt [317:319]
  383. KEEP COPYRIGHT_SERVICE_LABEL 5004d990e89284bd48e9ce9bb40b3a5b
  384. BELONGS ya.make
  385. License text:
  386. Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
  387. file.
  388. Scancode info:
  389. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  390. Score : 100.00
  391. Match type : COPYRIGHT
  392. Files with this license:
  393. LICENSE.txt [1750:1751]
  394. KEEP COPYRIGHT_SERVICE_LABEL 522505e5894778a882702849ee07b13a
  395. BELONGS ya.make
  396. License text:
  397. Copyright 2011, Google Inc.
  398. All rights reserved.
  399. Scancode info:
  400. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  401. Score : 100.00
  402. Match type : COPYRIGHT
  403. Files with this license:
  404. LICENSE.txt [1551:1552]
  405. KEEP COPYRIGHT_SERVICE_LABEL 55285dfc952ea7b0fc71adc3cb4a7f5e
  406. BELONGS ya.make
  407. License text:
  408. Copyright: 2016 manylinux
  409. Homepage: https://github.com/pypa/manylinux
  410. License: The MIT License (MIT)
  411. Scancode info:
  412. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  413. Score : 100.00
  414. Match type : COPYRIGHT
  415. Files with this license:
  416. LICENSE.txt [910:912]
  417. KEEP COPYRIGHT_SERVICE_LABEL 5574984ffce22690a854ba364d6e738c
  418. BELONGS ya.make
  419. License text:
  420. * Copyright (C) 2015 Dato, Inc.
  421. * Copyright (c) 2009 Carnegie Mellon University.
  422. Scancode info:
  423. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  424. Score : 100.00
  425. Match type : COPYRIGHT
  426. Files with this license:
  427. NOTICE.txt [8:9]
  428. KEEP COPYRIGHT_SERVICE_LABEL 577658687915dc25d90db7aabd6f78df
  429. BELONGS ya.make
  430. Note: matched license text is too long. Read it in the source files.
  431. Scancode info:
  432. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  433. Score : 100.00
  434. Match type : COPYRIGHT
  435. Files with this license:
  436. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  437. KEEP COPYRIGHT_SERVICE_LABEL 58b7390a1692c4372f7220b3953fc3b1
  438. BELONGS ya.make
  439. License text:
  440. Copyright (c) 2006, Google Inc.
  441. All rights reserved.
  442. Scancode info:
  443. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  444. Score : 100.00
  445. Match type : COPYRIGHT
  446. Files with this license:
  447. LICENSE.txt [1610:1611]
  448. KEEP COPYRIGHT_SERVICE_LABEL 61d95fdb12eec79e818df0df95667b7f
  449. BELONGS ya.make
  450. License text:
  451. Copyright (c) 2015, 2016, 2017 Howard Hinnant
  452. Copyright (c) 2016 Adrian Colomitchi
  453. Copyright (c) 2017 Florian Dang
  454. Copyright (c) 2017 Paul Thompson
  455. Copyright (c) 2018 Tomasz Kamiński
  456. Scancode info:
  457. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  458. Score : 100.00
  459. Match type : COPYRIGHT
  460. Files with this license:
  461. LICENSE.txt [603:607]
  462. cpp/src/arrow/vendored/datetime/date.h [6:11]
  463. KEEP COPYRIGHT_SERVICE_LABEL 6311a72ce758031e9216e6c32d64ca94
  464. BELONGS ya.make
  465. License text:
  466. Copyright (c) 2008, Google Inc.
  467. All rights reserved.
  468. Scancode info:
  469. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  470. Score : 100.00
  471. Match type : COPYRIGHT
  472. Files with this license:
  473. LICENSE.txt [1644:1645]
  474. KEEP COPYRIGHT_SERVICE_LABEL 64f680c19b2530ac0e770568283d4c61
  475. BELONGS ya.make
  476. License text:
  477. Copyright 2014 gRPC authors.
  478. Scancode info:
  479. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  480. Score : 100.00
  481. Match type : COPYRIGHT
  482. Files with this license:
  483. LICENSE.txt [1278:1278]
  484. KEEP COPYRIGHT_SERVICE_LABEL 6518b015a67ef080ce14d2b770875d6a
  485. BELONGS ya.make
  486. License text:
  487. Copyright 2014 Google Inc.
  488. Scancode info:
  489. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  490. Score : 100.00
  491. Match type : COPYRIGHT
  492. Files with this license:
  493. LICENSE.txt [411:411]
  494. KEEP COPYRIGHT_SERVICE_LABEL 69abe630ff56f0d38f9b6964427759bd
  495. BELONGS ya.make
  496. License text:
  497. Copyright (c) 2009 The RE2 Authors. All rights reserved.
  498. Scancode info:
  499. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  500. Score : 100.00
  501. Match type : COPYRIGHT
  502. Files with this license:
  503. LICENSE.txt [1715:1715]
  504. KEEP COPYRIGHT_SERVICE_LABEL 71679980ec1a2a820b969398da5ac6e9
  505. BELONGS ya.make
  506. License text:
  507. Copyright: 2016 The Apache Software Foundation.
  508. Home page: https://kudu.apache.org/
  509. License: http://www.apache.org/licenses/LICENSE-2.0
  510. Scancode info:
  511. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  512. Score : 100.00
  513. Match type : COPYRIGHT
  514. Files with this license:
  515. LICENSE.txt [856:858]
  516. LICENSE.txt [866:869]
  517. LICENSE.txt [878:880]
  518. NOTICE.txt [64:64]
  519. KEEP COPYRIGHT_SERVICE_LABEL 73d3519c7332168c80ee6f17a055e682
  520. BELONGS ya.make
  521. License text:
  522. Copyright 2015 The TensorFlow Authors. All Rights Reserved.
  523. Scancode info:
  524. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  525. Score : 100.00
  526. Match type : COPYRIGHT
  527. Files with this license:
  528. LICENSE.txt [326:326]
  529. KEEP COPYRIGHT_SERVICE_LABEL 76395c89957476f85264bdbe23f33f34
  530. BELONGS ya.make
  531. License text:
  532. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  533. * All rights reserved.
  534. Scancode info:
  535. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  536. Score : 100.00
  537. Match type : COPYRIGHT
  538. Files with this license:
  539. LICENSE.txt [1867:1868]
  540. KEEP COPYRIGHT_SERVICE_LABEL 794823b7a9a2d577add38be318b8ecd2
  541. BELONGS ya.make
  542. License text:
  543. * Copyright (C) 2017-2018 Dremio Corporation
  544. * https://github.com/dremio/dremio-oss
  545. Scancode info:
  546. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  547. Score : 100.00
  548. Match type : COPYRIGHT
  549. Files with this license:
  550. NOTICE.txt [45:46]
  551. KEEP COPYRIGHT_SERVICE_LABEL 797b3d42a4550d9890a46f7c3a368009
  552. BELONGS ya.make
  553. License text:
  554. Copyright (c) 2015, 2016, 2017 Howard Hinnant
  555. Copyright (c) 2016 Adrian Colomitchi
  556. Copyright (c) 2017 Florian Dang
  557. Copyright (c) 2017 Paul Thompson
  558. Copyright (c) 2018 Tomasz Kamiński
  559. Scancode info:
  560. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  561. Score : 100.00
  562. Match type : COPYRIGHT
  563. Files with this license:
  564. LICENSE.txt [603:607]
  565. cpp/src/arrow/vendored/datetime/date.h [6:11]
  566. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  567. KEEP COPYRIGHT_SERVICE_LABEL 7afe0992310223cc0f62602274d88ef2
  568. BELONGS ya.make
  569. License text:
  570. Copyright 2006-2018 Nemanja Trifunovic
  571. Scancode info:
  572. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  573. Score : 100.00
  574. Match type : COPYRIGHT
  575. Files with this license:
  576. LICENSE.txt [826:826]
  577. KEEP COPYRIGHT_SERVICE_LABEL 7b24563929422447294323b01db4537e
  578. BELONGS ya.make
  579. License text:
  580. Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
  581. Scancode info:
  582. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  583. Score : 100.00
  584. Match type : COPYRIGHT
  585. Files with this license:
  586. LICENSE.txt [1350:1350]
  587. KEEP COPYRIGHT_SERVICE_LABEL 7ddb2995f48012001146c0eb94d23367
  588. BELONGS ya.make
  589. License text:
  590. Copyright 2008 Google Inc. All rights reserved.
  591. Scancode info:
  592. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  593. Score : 100.00
  594. Match type : COPYRIGHT
  595. Files with this license:
  596. LICENSE.txt [997:997]
  597. KEEP COPYRIGHT_SERVICE_LABEL 80d180ebff6dfe994c92db51b74538e3
  598. BELONGS ya.make
  599. License text:
  600. Copyright (c) 2017, Jeroen Ooms and Jim Hester
  601. Scancode info:
  602. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  603. Score : 100.00
  604. Match type : COPYRIGHT
  605. Files with this license:
  606. LICENSE.txt [554:554]
  607. KEEP COPYRIGHT_SERVICE_LABEL 827abbffe88aa838015f2ca2d65d6b8f
  608. BELONGS ya.make
  609. License text:
  610. Copyright (c) 2011-2012, Lambda Foundry, Inc. and PyData Development Team
  611. All rights reserved.
  612. Scancode info:
  613. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  614. Score : 100.00
  615. Match type : COPYRIGHT
  616. Files with this license:
  617. LICENSE.txt [1944:1945]
  618. KEEP COPYRIGHT_SERVICE_LABEL 82b58372cd9653b3971bc1586f7f201a
  619. BELONGS ya.make
  620. License text:
  621. Copyright (c) 2005-2017, NumPy Developers.
  622. All rights reserved.
  623. Scancode info:
  624. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  625. Score : 100.00
  626. Match type : COPYRIGHT
  627. Files with this license:
  628. LICENSE.txt [348:349]
  629. KEEP COPYRIGHT_SERVICE_LABEL 85d1d53ab44f275e0a066b1adcdc8c12
  630. BELONGS ya.make
  631. License text:
  632. Copyright (c) 2019, Jeroen Ooms
  633. License: MIT
  634. Homepage: https://github.com/jeroen/autobrew
  635. Scancode info:
  636. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  637. Score : 100.00
  638. Match type : COPYRIGHT
  639. Files with this license:
  640. LICENSE.txt [2030:2032]
  641. KEEP COPYRIGHT_SERVICE_LABEL 88f72d02b992309be51624d56763d01f
  642. BELONGS ya.make
  643. License text:
  644. Copyright (C) 2009-2017 Facebook, Inc. All rights reserved.
  645. Scancode info:
  646. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  647. Score : 100.00
  648. Match type : COPYRIGHT
  649. Files with this license:
  650. LICENSE.txt [452:452]
  651. KEEP COPYRIGHT_SERVICE_LABEL 8a0cc24f130999af25d83e711cbf586c
  652. BELONGS ya.make
  653. License text:
  654. Copyright © 2005-2020 Rich Felker, et al.
  655. Scancode info:
  656. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  657. Score : 100.00
  658. Match type : COPYRIGHT
  659. Files with this license:
  660. LICENSE.txt [2140:2140]
  661. cpp/src/arrow/vendored/musl/README.md [2:2]
  662. KEEP COPYRIGHT_SERVICE_LABEL 8c61523a557231487f52814509f259b7
  663. BELONGS ya.make
  664. License text:
  665. Copyright (c) 2015, 2016, 2017 Howard Hinnant
  666. Copyright (c) 2016 Adrian Colomitchi
  667. Copyright (c) 2017 Florian Dang
  668. Copyright (c) 2017 Paul Thompson
  669. Copyright (c) 2018 Tomasz Kamiński
  670. Scancode info:
  671. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  672. Score : 100.00
  673. Match type : COPYRIGHT
  674. Files with this license:
  675. LICENSE.txt [603:607]
  676. cpp/src/arrow/vendored/datetime/date.h [6:11]
  677. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  678. cpp/src/arrow/vendored/datetime/tz.h [6:9]
  679. KEEP COPYRIGHT_SERVICE_LABEL 9033a569e0f045ca74896843f3fbaf0e
  680. BELONGS ya.make
  681. License text:
  682. Copyright (C) 2006 - 2019, The Apache Software Foundation
  683. Scancode info:
  684. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  685. Score : 100.00
  686. Match type : COPYRIGHT
  687. Files with this license:
  688. LICENSE.txt [1298:1298]
  689. KEEP COPYRIGHT_SERVICE_LABEL 91d7eb03b1bab4692a8e52c6106c79a2
  690. BELONGS ya.make
  691. License text:
  692. // Copyright 2006 Nemanja Trifunovic
  693. Scancode info:
  694. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  695. Score : 100.00
  696. Match type : COPYRIGHT
  697. Files with this license:
  698. cpp/src/arrow/vendored/utfcpp/core.h [1:1]
  699. KEEP COPYRIGHT_SERVICE_LABEL 926366bfdb88ea43ea0d61441d8fe672
  700. BELONGS ya.make
  701. License text:
  702. * Copyright 2000-2019 Kitware, Inc. and Contributors
  703. Scancode info:
  704. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  705. Score : 100.00
  706. Match type : COPYRIGHT
  707. Files with this license:
  708. NOTICE.txt [54:54]
  709. KEEP COPYRIGHT_SERVICE_LABEL 93ebab08ca0f174629dd3a2bd9e43bf0
  710. BELONGS ya.make
  711. License text:
  712. Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
  713. Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
  714. All rights reserved.
  715. Scancode info:
  716. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  717. Score : 100.00
  718. Match type : COPYRIGHT
  719. Files with this license:
  720. LICENSE.txt [754:756]
  721. KEEP COPYRIGHT_SERVICE_LABEL 983a6784ef2a68075ca8d485fa869436
  722. BELONGS ya.make
  723. License text:
  724. Copyright (c) 2016 Giles Hall
  725. Scancode info:
  726. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  727. Score : 100.00
  728. Match type : COPYRIGHT
  729. Files with this license:
  730. LICENSE.txt [530:530]
  731. KEEP COPYRIGHT_SERVICE_LABEL 9de38fd07e2bf693e375096431eb96c9
  732. BELONGS ya.make
  733. License text:
  734. Copyright (c) 2015, 2016, 2017 Howard Hinnant
  735. Copyright (c) 2016 Adrian Colomitchi
  736. Copyright (c) 2017 Florian Dang
  737. Copyright (c) 2017 Paul Thompson
  738. Copyright (c) 2018 Tomasz Kamiński
  739. Scancode info:
  740. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  741. Score : 100.00
  742. Match type : COPYRIGHT
  743. Files with this license:
  744. LICENSE.txt [603:607]
  745. KEEP COPYRIGHT_SERVICE_LABEL 9e088e8c6a2451bfc48e25efee8e403b
  746. BELONGS ya.make
  747. License text:
  748. Copyright (c) 2013 The Chromium Authors. All rights reserved.
  749. Scancode info:
  750. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  751. Score : 100.00
  752. Match type : COPYRIGHT
  753. Files with this license:
  754. LICENSE.txt [283:283]
  755. KEEP COPYRIGHT_SERVICE_LABEL 9f5495c74f996123d7f0f605b3f5eed8
  756. BELONGS ya.make
  757. License text:
  758. Copyright (c) 2019 Cristian Adam
  759. Scancode info:
  760. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  761. Score : 100.00
  762. Match type : COPYRIGHT
  763. Files with this license:
  764. LICENSE.txt [2169:2169]
  765. KEEP COPYRIGHT_SERVICE_LABEL a29ac0accd5113629b2d795bbd9e3021
  766. BELONGS ya.make
  767. License text:
  768. Copyright (c) 2012-2014, Yann Collet
  769. All rights reserved.
  770. Scancode info:
  771. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  772. Score : 100.00
  773. Match type : COPYRIGHT
  774. Files with this license:
  775. LICENSE.txt [687:688]
  776. KEEP COPYRIGHT_SERVICE_LABEL a7f832eb6aedc9f83b4f4cb9a199aaa7
  777. BELONGS ya.make
  778. Note: matched license text is too long. Read it in the source files.
  779. Scancode info:
  780. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  781. Score : 100.00
  782. Match type : COPYRIGHT
  783. Files with this license:
  784. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  785. cpp/src/arrow/vendored/datetime/tz.h [6:9]
  786. KEEP COPYRIGHT_SERVICE_LABEL a8b2f783ca855aca98dcfec34df9c4c8
  787. BELONGS ya.make
  788. License text:
  789. * Copyright https://code.google.com/p/mman-win32/
  790. * Licensed under the MIT License;
  791. Scancode info:
  792. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  793. Score : 100.00
  794. Match type : COPYRIGHT
  795. Files with this license:
  796. NOTICE.txt [24:25]
  797. cpp/src/arrow/io/mman.h [1:1]
  798. KEEP COPYRIGHT_SERVICE_LABEL a93fae665b20c0b437c4ebda06d31480
  799. BELONGS ya.make
  800. License text:
  801. Copyright (C) 2002-2017 Jason Evans <jasone@canonware.com>.
  802. All rights reserved.
  803. Scancode info:
  804. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  805. Score : 100.00
  806. Match type : COPYRIGHT
  807. Files with this license:
  808. LICENSE.txt [449:450]
  809. KEEP COPYRIGHT_SERVICE_LABEL a9917a406fd66e1bcbfd16c00848be5f
  810. BELONGS ya.make
  811. License text:
  812. Copyright: Copyright (c) Facebook, Inc. and its affiliates.
  813. Home page: https://github.com/facebook/folly
  814. License: http://www.apache.org/licenses/LICENSE-2.0
  815. Scancode info:
  816. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  817. Score : 100.00
  818. Match type : COPYRIGHT
  819. Files with this license:
  820. LICENSE.txt [2132:2134]
  821. KEEP COPYRIGHT_SERVICE_LABEL ab1166231a6e48cec58426cc098e784d
  822. BELONGS ya.make
  823. License text:
  824. Copyright (c) 2008-2011 AQR Capital Management, LLC
  825. All rights reserved.
  826. Scancode info:
  827. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  828. Score : 100.00
  829. Match type : COPYRIGHT
  830. Files with this license:
  831. LICENSE.txt [1947:1948]
  832. KEEP COPYRIGHT_SERVICE_LABEL b04931ece9bba8495ad84698ddea074d
  833. BELONGS ya.make
  834. License text:
  835. * Copyright (c) 2011 The LevelDB Authors. All rights reserved.
  836. Scancode info:
  837. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  838. Score : 100.00
  839. Match type : COPYRIGHT
  840. Files with this license:
  841. NOTICE.txt [28:28]
  842. cpp/src/arrow/status.cc [1:1]
  843. cpp/src/arrow/status.h [1:1]
  844. KEEP COPYRIGHT_SERVICE_LABEL b2f5c2275db3e186e0b19e130d37e315
  845. BELONGS ya.make
  846. License text:
  847. // (c) Daniel Lemire 2013
  848. Scancode info:
  849. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  850. Score : 100.00
  851. Match type : COPYRIGHT
  852. Files with this license:
  853. cpp/src/arrow/util/bpacking_default.h [25:25]
  854. KEEP COPYRIGHT_SERVICE_LABEL b36b93d74ea5379a9e5846b4d61cea25
  855. BELONGS ya.make
  856. License text:
  857. // Copyright 2017-2020 by Martin Moene
  858. Scancode info:
  859. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  860. Score : 100.00
  861. Match type : COPYRIGHT
  862. Files with this license:
  863. cpp/src/arrow/vendored/string_view.hpp [3:3]
  864. KEEP COPYRIGHT_SERVICE_LABEL b517ed8cdd29e8132beffd8df906e313
  865. BELONGS ya.make
  866. License text:
  867. Copyright (c) 2011-2016, Yann Collet
  868. All rights reserved.
  869. Scancode info:
  870. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  871. Score : 100.00
  872. Match type : COPYRIGHT
  873. Files with this license:
  874. LICENSE.txt [1383:1384]
  875. KEEP COPYRIGHT_SERVICE_LABEL b65b0b99c25d99c6f1ca36f2d804e399
  876. BELONGS ya.make
  877. License text:
  878. - fireworks.jpeg is Copyright 2013 Steinar H. Gunderson, and
  879. is licensed under the Creative Commons Attribution 3.0 license
  880. (CC-BY-3.0). See https://creativecommons.org/licenses/by/3.0/
  881. Scancode info:
  882. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  883. Score : 100.00
  884. Match type : COPYRIGHT
  885. Files with this license:
  886. LICENSE.txt [1583:1585]
  887. KEEP COPYRIGHT_SERVICE_LABEL b6ae51c2413c2d9ad4e94508305e113c
  888. BELONGS ya.make
  889. License text:
  890. Copyright: Copyright (c) 2013 - 2019, Алексей and Jeroen Ooms.
  891. All rights reserved.
  892. Scancode info:
  893. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  894. Score : 100.00
  895. Match type : COPYRIGHT
  896. Files with this license:
  897. LICENSE.txt [1931:1932]
  898. KEEP COPYRIGHT_SERVICE_LABEL b80cd91be957408d7700fad9bc3fdcb0
  899. BELONGS ya.make
  900. License text:
  901. * Copyright (c) 2013-2016, Matt Terry and Matthew Brett; all rights reserved.
  902. Scancode info:
  903. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  904. Score : 100.00
  905. Match type : COPYRIGHT
  906. Files with this license:
  907. NOTICE.txt [38:38]
  908. KEEP COPYRIGHT_SERVICE_LABEL b9134efde20a92a863fab9b2e2ce26b7
  909. BELONGS ya.make
  910. License text:
  911. Copyright 2013-2019 The Apache Software Foundation
  912. Scancode info:
  913. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  914. Score : 100.00
  915. Match type : COPYRIGHT
  916. Files with this license:
  917. LICENSE.txt [1321:1321]
  918. NOTICE.txt [78:78]
  919. KEEP COPYRIGHT_SERVICE_LABEL bcd08809ceaa7530b5ef6db2599cfe64
  920. BELONGS ya.make
  921. License text:
  922. Copyright (c) 2009 - 2013 by the mingw-w64 project
  923. Homepage: https://mingw-w64.org
  924. License: Zope Public License (ZPL) Version 2.1.
  925. Scancode info:
  926. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  927. Score : 100.00
  928. Match type : COPYRIGHT
  929. Files with this license:
  930. LICENSE.txt [977:979]
  931. KEEP COPYRIGHT_SERVICE_LABEL c23e5e5a5fe9683697eb779ab2118e99
  932. BELONGS ya.make
  933. License text:
  934. Copyright (c) 2016 Ray Project (https://github.com/ray-project/ray)
  935. Scancode info:
  936. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  937. Score : 100.00
  938. Match type : COPYRIGHT
  939. Files with this license:
  940. LICENSE.txt [580:580]
  941. KEEP COPYRIGHT_SERVICE_LABEL ca11120e252b7a3a248c4559c19ed278
  942. BELONGS ya.make
  943. License text:
  944. * Copyright (c) 2009 Google Inc. All rights reserved.
  945. Scancode info:
  946. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  947. Score : 100.00
  948. Match type : COPYRIGHT
  949. Files with this license:
  950. NOTICE.txt [21:21]
  951. KEEP COPYRIGHT_SERVICE_LABEL cf167f8e5cef47afa68bbcbe684c35e1
  952. BELONGS ya.make
  953. License text:
  954. Copyright: 2009 Google Inc. All rights reserved.
  955. Scancode info:
  956. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  957. Score : 100.00
  958. Match type : COPYRIGHT
  959. Files with this license:
  960. LICENSE.txt [888:888]
  961. LICENSE.txt [899:899]
  962. KEEP COPYRIGHT_SERVICE_LABEL cfd2f1152c535d9145ada194dbe285ca
  963. BELONGS ya.make
  964. License text:
  965. Copyright (c) 2002 JSON.org
  966. All Rights Reserved.
  967. Scancode info:
  968. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  969. Score : 100.00
  970. Match type : COPYRIGHT
  971. Files with this license:
  972. LICENSE.txt [1493:1494]
  973. LICENSE.txt [1497:1498]
  974. KEEP COPYRIGHT_SERVICE_LABEL d25f00ed0e56feb634e3fb2d253a1e3d
  975. BELONGS ya.make
  976. License text:
  977. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
  978. All rights reserved.
  979. Scancode info:
  980. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  981. Score : 100.00
  982. Match type : COPYRIGHT
  983. Files with this license:
  984. LICENSE.txt [1441:1442]
  985. KEEP COPYRIGHT_SERVICE_LABEL d67c1a70cf29dac1d09ca72a6c7427f0
  986. BELONGS ya.make
  987. License text:
  988. * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
  989. Scancode info:
  990. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  991. Score : 100.00
  992. Match type : COPYRIGHT
  993. Files with this license:
  994. LICENSE.txt [1811:1811]
  995. KEEP COPYRIGHT_SERVICE_LABEL d73f33a516f5e4a9b5ce47f967383cfb
  996. BELONGS ya.make
  997. License text:
  998. This product includes software developed by Hewlett-Packard:
  999. (c) Copyright [2014-2015] Hewlett-Packard Development Company, L.P
  1000. Scancode info:
  1001. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1002. Score : 100.00
  1003. Match type : COPYRIGHT
  1004. Files with this license:
  1005. LICENSE.txt [1326:1327]
  1006. NOTICE.txt [83:84]
  1007. KEEP COPYRIGHT_SERVICE_LABEL d745de277b7b04ad77de282cfd271ac7
  1008. BELONGS ya.make
  1009. License text:
  1010. * Copyright 2001-2009 Kitware, Inc.
  1011. * Copyright 2012-2014 Continuum Analytics, Inc.
  1012. * All rights reserved.
  1013. Scancode info:
  1014. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1015. Score : 100.00
  1016. Match type : COPYRIGHT
  1017. Files with this license:
  1018. NOTICE.txt [33:35]
  1019. KEEP COPYRIGHT_SERVICE_LABEL d83fcba4c514234b5ae9a1a5dbb607d5
  1020. BELONGS ya.make
  1021. Note: matched license text is too long. Read it in the source files.
  1022. Scancode info:
  1023. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1024. Score : 100.00
  1025. Match type : COPYRIGHT
  1026. Files with this license:
  1027. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  1028. KEEP COPYRIGHT_SERVICE_LABEL dc546ac6f116e23a5572cd498b804b23
  1029. BELONGS ya.make
  1030. License text:
  1031. Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
  1032. Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
  1033. All rights reserved.
  1034. Scancode info:
  1035. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1036. Score : 100.00
  1037. Match type : COPYRIGHT
  1038. Files with this license:
  1039. LICENSE.txt [754:756]
  1040. KEEP COPYRIGHT_SERVICE_LABEL dd0bfe31829ae2c1fa60fd3e22c73f24
  1041. BELONGS ya.make
  1042. License text:
  1043. // Copyright 2006-2016 Nemanja Trifunovic
  1044. Scancode info:
  1045. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1046. Score : 100.00
  1047. Match type : COPYRIGHT
  1048. Files with this license:
  1049. cpp/src/arrow/vendored/utfcpp/checked.h [1:1]
  1050. KEEP COPYRIGHT_SERVICE_LABEL dfe2a8f2e05441501cfc8ea516f3d1d7
  1051. BELONGS ya.make
  1052. License text:
  1053. Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
  1054. Scancode info:
  1055. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1056. Score : 100.00
  1057. Match type : COPYRIGHT
  1058. Files with this license:
  1059. LICENSE.txt [1412:1412]
  1060. KEEP COPYRIGHT_SERVICE_LABEL ea5db1fc81faf6ea90aceaa70afb3122
  1061. BELONGS ya.make
  1062. License text:
  1063. Copyright: 2012 Cloudera, Inc.
  1064. Copyright: 2016 The Apache Software Foundation.
  1065. Home page: http://impala.apache.org/
  1066. License: http://www.apache.org/licenses/LICENSE-2.0
  1067. Scancode info:
  1068. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1069. Score : 100.00
  1070. Match type : COPYRIGHT
  1071. Files with this license:
  1072. LICENSE.txt [866:869]
  1073. KEEP COPYRIGHT_SERVICE_LABEL ebed53083d3648d028f650e9586bc9b7
  1074. BELONGS ya.make
  1075. License text:
  1076. Copyright 2014-2019 Melissa O'Neill <oneill@pcg-random.org>,
  1077. and the PCG Project contributors.
  1078. Scancode info:
  1079. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1080. Score : 100.00
  1081. Match type : COPYRIGHT
  1082. Files with this license:
  1083. LICENSE.txt [2230:2231]
  1084. KEEP COPYRIGHT_SERVICE_LABEL ebf8b3c45e9ca079f817c3cdef8c1163
  1085. BELONGS ya.make
  1086. License text:
  1087. * Copyright (c) 2015 Cloudera, Inc.
  1088. * https://github.com/cloudera/ibis
  1089. Scancode info:
  1090. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1091. Score : 100.00
  1092. Match type : COPYRIGHT
  1093. Files with this license:
  1094. NOTICE.txt [41:42]
  1095. KEEP COPYRIGHT_SERVICE_LABEL ee1a81d2156d549bf4ffe7a463a2ac3d
  1096. BELONGS ya.make
  1097. License text:
  1098. Copyright (c) 2015-2018, conda-forge
  1099. All rights reserved.
  1100. Scancode info:
  1101. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1102. Score : 100.00
  1103. Match type : COPYRIGHT
  1104. Files with this license:
  1105. LICENSE.txt [794:795]
  1106. KEEP COPYRIGHT_SERVICE_LABEL efae35a17378bd3ac9d39d5158cb9b5a
  1107. BELONGS ya.make
  1108. License text:
  1109. // Copyright (c) 2016 Alexander Kormanovsky
  1110. Scancode info:
  1111. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1112. Score : 100.00
  1113. Match type : COPYRIGHT
  1114. Files with this license:
  1115. cpp/src/arrow/vendored/datetime/ios.h [7:7]
  1116. cpp/src/arrow/vendored/datetime/ios.mm [4:4]
  1117. cpp/src/arrow/vendored/datetime/tz.cpp [3:9]
  1118. KEEP COPYRIGHT_SERVICE_LABEL f556407274c01ef8e47714e8cc0bc9f8
  1119. BELONGS ya.make
  1120. License text:
  1121. Copyright (c) 2006-2013 Alexander Chemeris
  1122. All rights reserved.
  1123. Scancode info:
  1124. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1125. Score : 100.00
  1126. Match type : COPYRIGHT
  1127. Files with this license:
  1128. LICENSE.txt [1462:1463]
  1129. KEEP COPYRIGHT_SERVICE_LABEL f71a2e2c00355121db396b1494969cf6
  1130. BELONGS ya.make
  1131. License text:
  1132. // Copyright (c) 2015, 2016, 2017 Howard Hinnant
  1133. // Copyright (c) 2017 Jiangang Zhuang
  1134. // Copyright (c) 2017 Aaron Bishop
  1135. // Copyright (c) 2017 Tomasz Kamiński
  1136. Scancode info:
  1137. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1138. Score : 100.00
  1139. Match type : COPYRIGHT
  1140. Files with this license:
  1141. cpp/src/arrow/vendored/datetime/tz.h [6:9]
  1142. KEEP COPYRIGHT_SERVICE_LABEL f8f2f9c153298daeb47b474093662695
  1143. BELONGS ya.make
  1144. License text:
  1145. Copyright 2019 RStudio, Inc.
  1146. Scancode info:
  1147. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1148. Score : 100.00
  1149. Match type : COPYRIGHT
  1150. Files with this license:
  1151. LICENSE.txt [948:948]