devtools.copyrights.report 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  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 09219c9df5193f9826fd7b10de1db54e
  36. BELONGS Lib/ya.make
  37. License text:
  38. Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved.
  39. Scancode info:
  40. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  41. Score : 100.00
  42. Match type : COPYRIGHT
  43. Files with this license:
  44. Lib/logging/handlers.py [21:21]
  45. KEEP COPYRIGHT_SERVICE_LABEL 0c09f167caf8737eb2e04b997c368e00
  46. BELONGS ya.make
  47. License text:
  48. Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  49. All rights reserved.
  50. Scancode info:
  51. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  52. Score : 100.00
  53. Match type : COPYRIGHT
  54. Files with this license:
  55. Modules/_randommodule.c [31:32]
  56. KEEP COPYRIGHT_SERVICE_LABEL 0d8533e860a7ec9ae6a2972d44e63f24
  57. BELONGS Lib/ya.make
  58. License text:
  59. Copyright (C) 2000 Bastian Kleineidam
  60. Scancode info:
  61. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  62. Score : 100.00
  63. Match type : COPYRIGHT
  64. Files with this license:
  65. Lib/urllib/robotparser.py [3:3]
  66. KEEP COPYRIGHT_SERVICE_LABEL 135ed74fd2b9c407102e439e80a9689d
  67. BELONGS Lib/ya.make
  68. License text:
  69. \# Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
  70. Scancode info:
  71. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  72. Score : 100.00
  73. Match type : COPYRIGHT
  74. Files with this license:
  75. Lib/lib2to3/pgen2/__init__.py [1:1]
  76. Lib/lib2to3/pgen2/conv.py [1:1]
  77. Lib/lib2to3/pgen2/driver.py [1:1]
  78. Lib/lib2to3/pgen2/grammar.py [1:1]
  79. Lib/lib2to3/pgen2/literals.py [1:1]
  80. Lib/lib2to3/pgen2/parse.py [1:1]
  81. Lib/lib2to3/pgen2/pgen.py [1:1]
  82. KEEP COPYRIGHT_SERVICE_LABEL 1efebd8207a0c0e452c1e893fab844aa
  83. BELONGS Lib/ya.make
  84. License text:
  85. \# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
  86. \# Licensed to PSF under a Contributor Agreement.
  87. Scancode info:
  88. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  89. Score : 100.00
  90. Match type : COPYRIGHT
  91. Files with this license:
  92. Lib/tomllib/__init__.py [2:3]
  93. Lib/tomllib/_parser.py [2:3]
  94. Lib/tomllib/_re.py [2:3]
  95. Lib/tomllib/_types.py [2:3]
  96. KEEP COPYRIGHT_SERVICE_LABEL 1f0b75b0fa5f5914f30890b0882d008c
  97. BELONGS ya.make
  98. License text:
  99. Copyright © 2001-2024 Python Software Foundation. All rights reserved.
  100. Scancode info:
  101. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  102. Score : 100.00
  103. Match type : COPYRIGHT
  104. Files with this license:
  105. README.rst [17:17]
  106. README.rst [215:215]
  107. KEEP COPYRIGHT_SERVICE_LABEL 1f14a98f6d5884f76bc096957af8f3f0
  108. BELONGS Modules/_sqlite/ya.make
  109. License text:
  110. * Copyright (C) 2003-2004 Federico Di Gregorio <fog@debian.org>
  111. Scancode info:
  112. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  113. Score : 100.00
  114. Match type : COPYRIGHT
  115. Files with this license:
  116. Modules/_sqlite/microprotocols.c [3:3]
  117. Modules/_sqlite/microprotocols.h [3:3]
  118. KEEP COPYRIGHT_SERVICE_LABEL 1fb03c253e8cc4fe35277faad38f1a80
  119. BELONGS Lib/ya.make
  120. License text:
  121. \# Copyright 2001-2021 by Vinay Sajip. All Rights Reserved.
  122. Scancode info:
  123. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  124. Score : 100.00
  125. Match type : COPYRIGHT
  126. Files with this license:
  127. Lib/logging/handlers.py [1:1]
  128. KEEP COPYRIGHT_SERVICE_LABEL 29be00457f74dcf5f2b494d41d6a6c10
  129. BELONGS Lib/ya.make
  130. License text:
  131. \# Copyright 2007 Google Inc.
  132. \# Licensed to PSF under a Contributor Agreement.
  133. Scancode info:
  134. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  135. Score : 100.00
  136. Match type : COPYRIGHT
  137. Files with this license:
  138. Lib/ipaddress.py [1:2]
  139. KEEP COPYRIGHT_SERVICE_LABEL 2a5904f49b21496df34a680f82f81ae3
  140. BELONGS ya.make
  141. License text:
  142. Copyright (c) 2005 Don Owens
  143. All rights reserved.
  144. Scancode info:
  145. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  146. Score : 100.00
  147. Match type : COPYRIGHT
  148. Files with this license:
  149. Python/hashtable.c [11:12]
  150. KEEP COPYRIGHT_SERVICE_LABEL 31a99035c0feae994abfc37a475fbbef
  151. BELONGS Lib/ya.make
  152. License text:
  153. \# Copyright 2000, Mojam Media, Inc., all rights reserved.
  154. Scancode info:
  155. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  156. Score : 100.00
  157. Match type : COPYRIGHT
  158. Files with this license:
  159. Lib/trace.py [10:10]
  160. KEEP COPYRIGHT_SERVICE_LABEL 374934340515645093389939a0d8cc3f
  161. BELONGS Lib/ya.make
  162. License text:
  163. \# Copyright 1999, Bioreason, Inc., all rights reserved.
  164. Scancode info:
  165. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  166. Score : 100.00
  167. Match type : COPYRIGHT
  168. Files with this license:
  169. Lib/trace.py [13:13]
  170. KEEP COPYRIGHT_SERVICE_LABEL 379ce529d97c6f0c1d5b2c590d72ab94
  171. BELONGS Lib/ya.make
  172. License text:
  173. \# Copyright (C) 2002 Lars Gustaebel <lars@gustaebel.de>
  174. \# All rights reserved.
  175. Scancode info:
  176. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  177. Score : 100.00
  178. Match type : COPYRIGHT
  179. Files with this license:
  180. Lib/tarfile.py [5:6]
  181. KEEP COPYRIGHT_SERVICE_LABEL 396dca1478bd3bc96270423a5a74dd64
  182. BELONGS Lib/ya.make
  183. License text:
  184. \# Copyright (c) 1999-2008 by Fredrik Lundh
  185. Scancode info:
  186. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  187. Score : 100.00
  188. Match type : COPYRIGHT
  189. Files with this license:
  190. Lib/xml/etree/ElementInclude.py [19:19]
  191. Lib/xml/etree/ElementTree.py [41:41]
  192. Lib/xml/etree/ElementTree.py [48:48]
  193. Lib/xml/etree/__init__.py [7:7]
  194. KEEP COPYRIGHT_SERVICE_LABEL 3e7433540350211522094018ece177f1
  195. BELONGS Lib/ya.make
  196. License text:
  197. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  198. (c) Copyright 2000 Guido van Rossum.
  199. Scancode info:
  200. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  201. Score : 100.00
  202. Match type : COPYRIGHT
  203. Files with this license:
  204. Lib/encodings/mac_latin2.py [5:6]
  205. Lib/encodings/ptcp154.py [5:6]
  206. KEEP COPYRIGHT_SERVICE_LABEL 401131eb289c6558c0fdd39d268bc252
  207. BELONGS ya.make
  208. License text:
  209. /* Copyright (c) INRIA and Microsoft Corporation. All rights reserved.
  210. Scancode info:
  211. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  212. Score : 100.00
  213. Match type : COPYRIGHT
  214. Files with this license:
  215. Modules/_hacl/include/krml/FStar_UInt128_Verified.h [2:2]
  216. Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h [2:2]
  217. Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h [1:1]
  218. Modules/_hacl/include/krml/internal/target.h [1:1]
  219. Modules/_hacl/include/krml/lowstar_endianness.h [1:1]
  220. KEEP COPYRIGHT_SERVICE_LABEL 4029f823929ef9be0c8cd2415ce85b75
  221. BELONGS ya.make
  222. License text:
  223. * Copyright 1992-1994, David Gottner
  224. Scancode info:
  225. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  226. Score : 100.00
  227. Match type : COPYRIGHT
  228. Files with this license:
  229. Python/getopt.c [6:6]
  230. KEEP COPYRIGHT_SERVICE_LABEL 4498b7f2343e003d766b85b1da7deede
  231. BELONGS ya.make
  232. License text:
  233. Copyright (c) Corporation for National Research Initiatives.
  234. Scancode info:
  235. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  236. Score : 100.00
  237. Match type : COPYRIGHT
  238. Files with this license:
  239. Include/unicodeobject.h [13:13]
  240. Objects/unicodeobject.c [9:9]
  241. KEEP COPYRIGHT_SERVICE_LABEL 4730c6cc3207e49296b1422babd08c84
  242. BELONGS ya.make
  243. License text:
  244. * Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
  245. * All rights reserved.
  246. Scancode info:
  247. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  248. Score : 100.00
  249. Match type : COPYRIGHT
  250. Files with this license:
  251. Modules/selectmodule.c [1721:1722]
  252. KEEP COPYRIGHT_SERVICE_LABEL 4c4db466ec49df90501b3efa15b48115
  253. BELONGS ya.make
  254. License text:
  255. /* Copyright (c) 2008-2009, Google Inc.
  256. * All rights reserved.
  257. Scancode info:
  258. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  259. Score : 100.00
  260. Match type : COPYRIGHT
  261. Files with this license:
  262. Include/dynamic_annotations.h [1:2]
  263. Python/dynamic_annotations.c [1:2]
  264. KEEP COPYRIGHT_SERVICE_LABEL 4fc65a8188990e66248423d703d59e19
  265. BELONGS Lib/ya.make
  266. License text:
  267. Copyright (c) 2002-2006 Python Software Foundation. All rights reserved.
  268. Scancode info:
  269. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  270. Score : 100.00
  271. Match type : COPYRIGHT
  272. Files with this license:
  273. Lib/optparse.py [46:46]
  274. KEEP COPYRIGHT_SERVICE_LABEL 580d027c8eb21e35afd7d7d59c8714f0
  275. BELONGS ya.make
  276. License text:
  277. Copyright (C) 2005-2007 Gregory P. Smith (greg@krypto.org)
  278. Licensed to PSF under a Contributor Agreement.
  279. Scancode info:
  280. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  281. Score : 100.00
  282. Match type : COPYRIGHT
  283. Files with this license:
  284. Modules/md5module.c [12:13]
  285. Modules/sha1module.c [12:13]
  286. Modules/sha2module.c [13:14]
  287. KEEP COPYRIGHT_SERVICE_LABEL 5a28c2be68c8f7c7293494e0fc9fd673
  288. BELONGS Lib/ya.make ya.make
  289. License text:
  290. \# Copyright (c) 2006-2008, R Oudkerk
  291. \# Licensed to PSF under a Contributor Agreement.
  292. Scancode info:
  293. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  294. Score : 100.00
  295. Match type : COPYRIGHT
  296. Files with this license:
  297. Lib/multiprocessing/__init__.py [11:12]
  298. Lib/multiprocessing/connection.py [6:7]
  299. Lib/multiprocessing/dummy/__init__.py [6:7]
  300. Lib/multiprocessing/dummy/connection.py [6:7]
  301. Lib/multiprocessing/heap.py [6:7]
  302. Lib/multiprocessing/managers.py [7:8]
  303. Lib/multiprocessing/pool.py [6:7]
  304. Lib/multiprocessing/process.py [6:7]
  305. Lib/multiprocessing/queues.py [6:7]
  306. Lib/multiprocessing/reduction.py [6:7]
  307. Lib/multiprocessing/sharedctypes.py [6:7]
  308. Lib/multiprocessing/spawn.py [7:8]
  309. Lib/multiprocessing/synchronize.py [6:7]
  310. Lib/multiprocessing/util.py [6:7]
  311. Modules/_multiprocessing/multiprocessing.c [6:7]
  312. Modules/_multiprocessing/semaphore.c [6:7]
  313. KEEP COPYRIGHT_SERVICE_LABEL 6d727687fcc95ba4d2aac674e9c30f19
  314. BELONGS ya.make
  315. License text:
  316. Copyright (C) 1986 Gary S. Brown. You may use this program, or
  317. code or tables extracted from it, as desired without restriction.
  318. Scancode info:
  319. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  320. Score : 100.00
  321. Match type : COPYRIGHT
  322. Files with this license:
  323. Modules/binascii.c [646:647]
  324. KEEP COPYRIGHT_SERVICE_LABEL 6df801c8be98b70cf1e1bd99eee48534
  325. BELONGS Lib/ya.make
  326. Note: matched license text is too long. Read it in the source files.
  327. Scancode info:
  328. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  329. Score : 100.00
  330. Match type : COPYRIGHT
  331. Files with this license:
  332. Lib/trace.py [3:8]
  333. KEEP COPYRIGHT_SERVICE_LABEL 6fdebb96ecfaf342e9db1f4e0b8207f9
  334. BELONGS Modules/_sqlite/ya.make
  335. License text:
  336. * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  337. Scancode info:
  338. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  339. Score : 100.00
  340. Match type : COPYRIGHT
  341. Files with this license:
  342. Modules/_sqlite/connection.c [3:3]
  343. Modules/_sqlite/connection.h [3:3]
  344. Modules/_sqlite/cursor.c [3:3]
  345. Modules/_sqlite/cursor.h [3:3]
  346. Modules/_sqlite/module.c [3:3]
  347. Modules/_sqlite/module.h [3:3]
  348. KEEP COPYRIGHT_SERVICE_LABEL 701bf87896cc45747f630279603da7cf
  349. BELONGS ya.make
  350. License text:
  351. * Copyright (c) 1999 by Secret Labs AB.
  352. * Copyright (c) 1999 by Fredrik Lundh.
  353. Scancode info:
  354. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  355. Score : 100.00
  356. Match type : COPYRIGHT
  357. Files with this license:
  358. Include/unicodeobject.h [24:25]
  359. KEEP COPYRIGHT_SERVICE_LABEL 726a23fbbe59fd1c0168b2deaa565438
  360. BELONGS Lib/ya.make
  361. License text:
  362. \# Copyright 2001-2022 by Vinay Sajip. All Rights Reserved.
  363. Scancode info:
  364. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  365. Score : 100.00
  366. Match type : COPYRIGHT
  367. Files with this license:
  368. Lib/logging/__init__.py [1:1]
  369. KEEP COPYRIGHT_SERVICE_LABEL 73e2032fb59ef98f2ef3f7f0b76663b6
  370. BELONGS ya.make
  371. License text:
  372. * Copyright (C) 2012-2022 Christian Heimes (christian@python.org)
  373. * Licensed to PSF under a Contributor Agreement.
  374. Scancode info:
  375. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  376. Score : 100.00
  377. Match type : COPYRIGHT
  378. Files with this license:
  379. Modules/sha3module.c [13:14]
  380. KEEP COPYRIGHT_SERVICE_LABEL 74a3845ea3fd7f181b0230f947df5bb6
  381. BELONGS Lib/ya.make
  382. License text:
  383. \# Copyright (C) 2006 - 2010 Gregor Lingl
  384. \# email: glingl@aon.at
  385. Scancode info:
  386. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  387. Score : 100.00
  388. Match type : COPYRIGHT
  389. Files with this license:
  390. Lib/turtle.py [5:6]
  391. KEEP COPYRIGHT_SERVICE_LABEL 750f78dea8dcaa5f52cd83e5be0a8d76
  392. BELONGS Lib/ya.make
  393. License text:
  394. __copyright__ = """
  395. Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
  396. Copyright (c) 2000-2010, eGenix.com Software GmbH; mailto:info@egenix.com
  397. Scancode info:
  398. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  399. Score : 100.00
  400. Match type : COPYRIGHT
  401. Files with this license:
  402. Lib/platform.py [93:95]
  403. KEEP COPYRIGHT_SERVICE_LABEL 75333d2beb2a41511677b756b5168ee6
  404. BELONGS ya.make
  405. License text:
  406. * Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
  407. * Copyright (c) 2022-2023 HACL* Contributors
  408. Scancode info:
  409. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  410. Score : 100.00
  411. Match type : COPYRIGHT
  412. Files with this license:
  413. Modules/_hacl/Hacl_Hash_MD5.c [3:4]
  414. Modules/_hacl/Hacl_Hash_MD5.h [3:4]
  415. Modules/_hacl/Hacl_Hash_SHA1.c [3:4]
  416. Modules/_hacl/Hacl_Hash_SHA1.h [3:4]
  417. Modules/_hacl/Hacl_Hash_SHA2.c [3:4]
  418. Modules/_hacl/Hacl_Hash_SHA2.h [3:4]
  419. Modules/_hacl/Hacl_Hash_SHA3.c [3:4]
  420. Modules/_hacl/Hacl_Hash_SHA3.h [3:4]
  421. Modules/_hacl/Hacl_Streaming_Types.h [3:4]
  422. Modules/_hacl/internal/Hacl_Hash_MD5.h [3:4]
  423. Modules/_hacl/internal/Hacl_Hash_SHA1.h [3:4]
  424. Modules/_hacl/internal/Hacl_Hash_SHA2.h [3:4]
  425. Modules/_hacl/internal/Hacl_Hash_SHA3.h [3:4]
  426. KEEP COPYRIGHT_SERVICE_LABEL 75752712a29a547dda63faf232d0b41f
  427. BELONGS ya.make
  428. License text:
  429. static const char copyright[] =
  430. " SRE 2.2.2 Copyright (c) 1997-2002 by Secret Labs AB ";
  431. Scancode info:
  432. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  433. Score : 100.00
  434. Match type : COPYRIGHT
  435. Files with this license:
  436. Modules/_sre/sre.c [38:39]
  437. KEEP COPYRIGHT_SERVICE_LABEL 772d70e950c69b1a32c0a0047f47ee2d
  438. BELONGS ya.make
  439. License text:
  440. * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  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. Modules/getaddrinfo.c [2:3]
  448. Modules/getnameinfo.c [2:3]
  449. KEEP COPYRIGHT_SERVICE_LABEL 7a086131b819503e48761f89e8b27f0f
  450. BELONGS ya.make
  451. License text:
  452. Copyright (C) 1997, 2002, 2003, 2007, 2008 Martin von Loewis
  453. Scancode info:
  454. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  455. Score : 100.00
  456. Match type : COPYRIGHT
  457. Files with this license:
  458. Modules/_localemodule.c [2:2]
  459. KEEP COPYRIGHT_SERVICE_LABEL 7e56748c501f6717eeccf9386af7b32e
  460. BELONGS Lib/ya.make
  461. License text:
  462. \# Copyright (c) 2003-2004 by Fredrik Lundh. All rights reserved.
  463. Scancode info:
  464. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  465. Score : 100.00
  466. Match type : COPYRIGHT
  467. Files with this license:
  468. Lib/xml/etree/ElementInclude.py [11:11]
  469. KEEP COPYRIGHT_SERVICE_LABEL 8600cd4ce6ae06bf59303d5400806dd6
  470. BELONGS ya.make
  471. License text:
  472. * Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
  473. * Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
  474. * Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
  475. Scancode info:
  476. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  477. Score : 100.00
  478. Match type : COPYRIGHT
  479. Files with this license:
  480. Modules/_winapi.c [7:9]
  481. KEEP COPYRIGHT_SERVICE_LABEL 8934cac92d475d44b8d28ca8aec6cc75
  482. BELONGS Lib/ya.make
  483. License text:
  484. \# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
  485. Scancode info:
  486. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  487. Score : 100.00
  488. Match type : COPYRIGHT
  489. Files with this license:
  490. Lib/sqlite3/__init__.py [3:3]
  491. KEEP COPYRIGHT_SERVICE_LABEL 899627115d890c4e4189c19a62ec287a
  492. BELONGS Lib/ya.make
  493. License text:
  494. \# Copyright 2008 Armin Ronacher.
  495. \# Licensed to PSF under a Contributor Agreement.
  496. Scancode info:
  497. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  498. Score : 100.00
  499. Match type : COPYRIGHT
  500. Files with this license:
  501. Lib/lib2to3/fixes/fix_isinstance.py [1:2]
  502. Lib/lib2to3/fixes/fix_reduce.py [1:2]
  503. KEEP COPYRIGHT_SERVICE_LABEL 91abf9fc93588e766c31cefc6cb04c69
  504. BELONGS Lib/ya.make
  505. License text:
  506. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  507. Scancode info:
  508. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  509. Score : 100.00
  510. Match type : COPYRIGHT
  511. Files with this license:
  512. Lib/codecs.py [6:6]
  513. Lib/encodings/__init__.py [27:27]
  514. Lib/encodings/ascii.py [6:6]
  515. Lib/encodings/charmap.py [9:9]
  516. Lib/encodings/latin_1.py [6:6]
  517. Lib/encodings/mac_latin2.py [5:6]
  518. Lib/encodings/mbcs.py [7:7]
  519. Lib/encodings/ptcp154.py [5:6]
  520. Lib/encodings/raw_unicode_escape.py [6:6]
  521. Lib/encodings/undefined.py [9:9]
  522. Lib/encodings/unicode_escape.py [6:6]
  523. Lib/encodings/utf_16.py [6:6]
  524. Lib/encodings/utf_16_be.py [6:6]
  525. Lib/encodings/utf_16_le.py [6:6]
  526. Lib/encodings/utf_8.py [6:6]
  527. KEEP COPYRIGHT_SERVICE_LABEL 9339102d999681fe61fece1d14b15b07
  528. BELONGS ya.make
  529. License text:
  530. Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
  531. Scancode info:
  532. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  533. Score : 100.00
  534. Match type : COPYRIGHT
  535. Files with this license:
  536. README.rst [222:222]
  537. KEEP COPYRIGHT_SERVICE_LABEL 93670f683508a451216895afb3ae4125
  538. BELONGS Lib/ya.make
  539. License text:
  540. Copyright (C) 2001-2022 Vinay Sajip. All Rights Reserved.
  541. Scancode info:
  542. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  543. Score : 100.00
  544. Match type : COPYRIGHT
  545. Files with this license:
  546. Lib/logging/__init__.py [21:21]
  547. Lib/logging/config.py [22:22]
  548. KEEP COPYRIGHT_SERVICE_LABEL 95559300d1605708c2968b971327d506
  549. BELONGS Lib/ya.make
  550. License text:
  551. \# Copyright (c) 1999-2002 by Secret Labs AB.
  552. \# Copyright (c) 1999-2002 by Fredrik Lundh.
  553. Scancode info:
  554. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  555. Score : 100.00
  556. Match type : COPYRIGHT
  557. Files with this license:
  558. Lib/xmlrpc/client.py [54:55]
  559. KEEP COPYRIGHT_SERVICE_LABEL 991f1cf54277f38daf31d4e85f553db3
  560. BELONGS Lib/ya.make
  561. License text:
  562. \# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
  563. Scancode info:
  564. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  565. Score : 100.00
  566. Match type : COPYRIGHT
  567. Files with this license:
  568. Lib/sqlite3/dbapi2.py [3:3]
  569. KEEP COPYRIGHT_SERVICE_LABEL 9b9c3232a6eb88f36ceb8ed3b4143ed0
  570. BELONGS ya.make
  571. License text:
  572. Copyright (c) 2013 Marek Majkowski <marek@popcount.org>
  573. Scancode info:
  574. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  575. Score : 100.00
  576. Match type : COPYRIGHT
  577. Files with this license:
  578. Python/pyhash.c [297:297]
  579. KEEP COPYRIGHT_SERVICE_LABEL 9f04c8fd6f5602c4c86d36d247e2d5a7
  580. BELONGS Lib/ya.make ya.make
  581. License text:
  582. \# Copyright (c) 1999-2009 by Fredrik Lundh
  583. Scancode info:
  584. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  585. Score : 100.00
  586. Match type : COPYRIGHT
  587. Files with this license:
  588. Lib/xml/etree/ElementPath.py [25:25]
  589. Modules/_elementtree.c [7:7]
  590. KEEP COPYRIGHT_SERVICE_LABEL a0e9e0cad486cf18dfb7a79b542560ec
  591. BELONGS ya.make
  592. License text:
  593. * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
  594. * All rights reserved.
  595. Scancode info:
  596. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  597. Score : 100.00
  598. Match type : COPYRIGHT
  599. Files with this license:
  600. Modules/addrinfo.h [2:3]
  601. KEEP COPYRIGHT_SERVICE_LABEL a27fa7feff9ad0b1fe51d1be3085699f
  602. BELONGS Lib/ya.make
  603. Note: matched license text is too long. Read it in the source files.
  604. Scancode info:
  605. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  606. Score : 100.00
  607. Match type : COPYRIGHT
  608. Files with this license:
  609. Lib/wsgiref/validate.py [1:3]
  610. KEEP COPYRIGHT_SERVICE_LABEL a2b06d735de2c112ff877c256568ba97
  611. BELONGS Lib/ya.make
  612. License text:
  613. \# Copyright 1994 by Lance Ellinghouse
  614. \# Cathedral City, California Republic, United States of America.
  615. \# All Rights Reserved
  616. Scancode info:
  617. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  618. Score : 100.00
  619. Match type : COPYRIGHT
  620. Files with this license:
  621. Lib/uu.py [3:5]
  622. KEEP COPYRIGHT_SERVICE_LABEL a33893018247ff1b3c48917d6748d15a
  623. BELONGS Lib/ya.make
  624. License text:
  625. \# SPDX-FileCopyrightText: Copyright (c) 2015-2021 MagicStack Inc. http://magic.io
  626. Scancode info:
  627. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  628. Score : 100.00
  629. Match type : COPYRIGHT
  630. Files with this license:
  631. Lib/asyncio/constants.py [3:3]
  632. Lib/asyncio/events.py [5:5]
  633. Lib/asyncio/sslproto.py [3:3]
  634. KEEP COPYRIGHT_SERVICE_LABEL a725c39fa41f3df8b3f43edfa17b6f83
  635. BELONGS ya.make
  636. License text:
  637. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  638. The Netherlands. All rights reserved.
  639. Scancode info:
  640. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  641. Score : 100.00
  642. Match type : COPYRIGHT
  643. Files with this license:
  644. LICENSE [247:248]
  645. KEEP COPYRIGHT_SERVICE_LABEL a984b43b8fe410b55c1b870c44551dd8
  646. BELONGS Lib/ya.make
  647. License text:
  648. \# Copyright (c) 2003-2005 by Peter Astrand <astrand@lysator.liu.se>
  649. Scancode info:
  650. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  651. Score : 100.00
  652. Match type : COPYRIGHT
  653. Files with this license:
  654. Lib/subprocess.py [5:5]
  655. KEEP COPYRIGHT_SERVICE_LABEL ab4f0bd28e86cb9960eb833cfe15d0f4
  656. BELONGS ya.make
  657. License text:
  658. * Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
  659. Scancode info:
  660. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  661. Score : 100.00
  662. Match type : COPYRIGHT
  663. Files with this license:
  664. Modules/_sre/sre.c [27:27]
  665. KEEP COPYRIGHT_SERVICE_LABEL ad87e72c4d9631a4deb526a93103f14d
  666. BELONGS ya.make
  667. License text:
  668. * Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
  669. * Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
  670. * Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
  671. Scancode info:
  672. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  673. Score : 100.00
  674. Match type : COPYRIGHT
  675. Files with this license:
  676. Modules/_winapi.c [7:9]
  677. KEEP COPYRIGHT_SERVICE_LABEL b25d3d6ba0c424ca7838bf2bb06c0b6e
  678. BELONGS Lib/ya.make
  679. License text:
  680. Copyright (C) 2011-2014 Vinay Sajip.
  681. Licensed to the PSF under a contributor agreement.
  682. Scancode info:
  683. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  684. Score : 100.00
  685. Match type : COPYRIGHT
  686. Files with this license:
  687. Lib/venv/__init__.py [4:5]
  688. KEEP COPYRIGHT_SERVICE_LABEL b32a81633821b421d8644f10115b1b7f
  689. BELONGS Lib/ya.make
  690. License text:
  691. \# Copyright (c) 1999-2002 by Secret Labs AB
  692. \# Copyright (c) 1999-2002 by Fredrik Lundh
  693. Scancode info:
  694. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  695. Score : 100.00
  696. Match type : COPYRIGHT
  697. Files with this license:
  698. Lib/xmlrpc/client.py [63:64]
  699. KEEP COPYRIGHT_SERVICE_LABEL b6c2ed86f7948fd4c28ea9e3ec55be52
  700. BELONGS ya.make
  701. License text:
  702. Copyright 1994 by Lance Ellinghouse,
  703. Cathedral City, California Republic, United States of America.
  704. Scancode info:
  705. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  706. Score : 100.00
  707. Match type : COPYRIGHT
  708. Files with this license:
  709. Modules/syslogmodule.c [2:3]
  710. KEEP COPYRIGHT_SERVICE_LABEL b802fa8220d5ccd1f12cde78278773c0
  711. BELONGS Lib/ya.make
  712. License text:
  713. \# Copyright Disney Enterprises, Inc. All Rights Reserved.
  714. Scancode info:
  715. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  716. Score : 100.00
  717. Match type : COPYRIGHT
  718. Files with this license:
  719. Lib/profile.py [11:11]
  720. Lib/pstats.py [7:7]
  721. KEEP COPYRIGHT_SERVICE_LABEL bfc8838d0a6fb65ac57c3f523b66bd9a
  722. BELONGS Lib/ya.make
  723. License text:
  724. \# Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
  725. Scancode info:
  726. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  727. Score : 100.00
  728. Match type : COPYRIGHT
  729. Files with this license:
  730. Lib/trace.py [19:19]
  731. KEEP COPYRIGHT_SERVICE_LABEL c06241e14ef12ae35c8c06a6c5908e14
  732. BELONGS Lib/ya.make
  733. License text:
  734. \# Copyright 2001-2023 by Vinay Sajip. All Rights Reserved.
  735. Scancode info:
  736. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  737. Score : 100.00
  738. Match type : COPYRIGHT
  739. Files with this license:
  740. Lib/logging/config.py [1:1]
  741. KEEP COPYRIGHT_SERVICE_LABEL c1c87dc78f7e7b2de76d0b82bed5025b
  742. BELONGS Lib/ya.make
  743. License text:
  744. \# Copyright (c) 2003-2009 by Fredrik Lundh. All rights reserved.
  745. Scancode info:
  746. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  747. Score : 100.00
  748. Match type : COPYRIGHT
  749. Files with this license:
  750. Lib/xml/etree/ElementPath.py [17:17]
  751. KEEP COPYRIGHT_SERVICE_LABEL c5fb9397fe74e236fd1b4618056f115b
  752. BELONGS Lib/ya.make
  753. License text:
  754. \# Copyright (c) 1999-2002 by Secret Labs AB.
  755. \# Copyright (c) 1999-2002 by Fredrik Lundh.
  756. Scancode info:
  757. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  758. Score : 100.00
  759. Match type : COPYRIGHT
  760. Files with this license:
  761. Lib/xmlrpc/client.py [54:55]
  762. Lib/xmlrpc/client.py [63:64]
  763. KEEP COPYRIGHT_SERVICE_LABEL c6707507f63e0741c863ec5284232224
  764. BELONGS Lib/ya.make
  765. License text:
  766. \# Copyright 2009 Brian Quinlan. All Rights Reserved.
  767. Scancode info:
  768. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  769. Score : 100.00
  770. Match type : COPYRIGHT
  771. Files with this license:
  772. Lib/concurrent/futures/__init__.py [1:1]
  773. Lib/concurrent/futures/_base.py [1:1]
  774. Lib/concurrent/futures/process.py [1:1]
  775. Lib/concurrent/futures/thread.py [1:1]
  776. KEEP COPYRIGHT_SERVICE_LABEL c9840b23152aadd27a62cd4838286ea9
  777. BELONGS Lib/ya.make
  778. License text:
  779. __copyright__ = """
  780. Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
  781. Copyright (c) 2000-2010, eGenix.com Software GmbH; mailto:info@egenix.com
  782. Scancode info:
  783. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  784. Score : 100.00
  785. Match type : COPYRIGHT
  786. Files with this license:
  787. Lib/platform.py [93:95]
  788. KEEP COPYRIGHT_SERVICE_LABEL ca890d69bc2476f4e1be39cfb6dbac12
  789. BELONGS ya.make
  790. License text:
  791. * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
  792. Scancode info:
  793. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  794. Score : 100.00
  795. Match type : COPYRIGHT
  796. Files with this license:
  797. Python/dtoa.c [5:5]
  798. KEEP COPYRIGHT_SERVICE_LABEL cb35e7077c450be2dbd78d2c87085d86
  799. BELONGS Lib/ya.make
  800. License text:
  801. \# Copyright 1995-1997, Automatrix, Inc., all rights reserved.
  802. Scancode info:
  803. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  804. Score : 100.00
  805. Match type : COPYRIGHT
  806. Files with this license:
  807. Lib/trace.py [16:16]
  808. KEEP COPYRIGHT_SERVICE_LABEL cb8ec424ee4208dda6ce1f0904d25941
  809. BELONGS Lib/ya.make
  810. License text:
  811. \# Copyright 2006 Georg Brandl.
  812. \# Licensed to PSF under a Contributor Agreement.
  813. Scancode info:
  814. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  815. Score : 100.00
  816. Match type : COPYRIGHT
  817. Files with this license:
  818. Lib/lib2to3/fixes/fix_intern.py [1:2]
  819. KEEP COPYRIGHT_SERVICE_LABEL ce95a9dd8bc334eae3ea12a182c73d8e
  820. BELONGS Lib/ya.make
  821. License text:
  822. \# Copyright (c) 1998-2001 by Secret Labs AB. All rights reserved.
  823. Scancode info:
  824. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  825. Score : 100.00
  826. Match type : COPYRIGHT
  827. Files with this license:
  828. Lib/re/__init__.py [6:6]
  829. KEEP COPYRIGHT_SERVICE_LABEL cf754dd1feb5795618b51c03164bfe5f
  830. BELONGS ya.make
  831. License text:
  832. * Copyright (c) 1999-2009 by Secret Labs AB. All rights reserved.
  833. Scancode info:
  834. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  835. Score : 100.00
  836. Match type : COPYRIGHT
  837. Files with this license:
  838. Modules/_elementtree.c [6:6]
  839. KEEP COPYRIGHT_SERVICE_LABEL d027e5d82394475d1f291983c558b25d
  840. BELONGS Lib/ya.make
  841. License text:
  842. \# Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
  843. Scancode info:
  844. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  845. Score : 100.00
  846. Match type : COPYRIGHT
  847. Files with this license:
  848. Lib/http/cookies.py [2:2]
  849. KEEP COPYRIGHT_SERVICE_LABEL d0fc9324be65f2f184bc90e91cb34ffa
  850. BELONGS Lib/ya.make
  851. Note: matched license text is too long. Read it in the source files.
  852. Scancode info:
  853. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  854. Score : 100.00
  855. Match type : COPYRIGHT
  856. Files with this license:
  857. Lib/unittest/__init__.py [29:33]
  858. KEEP COPYRIGHT_SERVICE_LABEL d14d74e4b258749a1ee446bc1c8c9f0b
  859. BELONGS Lib/ya.make
  860. License text:
  861. \# Copyright 2007 Google, Inc. All Rights Reserved.
  862. Scancode info:
  863. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  864. Score : 100.00
  865. Match type : COPYRIGHT
  866. Files with this license:
  867. Lib/_collections_abc.py [1:1]
  868. Lib/abc.py [1:1]
  869. Lib/lib2to3/fixes/fix_buffer.py [1:1]
  870. Lib/lib2to3/fixes/fix_dict.py [1:1]
  871. Lib/lib2to3/fixes/fix_filter.py [1:1]
  872. Lib/lib2to3/fixes/fix_map.py [1:1]
  873. Lib/lib2to3/fixes/fix_standarderror.py [1:1]
  874. Lib/lib2to3/fixes/fix_types.py [1:1]
  875. Lib/lib2to3/fixes/fix_xrange.py [1:1]
  876. Lib/numbers.py [1:1]
  877. KEEP COPYRIGHT_SERVICE_LABEL d4ad3ffd972b79301d6beee7c8154f7b
  878. BELONGS ya.make
  879. License text:
  880. * Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
  881. Scancode info:
  882. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  883. Score : 100.00
  884. Match type : COPYRIGHT
  885. Files with this license:
  886. Modules/_decimal/libmpdec/basearith.c [2:2]
  887. Modules/_decimal/libmpdec/basearith.h [2:2]
  888. Modules/_decimal/libmpdec/bits.h [2:2]
  889. Modules/_decimal/libmpdec/constants.c [2:2]
  890. Modules/_decimal/libmpdec/constants.h [2:2]
  891. Modules/_decimal/libmpdec/context.c [2:2]
  892. Modules/_decimal/libmpdec/convolute.c [2:2]
  893. Modules/_decimal/libmpdec/convolute.h [2:2]
  894. Modules/_decimal/libmpdec/crt.c [2:2]
  895. Modules/_decimal/libmpdec/crt.h [2:2]
  896. Modules/_decimal/libmpdec/difradix2.c [2:2]
  897. Modules/_decimal/libmpdec/difradix2.h [2:2]
  898. Modules/_decimal/libmpdec/fnt.c [2:2]
  899. Modules/_decimal/libmpdec/fnt.h [2:2]
  900. Modules/_decimal/libmpdec/fourstep.c [2:2]
  901. Modules/_decimal/libmpdec/fourstep.h [2:2]
  902. Modules/_decimal/libmpdec/io.c [2:2]
  903. Modules/_decimal/libmpdec/mpalloc.c [2:2]
  904. Modules/_decimal/libmpdec/mpalloc.h [2:2]
  905. Modules/_decimal/libmpdec/mpd_io.h [2:2]
  906. Modules/_decimal/libmpdec/mpdecimal.c [2:2]
  907. Modules/_decimal/libmpdec/mpdecimal.h [2:2]
  908. Modules/_decimal/libmpdec/mpsignal.c [2:2]
  909. Modules/_decimal/libmpdec/numbertheory.c [2:2]
  910. Modules/_decimal/libmpdec/numbertheory.h [2:2]
  911. Modules/_decimal/libmpdec/sixstep.c [2:2]
  912. Modules/_decimal/libmpdec/sixstep.h [2:2]
  913. Modules/_decimal/libmpdec/transpose.c [2:2]
  914. Modules/_decimal/libmpdec/transpose.h [2:2]
  915. Modules/_decimal/libmpdec/typearith.h [2:2]
  916. Modules/_decimal/libmpdec/umodarith.h [2:2]
  917. KEEP COPYRIGHT_SERVICE_LABEL d515e0443b2f49784a4fd369c10de4d0
  918. BELONGS Lib/ya.make
  919. License text:
  920. \# Copyright 2006 Google, Inc. All Rights Reserved.
  921. Scancode info:
  922. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  923. Score : 100.00
  924. Match type : COPYRIGHT
  925. Files with this license:
  926. Lib/lib2to3/fixer_base.py [1:1]
  927. Lib/lib2to3/fixes/fix_apply.py [1:1]
  928. Lib/lib2to3/fixes/fix_exec.py [1:1]
  929. Lib/lib2to3/fixes/fix_execfile.py [1:1]
  930. Lib/lib2to3/fixes/fix_has_key.py [1:1]
  931. Lib/lib2to3/fixes/fix_long.py [1:1]
  932. Lib/lib2to3/fixes/fix_ne.py [1:1]
  933. Lib/lib2to3/fixes/fix_print.py [1:1]
  934. Lib/lib2to3/fixes/fix_repr.py [1:1]
  935. Lib/lib2to3/patcomp.py [1:1]
  936. Lib/lib2to3/pgen2/driver.py [5:5]
  937. Lib/lib2to3/pygram.py [1:1]
  938. Lib/lib2to3/pytree.py [1:1]
  939. Lib/lib2to3/refactor.py [1:1]
  940. KEEP COPYRIGHT_SERVICE_LABEL d68bbe46e0726dcca7e0d5f66734920d
  941. BELONGS ya.make
  942. License text:
  943. * Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
  944. * Copyright (c) 2022-2023 HACL* Contributors
  945. Scancode info:
  946. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  947. Score : 100.00
  948. Match type : COPYRIGHT
  949. Files with this license:
  950. Modules/_hacl/Hacl_Hash_MD5.c [3:4]
  951. Modules/_hacl/Hacl_Hash_MD5.h [3:4]
  952. Modules/_hacl/Hacl_Hash_SHA1.c [3:4]
  953. Modules/_hacl/Hacl_Hash_SHA1.h [3:4]
  954. Modules/_hacl/Hacl_Hash_SHA2.c [3:4]
  955. Modules/_hacl/Hacl_Hash_SHA2.h [3:4]
  956. Modules/_hacl/Hacl_Hash_SHA3.c [3:4]
  957. Modules/_hacl/Hacl_Hash_SHA3.h [3:4]
  958. Modules/_hacl/Hacl_Streaming_Types.h [3:4]
  959. Modules/_hacl/internal/Hacl_Hash_MD5.h [3:4]
  960. Modules/_hacl/internal/Hacl_Hash_SHA1.h [3:4]
  961. Modules/_hacl/internal/Hacl_Hash_SHA2.h [3:4]
  962. Modules/_hacl/internal/Hacl_Hash_SHA3.h [3:4]
  963. KEEP COPYRIGHT_SERVICE_LABEL d76f3fa52c9037f225692d791400281e
  964. BELONGS ya.make
  965. License text:
  966. * Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
  967. * Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
  968. * Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
  969. Scancode info:
  970. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  971. Score : 100.00
  972. Match type : COPYRIGHT
  973. Files with this license:
  974. Modules/_winapi.c [7:9]
  975. KEEP COPYRIGHT_SERVICE_LABEL deaf0ed8b84337a5249581c2f2f9b48b
  976. BELONGS Lib/ya.make
  977. License text:
  978. __copyright__ = """
  979. Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved.
  980. Scancode info:
  981. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  982. Score : 100.00
  983. Match type : COPYRIGHT
  984. Files with this license:
  985. Lib/optparse.py [44:45]
  986. KEEP COPYRIGHT_SERVICE_LABEL e27726446f471a232c54b5b938c2856d
  987. BELONGS Lib/ya.make ya.make
  988. License text:
  989. \#. Copyright (C) 2005-2010 Gregory P. Smith (greg@krypto.org)
  990. \# Licensed to PSF under a Contributor Agreement.
  991. Scancode info:
  992. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  993. Score : 100.00
  994. Match type : COPYRIGHT
  995. Files with this license:
  996. Lib/hashlib.py [1:2]
  997. Modules/_hashopenssl.c [4:5]
  998. KEEP COPYRIGHT_SERVICE_LABEL e75fa2c7318e971f6f17f194667f8514
  999. BELONGS Modules/_sqlite/ya.make
  1000. License text:
  1001. * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  1002. Scancode info:
  1003. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1004. Score : 100.00
  1005. Match type : COPYRIGHT
  1006. Files with this license:
  1007. Modules/_sqlite/prepare_protocol.c [3:3]
  1008. Modules/_sqlite/prepare_protocol.h [3:3]
  1009. Modules/_sqlite/row.c [3:3]
  1010. Modules/_sqlite/row.h [3:3]
  1011. Modules/_sqlite/statement.c [3:3]
  1012. Modules/_sqlite/statement.h [3:3]
  1013. Modules/_sqlite/util.c [3:3]
  1014. Modules/_sqlite/util.h [3:3]
  1015. KEEP COPYRIGHT_SERVICE_LABEL ebda03a35d7f204391be70b31a955347
  1016. BELONGS ya.make
  1017. License text:
  1018. Copyright © 2000 BeOpen.com. All rights reserved.
  1019. Scancode info:
  1020. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1021. Score : 100.00
  1022. Match type : COPYRIGHT
  1023. Files with this license:
  1024. README.rst [217:217]
  1025. KEEP COPYRIGHT_SERVICE_LABEL ed5c60b5b3f284c2919fc59429142b23
  1026. BELONGS ya.make
  1027. Note: matched license text is too long. Read it in the source files.
  1028. Scancode info:
  1029. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1030. Score : 100.00
  1031. Match type : COPYRIGHT
  1032. Files with this license:
  1033. LICENSE [85:89]
  1034. KEEP COPYRIGHT_SERVICE_LABEL edeb8cc9f75ca4f57d69b895279ff0bf
  1035. BELONGS Lib/ya.make
  1036. License text:
  1037. :copyright: Copyright 2008 by Armin Ronacher.
  1038. :license: Python License.
  1039. Scancode info:
  1040. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1041. Score : 100.00
  1042. Match type : COPYRIGHT
  1043. Files with this license:
  1044. Lib/ast.py [24:25]
  1045. KEEP COPYRIGHT_SERVICE_LABEL f34d2138926a953a957f6eb5488166b2
  1046. BELONGS ya.make
  1047. License text:
  1048. * Copyright (c) 1999 by Secret Labs AB
  1049. * Copyright (c) 1999 by Fredrik Lundh
  1050. Scancode info:
  1051. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1052. Score : 100.00
  1053. Match type : COPYRIGHT
  1054. Files with this license:
  1055. Include/unicodeobject.h [33:34]
  1056. Objects/unicodeobject.c [14:15]
  1057. KEEP COPYRIGHT_SERVICE_LABEL f509d1b17b86fe3de44d634c21ec6b47
  1058. BELONGS Lib/ya.make
  1059. License text:
  1060. \# Copyright 2007 Georg Brandl.
  1061. \# Licensed to PSF under a Contributor Agreement.
  1062. Scancode info:
  1063. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1064. Score : 100.00
  1065. Match type : COPYRIGHT
  1066. Files with this license:
  1067. Lib/lib2to3/fixes/fix_numliterals.py [3:4]
  1068. KEEP COPYRIGHT_SERVICE_LABEL faff3bcadeb1b00048b846bfd4192de6
  1069. BELONGS Lib/ya.make
  1070. License text:
  1071. \# Copyright (C) 2005 Martin v. Löwis
  1072. \# Licensed to PSF under a Contributor Agreement.
  1073. from _msi import *
  1074. Scancode info:
  1075. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1076. Score : 100.00
  1077. Match type : COPYRIGHT
  1078. Files with this license:
  1079. Lib/msilib/__init__.py [1:3]
  1080. KEEP COPYRIGHT_SERVICE_LABEL fb1938002c07378e3df6cabaa8791691
  1081. BELONGS ya.make
  1082. License text:
  1083. * Copyright (c) 1999 by Secret Labs AB.
  1084. * Copyright (c) 1999 by Fredrik Lundh.
  1085. Scancode info:
  1086. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1087. Score : 100.00
  1088. Match type : COPYRIGHT
  1089. Files with this license:
  1090. Include/unicodeobject.h [24:25]
  1091. Include/unicodeobject.h [33:34]
  1092. Objects/unicodeobject.c [14:15]
  1093. KEEP COPYRIGHT_SERVICE_LABEL fdc070f8bc87235256d9738f6e2cebb6
  1094. BELONGS Lib/ya.make
  1095. Note: matched license text is too long. Read it in the source files.
  1096. Scancode info:
  1097. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1098. Score : 100.00
  1099. Match type : COPYRIGHT
  1100. Files with this license:
  1101. Lib/unittest/__init__.py [29:33]
  1102. KEEP COPYRIGHT_SERVICE_LABEL fdf3600da58d263a3646ea3a01c618b6
  1103. BELONGS ya.make
  1104. License text:
  1105. * Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
  1106. Scancode info:
  1107. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1108. Score : 100.00
  1109. Match type : COPYRIGHT
  1110. Files with this license:
  1111. Modules/_decimal/_decimal.c [2:2]
  1112. KEEP COPYRIGHT_SERVICE_LABEL ffa0e70185ef5e29a38a46da6ff126fc
  1113. BELONGS ya.make
  1114. Note: matched license text is too long. Read it in the source files.
  1115. Scancode info:
  1116. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1117. Score : 100.00
  1118. Match type : COPYRIGHT
  1119. Files with this license:
  1120. LICENSE [187:192]
  1121. README.rst [219:220]