devtools.licenses.report 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257
  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 CC0-1.0 00827517369c872b7fda108e13300041
  36. BELONGS ya.make
  37. License text:
  38. * any warranty. http://creativecommons.org/publicdomain/zero/1.0/
  39. Scancode info:
  40. Original SPDX id: CC0-1.0
  41. Score : 38.00
  42. Match type : REFERENCE
  43. Links : http://creativecommons.org/publicdomain/zero/1.0/, http://creativecommons.org/publicdomain/zero/1.0/legalcode, https://spdx.org/licenses/CC0-1.0
  44. Files with this license:
  45. Modules/_blake2/blake2b_impl.c [8:8]
  46. Modules/_blake2/blake2module.c [8:8]
  47. Modules/_blake2/blake2s_impl.c [8:8]
  48. KEEP Public-Domain 04565aaa07c54cface911c23e69336d6
  49. BELONGS ya.make
  50. Note: matched license text is too long. Read it in the source files.
  51. Scancode info:
  52. Original SPDX id: LicenseRef-scancode-public-domain-disclaimer
  53. Score : 100.00
  54. Match type : TEXT
  55. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
  56. Files with this license:
  57. Modules/_blake2/blake2b_impl.c [5:8]
  58. Modules/_blake2/blake2module.c [5:8]
  59. Modules/_blake2/blake2s_impl.c [5:8]
  60. KEEP Public-Domain 04d8310f18aa8785fe84cc83c7a0c60c
  61. BELONGS ya.make
  62. License text:
  63. Written by Rusty Russell, public domain, http://ccodearchive.net/
  64. Scancode info:
  65. Original SPDX id: LicenseRef-scancode-public-domain
  66. Score : 70.00
  67. Match type : REFERENCE
  68. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  69. Files with this license:
  70. Include/pymacro.h [74:74]
  71. KEEP BSD-3-Clause 0698eff80073369671d6becb418bb687
  72. BELONGS Lib/ya.make
  73. License text:
  74. platforms, but also a BSD style - aka SVR3.
  75. Scancode info:
  76. Original SPDX id: BSD-3-Clause
  77. Score : 90.00
  78. Match type : REFERENCE
  79. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  80. Files with this license:
  81. Lib/ctypes/_aix.py [11:11]
  82. KEEP MIT 07056dc9c6a316252fc58ce2d224dedb
  83. BELONGS ya.make
  84. License text:
  85. /* MIT License
  86. Scancode info:
  87. Original SPDX id: MIT
  88. Score : 100.00
  89. Match type : REFERENCE
  90. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  91. Files with this license:
  92. Modules/_hacl/Hacl_Hash_MD5.c [1:1]
  93. Modules/_hacl/Hacl_Hash_MD5.h [1:1]
  94. Modules/_hacl/Hacl_Hash_SHA1.c [1:1]
  95. Modules/_hacl/Hacl_Hash_SHA1.h [1:1]
  96. Modules/_hacl/Hacl_Hash_SHA2.c [1:1]
  97. Modules/_hacl/Hacl_Hash_SHA2.h [1:1]
  98. Modules/_hacl/Hacl_Hash_SHA3.c [1:1]
  99. Modules/_hacl/Hacl_Hash_SHA3.h [1:1]
  100. Modules/_hacl/Hacl_Streaming_Types.h [1:1]
  101. Modules/_hacl/internal/Hacl_Hash_MD5.h [1:1]
  102. Modules/_hacl/internal/Hacl_Hash_SHA1.h [1:1]
  103. Modules/_hacl/internal/Hacl_Hash_SHA2.h [1:1]
  104. Modules/_hacl/internal/Hacl_Hash_SHA3.h [1:1]
  105. KEEP LicenseRef-scancode-warranty-disclaimer 0b08f64c29381079cbee3c2ad58b017b
  106. BELONGS Lib/ya.make
  107. License text:
  108. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  109. Scancode info:
  110. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  111. Score : 90.00
  112. Match type : TEXT
  113. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  114. Files with this license:
  115. Lib/codecs.py [6:6]
  116. Lib/encodings/__init__.py [27:27]
  117. Lib/encodings/ascii.py [6:6]
  118. Lib/encodings/charmap.py [9:9]
  119. Lib/encodings/latin_1.py [6:6]
  120. Lib/encodings/mac_latin2.py [5:5]
  121. Lib/encodings/mbcs.py [7:7]
  122. Lib/encodings/ptcp154.py [5:5]
  123. Lib/encodings/raw_unicode_escape.py [6:6]
  124. Lib/encodings/undefined.py [9:9]
  125. Lib/encodings/unicode_escape.py [6:6]
  126. Lib/encodings/utf_16.py [6:6]
  127. Lib/encodings/utf_16_be.py [6:6]
  128. Lib/encodings/utf_16_le.py [6:6]
  129. Lib/encodings/utf_8.py [6:6]
  130. KEEP LicenseRef-scancode-secret-labs-2011 0b185d12f0ff80444cc8822216b9b60a
  131. BELONGS Lib/ya.make
  132. Note: matched license text is too long. Read it in the source files.
  133. Scancode info:
  134. Original SPDX id: LicenseRef-scancode-secret-labs-2011
  135. Score : 100.00
  136. Match type : TEXT
  137. Links : http://www.pythonware.com/products/pil/license.htm, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/secret-labs-2011.LICENSE
  138. Files with this license:
  139. Lib/xml/etree/ElementInclude.py [21:41]
  140. Lib/xml/etree/ElementPath.py [27:47]
  141. Lib/xml/etree/ElementTree.py [50:70]
  142. Lib/xml/etree/__init__.py [9:29]
  143. Lib/xmlrpc/client.py [66:86]
  144. KEEP Python-2.0 10b630ac03627597523216cf89be89e9
  145. BELONGS ya.make
  146. License text:
  147. /* Licensed to PSF under a Contributor Agreement. */
  148. /* See https://www.python.org/2.4/license for licensing details. */
  149. Scancode info:
  150. Original SPDX id: Python-2.0
  151. Score : 94.12
  152. Match type : NOTICE
  153. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  154. Files with this license:
  155. Modules/_winapi.c [34:35]
  156. KEEP LicenseRef-scancode-unknown-license-reference 13a0c9a7c900457eb7271b357cd2cc73
  157. BELONGS Lib/ya.make
  158. License text:
  159. Smalltalk testing framework (used with permission).
  160. Scancode info:
  161. Original SPDX id: LicenseRef-scancode-unknown-license-reference
  162. Score : 100.00
  163. Match type : NOTICE
  164. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
  165. Files with this license:
  166. Lib/unittest/__init__.py [3:3]
  167. KEEP MIT 1646681ac9c3816f91e48c4580e8a545
  168. BELONGS ya.make
  169. License text:
  170. <MIT License>
  171. Scancode info:
  172. Original SPDX id: MIT
  173. Score : 100.00
  174. Match type : REFERENCE
  175. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  176. Files with this license:
  177. Python/pyhash.c [296:296]
  178. KEEP LicenseRef-scancode-unknown-license-reference AND Python-2.0 1c2c1c5dfdb955fa70190bef2cea30e4
  179. BELONGS ya.make
  180. License text:
  181. the documentation are dual licensed under the PSF License Version 2
  182. Scancode info:
  183. Original SPDX id: LicenseRef-scancode-unknown-license-reference
  184. Score : 100.00
  185. Match type : NOTICE
  186. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
  187. Files with this license:
  188. LICENSE [66:66]
  189. Scancode info:
  190. Original SPDX id: Python-2.0
  191. Score : 100.00
  192. Match type : TAG
  193. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  194. Files with this license:
  195. LICENSE [66:66]
  196. KEEP Python-2.0 20c04ce8b1626eafc84f2c5d29e065f6
  197. BELONGS Lib/ya.make
  198. License text:
  199. \# Licensed to PSF under a Contributor Agreement.
  200. Scancode info:
  201. Original SPDX id: Python-2.0
  202. Score : 99.00
  203. Match type : NOTICE
  204. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  205. Files with this license:
  206. Lib/hashlib.py [2:2]
  207. Lib/ipaddress.py [2:2]
  208. KEEP LicenseRef-scancode-warranty-disclaimer AND LicenseRef-scancode-warranty-disclaimer 2182692fdc88888397ee45d721659aff
  209. BELONGS ya.make
  210. License text:
  211. This software comes with no warranty. Use at your own risk.
  212. Scancode info:
  213. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  214. Score : 90.00
  215. Match type : TEXT
  216. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  217. Files with this license:
  218. Modules/_localemodule.c [8:8]
  219. Scancode info:
  220. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  221. Score : 100.00
  222. Match type : TEXT
  223. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  224. Files with this license:
  225. Modules/_localemodule.c [8:8]
  226. KEEP MIT OR Python-2.0 2251fea9bddb92136bd161ebe1dd0ae8
  227. BELONGS Lib/ya.make
  228. License text:
  229. License: Any components of the py2app suite may be distributed under
  230. Scancode info:
  231. Original SPDX id: LicenseRef-scancode-unknown-license-reference
  232. Score : 11.00
  233. Match type : INTRO
  234. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
  235. Files with this license:
  236. Lib/ctypes/macholib/README.ctypes [3:3]
  237. KEEP Apache-2.0 25d6998a982e789fc9ddc50a8f220b94
  238. BELONGS Lib/ya.make
  239. License text:
  240. "/etc/apache2/mime.types", # Apache 2
  241. Scancode info:
  242. Original SPDX id: Apache-2.0
  243. Score : 100.00
  244. Match type : REFERENCE
  245. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  246. Files with this license:
  247. Lib/mimetypes.py [53:53]
  248. KEEP BSD-3-Clause 27f0cfb340e0af6e181354e20ee0b92e
  249. BELONGS Lib/ya.make
  250. Note: matched license text is too long. Read it in the source files.
  251. Scancode info:
  252. Original SPDX id: BSD-3-Clause
  253. Score : 99.05
  254. Match type : TEXT
  255. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  256. Files with this license:
  257. Lib/optparse.py [48:73]
  258. KEEP HPND 2e7e6ffdddb0577238663b2a741b92d7
  259. BELONGS ya.make
  260. Note: matched license text is too long. Read it in the source files.
  261. Scancode info:
  262. Original SPDX id: HPND
  263. Score : 97.11
  264. Match type : TEXT
  265. Links : http://www.opensource.org/licenses/historical.php, https://spdx.org/licenses/HPND
  266. Files with this license:
  267. Modules/_winapi.c [11:30]
  268. KEEP Public-Domain 34613a6505b3303b40cb83ebc34fbaaf
  269. BELONGS Lib/ya.make
  270. License text:
  271. \# Released to the public domain 16-Jan-2001, by Tim Peters (tim@python.org).
  272. Scancode info:
  273. Original SPDX id: LicenseRef-scancode-public-domain
  274. Score : 99.00
  275. Match type : TEXT
  276. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  277. Files with this license:
  278. Lib/doctest.py [2:2]
  279. KEEP BSD-3-Clause 34793597a7f8e09084001b7c0f40336e
  280. BELONGS ya.make
  281. Note: matched license text is too long. Read it in the source files.
  282. Scancode info:
  283. Original SPDX id: BSD-3-Clause
  284. Score : 100.00
  285. Match type : TEXT
  286. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  287. Files with this license:
  288. Modules/_randommodule.c [34:59]
  289. KEEP MIT 3769590c3dec1937cacd479a0dfe236a
  290. BELONGS ya.make
  291. Note: matched license text is too long. Read it in the source files.
  292. Scancode info:
  293. Original SPDX id: MIT
  294. Score : 100.00
  295. Match type : TEXT
  296. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  297. Files with this license:
  298. Python/pyhash.c [299:315]
  299. KEEP GPL-1.0-or-later 37cb7e6cef44dfc70c1e318994d79e17
  300. BELONGS ya.make
  301. License text:
  302. This Python distribution contains *no* GNU General Public License (GPL) code,
  303. Scancode info:
  304. Original SPDX id: GPL-1.0-or-later
  305. Score : 100.00
  306. Match type : REFERENCE
  307. Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
  308. Files with this license:
  309. README.rst [228:228]
  310. KEEP Python-2.0 3c3ec19dc9a19734ce8f55ba95e7b5f9
  311. BELONGS ya.make
  312. FILE_INCLUDE LICENSE found in files: LICENSE at line 123, LICENSE at line 126, LICENSE at line 128, LICENSE at line 173, LICENSE at line 176, LICENSE at line 244, LICENSE at line 73, LICENSE at line 76
  313. Note: matched license text is too long. Read it in the source files.
  314. Scancode info:
  315. Original SPDX id: Python-2.0
  316. Score : 78.44
  317. Match type : TEXT
  318. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  319. Files with this license:
  320. LICENSE [73:265]
  321. KEEP Python-2.0 3d11e9c5d2ec6fa34030df98ef2a220f
  322. BELONGS Lib/ya.make
  323. License text:
  324. Licensed to the PSF under a contributor agreement.
  325. Scancode info:
  326. Original SPDX id: Python-2.0
  327. Score : 84.86
  328. Match type : NOTICE
  329. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  330. Files with this license:
  331. Lib/venv/__init__.py [5:5]
  332. KEEP Python-2.0 AND GPL-2.0-only 409d9cb587ba313f32dafedb8a3a306f
  333. BELONGS Lib/ya.make
  334. License text:
  335. You can choose between two licenses when using this package:
  336. 1) GNU GPLv2
  337. 2) PSF license for Python 2.2
  338. Scancode info:
  339. Original SPDX id: Python-2.0
  340. Score : 100.00
  341. Match type : NOTICE
  342. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  343. Files with this license:
  344. Lib/urllib/robotparser.py [5:7]
  345. Scancode info:
  346. Original SPDX id: GPL-2.0-only
  347. Score : 100.00
  348. Match type : NOTICE
  349. Links : http://www.gnu.org/licenses/gpl-2.0.html, http://www.gnu.org/licenses/gpl-2.0.txt, https://spdx.org/licenses/GPL-2.0-only
  350. Files with this license:
  351. Lib/urllib/robotparser.py [5:7]
  352. KEEP Zlib 40b5b22a6b1abc2fd664525aec6aa46d
  353. BELONGS Lib/ya.make
  354. Note: matched license text is too long. Read it in the source files.
  355. Scancode info:
  356. Original SPDX id: Zlib
  357. Score : 100.00
  358. Match type : TEXT
  359. Links : http://www.gzip.org/zlib/zlib_license.html, http://www.zlib.net/, https://spdx.org/licenses/Zlib
  360. Files with this license:
  361. Lib/sqlite3/__init__.py [7:21]
  362. Lib/sqlite3/dbapi2.py [7:21]
  363. Lib/turtle.py [8:22]
  364. KEEP LicenseRef-scancode-unknown-license-reference 438d00a25e99cbd4b9eb56fd9a413280
  365. BELONGS Lib/ya.make
  366. License text:
  367. (used with permission)
  368. Scancode info:
  369. Original SPDX id: LicenseRef-scancode-unknown-license-reference
  370. Score : 100.00
  371. Match type : NOTICE
  372. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
  373. Files with this license:
  374. Lib/_pydatetime.py [1197:1197]
  375. KEEP MIT AND Apache-2.0 451f44d41ca04c35a541c85bdc284bb3
  376. BELONGS Lib/ya.make
  377. License text:
  378. \# Licensed under the MIT license: https://opensource.org/licenses/mit-license.php
  379. \# Also licenced under the Apache License, 2.0: https://opensource.org/licenses/apache2.0.php
  380. Scancode info:
  381. Original SPDX id: MIT
  382. Score : 89.29
  383. Match type : NOTICE
  384. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  385. Files with this license:
  386. Lib/wsgiref/validate.py [2:3]
  387. Scancode info:
  388. Original SPDX id: Apache-2.0
  389. Score : 89.29
  390. Match type : NOTICE
  391. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  392. Files with this license:
  393. Lib/wsgiref/validate.py [2:3]
  394. KEEP 0BSD 484ef9e655027dbeef36aed8bd0f364b
  395. BELONGS ya.make
  396. Note: matched license text is too long. Read it in the source files.
  397. Scancode info:
  398. Original SPDX id: 0BSD
  399. Score : 100.00
  400. Match type : TEXT
  401. Links : http://landley.net/toybox/license.html, https://spdx.org/licenses/0BSD
  402. Files with this license:
  403. LICENSE [270:279]
  404. KEEP BSD-3-Clause 4a1cce1f1d5dec7babae892a03013a81
  405. BELONGS ya.make
  406. License text:
  407. This code is released under the BSD license:
  408. Scancode info:
  409. Original SPDX id: BSD-3-Clause
  410. Score : 100.00
  411. Match type : NOTICE
  412. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  413. Files with this license:
  414. Python/hashtable.c [14:14]
  415. KEEP Public-Domain 4bbe40f6a7ddedc7d33c0a49a4d12562
  416. BELONGS Lib/ya.make
  417. License text:
  418. \# Released to the public domain, by Tim Peters, 15 April 1998.
  419. Scancode info:
  420. Original SPDX id: LicenseRef-scancode-public-domain
  421. Score : 99.00
  422. Match type : TEXT
  423. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  424. Files with this license:
  425. Lib/tabnanny.py [15:15]
  426. KEEP Python-2.0 4c8677607b9c7aa8297b57895b4cf26f
  427. BELONGS ya.make
  428. License text:
  429. ._data = "See https://www.python.org/psf/license/",
  430. Scancode info:
  431. Original SPDX id: Python-2.0
  432. Score : 100.00
  433. Match type : TAG
  434. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  435. Files with this license:
  436. Python/deepfreeze/deepfreeze.c [127644:127644]
  437. KEEP LicenseRef-scancode-warranty-disclaimer 50a3e16ca7c1aaf79e69114d558b25a0
  438. BELONGS Lib/ya.make
  439. License text:
  440. that may be changed without notice. Use at your own risk!
  441. Scancode info:
  442. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  443. Score : 100.00
  444. Match type : TEXT
  445. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  446. Files with this license:
  447. Lib/typing.py [19:19]
  448. KEEP Python-2.0 529370f0ade6de4c236c71be611a0a7c
  449. BELONGS Lib/ya.make
  450. License text:
  451. \# Licensed to PSF under a Contributor Agreement
  452. Scancode info:
  453. Original SPDX id: Python-2.0
  454. Score : 99.00
  455. Match type : NOTICE
  456. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  457. Files with this license:
  458. Lib/profile.py [12:12]
  459. Lib/pstats.py [8:8]
  460. Lib/wsgiref/validate.py [4:4]
  461. KEEP Python-2.0 5b0c2412cc917b827b6c61c67f5d4065
  462. BELONGS ya.make
  463. Note: matched license text is too long. Read it in the source files.
  464. Scancode info:
  465. Original SPDX id: Python-2.0
  466. Score : 20.30
  467. Match type : TEXT
  468. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  469. Files with this license:
  470. LICENSE [5:59]
  471. KEEP BSD-Source-Code 6617be0872872f90aac0e28b2069f882
  472. BELONGS ya.make
  473. Note: matched license text is too long. Read it in the source files.
  474. Scancode info:
  475. Original SPDX id: BSD-Source-Code
  476. Score : 100.00
  477. Match type : TEXT
  478. Links : https://github.com/infusion/PHP/blob/master/TSRM/LICENSE, https://spdx.org/licenses/BSD-Source-Code
  479. Files with this license:
  480. Include/dynamic_annotations.h [4:24]
  481. Python/dynamic_annotations.c [4:24]
  482. KEEP LicenseRef-scancode-gary-s-brown 6641c02db417f576d06f17c4cb8ce660
  483. BELONGS ya.make
  484. License text:
  485. Copyright (C) 1986 Gary S. Brown. You may use this program, or
  486. code or tables extracted from it, as desired without restriction.
  487. Scancode info:
  488. Original SPDX id: LicenseRef-scancode-gary-s-brown
  489. Score : 88.00
  490. Match type : TEXT
  491. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gary-s-brown.LICENSE
  492. Files with this license:
  493. Modules/binascii.c [646:647]
  494. KEEP Python-2.0 6a19cf8041a37669b2cd07b9cd3eace3
  495. BELONGS ya.make
  496. License text:
  497. * Licensed to PSF under a Contributor Agreement.
  498. * See https://www.python.org/psf/license for licensing details.
  499. Scancode info:
  500. Original SPDX id: Python-2.0
  501. Score : 64.71
  502. Match type : NOTICE
  503. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  504. Files with this license:
  505. Modules/_elementtree.c [2:3]
  506. KEEP CNRI-Python 6a642a5ae6a942fe5ffaab2d17e3bd7c
  507. BELONGS Lib/ya.make
  508. License text:
  509. \# This version of the SRE library can be redistributed under CNRI's
  510. \# Python 1.6 license. For any other use, please contact Secret Labs
  511. Scancode info:
  512. Original SPDX id: CNRI-Python
  513. Score : 100.00
  514. Match type : NOTICE
  515. Links : http://www.handle.net/python_licenses/python1.6_9-5-00.html, https://spdx.org/licenses/CNRI-Python
  516. Files with this license:
  517. Lib/re/__init__.py [8:9]
  518. KEEP BSD-2-Clause 6f74f1df52c7cbec368d250c9d6f5947
  519. BELONGS ya.make
  520. Note: matched license text is too long. Read it in the source files.
  521. Scancode info:
  522. Original SPDX id: BSD-2-Clause
  523. Score : 100.00
  524. Match type : TEXT
  525. Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
  526. Files with this license:
  527. Modules/_decimal/_decimal.c [4:25]
  528. Modules/_decimal/libmpdec/basearith.c [4:25]
  529. Modules/_decimal/libmpdec/basearith.h [4:25]
  530. Modules/_decimal/libmpdec/bits.h [4:25]
  531. Modules/_decimal/libmpdec/constants.c [4:25]
  532. Modules/_decimal/libmpdec/constants.h [4:25]
  533. Modules/_decimal/libmpdec/context.c [4:25]
  534. Modules/_decimal/libmpdec/convolute.c [4:25]
  535. Modules/_decimal/libmpdec/convolute.h [4:25]
  536. Modules/_decimal/libmpdec/crt.c [4:25]
  537. Modules/_decimal/libmpdec/crt.h [4:25]
  538. Modules/_decimal/libmpdec/difradix2.c [4:25]
  539. Modules/_decimal/libmpdec/difradix2.h [4:25]
  540. Modules/_decimal/libmpdec/fnt.c [4:25]
  541. Modules/_decimal/libmpdec/fnt.h [4:25]
  542. Modules/_decimal/libmpdec/fourstep.c [4:25]
  543. Modules/_decimal/libmpdec/fourstep.h [4:25]
  544. Modules/_decimal/libmpdec/io.c [4:25]
  545. Modules/_decimal/libmpdec/mpalloc.c [4:25]
  546. Modules/_decimal/libmpdec/mpalloc.h [4:25]
  547. Modules/_decimal/libmpdec/mpd_io.h [4:25]
  548. Modules/_decimal/libmpdec/mpdecimal.c [4:25]
  549. Modules/_decimal/libmpdec/mpdecimal.h [4:25]
  550. Modules/_decimal/libmpdec/mpsignal.c [4:25]
  551. Modules/_decimal/libmpdec/numbertheory.c [4:25]
  552. Modules/_decimal/libmpdec/numbertheory.h [4:25]
  553. Modules/_decimal/libmpdec/sixstep.c [4:25]
  554. Modules/_decimal/libmpdec/sixstep.h [4:25]
  555. Modules/_decimal/libmpdec/transpose.c [4:25]
  556. Modules/_decimal/libmpdec/transpose.h [4:25]
  557. Modules/_decimal/libmpdec/typearith.h [4:25]
  558. Modules/_decimal/libmpdec/umodarith.h [4:25]
  559. KEEP Python-2.0 70476ec62f03bf28831a83f1698568b7
  560. BELONGS ya.make
  561. License text:
  562. Python software and documentation are licensed under the
  563. Python Software Foundation License Version 2.
  564. Scancode info:
  565. Original SPDX id: Python-2.0
  566. Score : 100.00
  567. Match type : NOTICE
  568. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  569. Files with this license:
  570. LICENSE [62:63]
  571. KEEP MIT 76b7caf6e290ea8513e3132ee84c2951
  572. BELONGS ya.make
  573. License text:
  574. </MIT License>
  575. Scancode info:
  576. Original SPDX id: MIT
  577. Score : 100.00
  578. Match type : REFERENCE
  579. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  580. Files with this license:
  581. Python/pyhash.c [316:316]
  582. KEEP BSD-3-Clause 7f725e73b6f037dfaa8c3434e2385fe1
  583. BELONGS ya.make
  584. License text:
  585. and the Zero-Clause BSD license.
  586. Scancode info:
  587. Original SPDX id: BSD-3-Clause
  588. Score : 99.00
  589. Match type : REFERENCE
  590. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  591. Files with this license:
  592. LICENSE [67:67]
  593. KEEP LicenseRef-scancode-warranty-disclaimer AND LicenseRef-scancode-warranty-disclaimer 872e33549379090ce272961e49a1f1cd
  594. BELONGS Lib/ya.make
  595. License text:
  596. \# Provided as-is; use at your own risk; no warranty; no promises; enjoy!
  597. Scancode info:
  598. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  599. Score : 100.00
  600. Match type : TEXT
  601. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  602. Files with this license:
  603. Lib/doctest.py [7:7]
  604. Scancode info:
  605. Original SPDX id: LicenseRef-scancode-warranty-disclaimer
  606. Score : 90.00
  607. Match type : TEXT
  608. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
  609. Files with this license:
  610. Lib/doctest.py [7:7]
  611. KEEP LicenseRef-scancode-reportbug 897f45c4f28b61b456a4448910723977
  612. BELONGS ya.make
  613. Note: matched license text is too long. Read it in the source files.
  614. Scancode info:
  615. Original SPDX id: LicenseRef-scancode-reportbug
  616. Score : 80.33
  617. Match type : TEXT
  618. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/reportbug.LICENSE, https://tracker.debian.org/media/packages/r/reportbug/copyright-6.6.6
  619. Files with this license:
  620. Python/getopt.c [10:20]
  621. KEEP LicenseRef-scancode-python-cwi 8c1a804267e2c54c7dbe939ad4ae2b62
  622. BELONGS Lib/ya.make
  623. Note: matched license text is too long. Read it in the source files.
  624. Scancode info:
  625. Original SPDX id: LicenseRef-scancode-python-cwi
  626. Score : 93.10
  627. Match type : TEXT
  628. Links : http://docs.python.org/license.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/python-cwi.LICENSE
  629. Files with this license:
  630. Lib/uu.py [6:19]
  631. KEEP HPND 8cb58c483d997cc1ca7ef5aab519b5d8
  632. BELONGS ya.make
  633. Note: matched license text is too long. Read it in the source files.
  634. Scancode info:
  635. Original SPDX id: HPND
  636. Score : 97.81
  637. Match type : NOTICE
  638. Links : http://www.opensource.org/licenses/historical.php, https://spdx.org/licenses/HPND
  639. Files with this license:
  640. Modules/syslogmodule.c [7:21]
  641. KEEP LicenseRef-scancode-sun-source 8d43b0c05c4d81feaa9850a8fca99dce
  642. BELONGS ya.make
  643. Note: matched license text is too long. Read it in the source files.
  644. Scancode info:
  645. Original SPDX id: LicenseRef-scancode-sun-source
  646. Score : 100.00
  647. Match type : TEXT
  648. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sun-source.LICENSE
  649. Files with this license:
  650. Modules/audioop.c [6:28]
  651. KEEP LicenseRef-scancode-secret-labs-2011 918e715152457415d3422c7f4c6ffaaa
  652. BELONGS ya.make
  653. Note: matched license text is too long. Read it in the source files.
  654. Scancode info:
  655. Original SPDX id: LicenseRef-scancode-secret-labs-2011
  656. Score : 100.00
  657. Match type : TEXT
  658. Links : http://www.pythonware.com/products/pil/license.htm, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/secret-labs-2011.LICENSE
  659. Files with this license:
  660. Include/unicodeobject.h [36:55]
  661. KEEP Python-2.0 AND LicenseRef-scancode-other-permissive 989483c808f3288bf300b870509348e8
  662. BELONGS Lib/ya.make
  663. Note: matched license text is too long. Read it in the source files.
  664. Scancode info:
  665. Original SPDX id: Python-2.0
  666. Score : 100.00
  667. Match type : NOTICE
  668. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  669. Files with this license:
  670. Lib/unittest/__init__.py [31:44]
  671. Scancode info:
  672. Original SPDX id: LicenseRef-scancode-other-permissive
  673. Score : 100.00
  674. Match type : NOTICE
  675. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  676. Files with this license:
  677. Lib/unittest/__init__.py [31:44]
  678. KEEP CC0-1.0 9acbfdb8c004d28a6620ba4aa67f3711
  679. BELONGS ya.make
  680. Note: matched license text is too long. Read it in the source files.
  681. Scancode info:
  682. Original SPDX id: CC0-1.0
  683. Score : 100.00
  684. Match type : NOTICE
  685. Links : http://creativecommons.org/publicdomain/zero/1.0/, http://creativecommons.org/publicdomain/zero/1.0/legalcode, https://spdx.org/licenses/CC0-1.0
  686. Files with this license:
  687. Modules/_blake2/impl/blake2-config.h [6:11]
  688. Modules/_blake2/impl/blake2-impl.h [6:11]
  689. Modules/_blake2/impl/blake2.h [6:11]
  690. Modules/_blake2/impl/blake2b-load-sse2.h [6:11]
  691. Modules/_blake2/impl/blake2b-load-sse41.h [6:11]
  692. Modules/_blake2/impl/blake2b-ref.c [6:11]
  693. Modules/_blake2/impl/blake2b-round.h [6:11]
  694. Modules/_blake2/impl/blake2b.c [6:11]
  695. Modules/_blake2/impl/blake2s-load-sse2.h [6:11]
  696. Modules/_blake2/impl/blake2s-load-sse41.h [6:11]
  697. Modules/_blake2/impl/blake2s-load-xop.h [6:11]
  698. Modules/_blake2/impl/blake2s-ref.c [6:11]
  699. Modules/_blake2/impl/blake2s-round.h [6:11]
  700. Modules/_blake2/impl/blake2s.c [6:11]
  701. KEEP MIT 9d03f9747582b3f6d6cd610546c7c68b
  702. BELONGS Lib/ya.make
  703. Note: matched license text is too long. Read it in the source files.
  704. Scancode info:
  705. Original SPDX id: MIT
  706. Score : 100.00
  707. Match type : TEXT
  708. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  709. Files with this license:
  710. Lib/tarfile.py [8:27]
  711. KEEP BSD-3-Clause 9f9f74951499b982d601e33ab0c03bed
  712. BELONGS ya.make
  713. Note: matched license text is too long. Read it in the source files.
  714. Scancode info:
  715. Original SPDX id: BSD-3-Clause
  716. Score : 100.00
  717. Match type : TEXT
  718. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  719. Files with this license:
  720. Modules/addrinfo.h [5:27]
  721. Modules/getaddrinfo.c [5:27]
  722. Modules/getnameinfo.c [5:27]
  723. KEEP LicenseRef-scancode-secret-labs-2011 9fdce5c1c7b25a8f1a783a163aa4d229
  724. BELONGS ya.make
  725. Note: matched license text is too long. Read it in the source files.
  726. Scancode info:
  727. Original SPDX id: LicenseRef-scancode-secret-labs-2011
  728. Score : 100.00
  729. Match type : TEXT
  730. Links : http://www.pythonware.com/products/pil/license.htm, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/secret-labs-2011.LICENSE
  731. Files with this license:
  732. Objects/unicodeobject.c [17:36]
  733. KEEP BSD-3-Clause a2ab686451c2b1fb821e813edadca0bf
  734. BELONGS ya.make
  735. FILE_INCLUDE LICENSE found in files: LICENSE at line 267
  736. License text:
  737. ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
  738. Scancode info:
  739. Original SPDX id: BSD-3-Clause
  740. Score : 99.00
  741. Match type : REFERENCE
  742. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  743. Files with this license:
  744. LICENSE [267:267]
  745. KEEP LicenseRef-scancode-other-permissive a35a8bdb172eec3c78ab3fae277dfcae
  746. BELONGS ya.make
  747. License text:
  748. Permission to use, copy, modify, and distribute this software and its
  749. documentation for any purpose and without fee is hereby granted,
  750. provided that the above copyright notice appear in all copies.
  751. Scancode info:
  752. Original SPDX id: LicenseRef-scancode-other-permissive
  753. Score : 100.00
  754. Match type : TEXT
  755. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  756. Files with this license:
  757. Modules/_localemodule.c [4:6]
  758. KEEP HPND a67d76087e06ea3bd21a679c7a9ed087
  759. BELONGS Lib/ya.make
  760. Note: matched license text is too long. Read it in the source files.
  761. Scancode info:
  762. Original SPDX id: HPND
  763. Score : 95.71
  764. Match type : NOTICE
  765. Links : http://www.opensource.org/licenses/historical.php, https://spdx.org/licenses/HPND
  766. Files with this license:
  767. Lib/logging/__init__.py [3:15]
  768. Lib/logging/config.py [3:15]
  769. Lib/logging/handlers.py [3:15]
  770. KEEP Public-Domain a732defdd79fc52856f3ece63a8d60a4
  771. BELONGS Lib/ya.make
  772. License text:
  773. \# Origin: https://gist.github.com/4325783, by Geert Jansen. Public domain.
  774. Scancode info:
  775. Original SPDX id: LicenseRef-scancode-public-domain
  776. Score : 70.00
  777. Match type : REFERENCE
  778. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  779. Files with this license:
  780. Lib/socket.py [595:595]
  781. KEEP LicenseRef-scancode-other-permissive a9bba2f26bf731896803e9e1b7598663
  782. BELONGS Lib/ya.make
  783. Note: matched license text is too long. Read it in the source files.
  784. Scancode info:
  785. Original SPDX id: LicenseRef-scancode-other-permissive
  786. Score : 96.85
  787. Match type : TEXT
  788. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  789. Files with this license:
  790. Lib/platform.py [97:110]
  791. KEEP Apache-2.0 adc4cdb95b398bffa2c77975ae76052f
  792. BELONGS Lib/ya.make
  793. Note: matched license text is too long. Read it in the source files.
  794. Scancode info:
  795. Original SPDX id: Apache-2.0
  796. Score : 100.00
  797. Match type : NOTICE
  798. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  799. Files with this license:
  800. Lib/profile.py [14:24]
  801. Lib/pstats.py [10:20]
  802. KEEP PSF-2.0 AND MIT AND Apache-2.0 b2325dffad3c6020db783e41310324e0
  803. BELONGS Lib/ya.make
  804. License text:
  805. \# SPDX-License-Identifier: PSF-2.0 AND (MIT OR Apache-2.0)
  806. Scancode info:
  807. Original SPDX id: PSF-2.0
  808. Score : 100.00
  809. Match type : TAG
  810. Links : https://opensource.org/licenses/Python-2.0, https://spdx.org/licenses/PSF-2.0
  811. Files with this license:
  812. Lib/asyncio/constants.py [2:2]
  813. Lib/asyncio/events.py [4:4]
  814. Lib/asyncio/sslproto.py [2:2]
  815. Scancode info:
  816. Original SPDX id: MIT
  817. Score : 100.00
  818. Match type : TAG
  819. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  820. Files with this license:
  821. Lib/asyncio/constants.py [2:2]
  822. Lib/asyncio/events.py [4:4]
  823. Lib/asyncio/sslproto.py [2:2]
  824. Scancode info:
  825. Original SPDX id: Apache-2.0
  826. Score : 100.00
  827. Match type : TAG
  828. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  829. Files with this license:
  830. Lib/asyncio/constants.py [2:2]
  831. Lib/asyncio/events.py [4:4]
  832. Lib/asyncio/sslproto.py [2:2]
  833. KEEP Public-Domain b266d392bf1ca8d8ad431a6f04dfd53d
  834. BELONGS ya.make
  835. License text:
  836. Written by Rusty Russell, public domain, http://ccodearchive.net/ */
  837. Scancode info:
  838. Original SPDX id: LicenseRef-scancode-public-domain
  839. Score : 70.00
  840. Match type : REFERENCE
  841. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  842. Files with this license:
  843. Include/pymacro.h [60:60]
  844. KEEP Python-2.0 b7712ac2503126c332787b5243cbc408
  845. BELONGS Lib/ya.make
  846. License text:
  847. :license: Python License.
  848. Scancode info:
  849. Original SPDX id: Python-2.0
  850. Score : 100.00
  851. Match type : TAG
  852. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  853. Files with this license:
  854. Lib/ast.py [25:25]
  855. KEEP MIT b913b5721a19c7e97156090bd16b43c4
  856. BELONGS ya.make
  857. Note: matched license text is too long. Read it in the source files.
  858. Scancode info:
  859. Original SPDX id: MIT
  860. Score : 100.00
  861. Match type : TEXT
  862. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  863. Files with this license:
  864. Modules/_hacl/Hacl_Hash_MD5.c [6:22]
  865. Modules/_hacl/Hacl_Hash_MD5.h [6:22]
  866. Modules/_hacl/Hacl_Hash_SHA1.c [6:22]
  867. Modules/_hacl/Hacl_Hash_SHA1.h [6:22]
  868. Modules/_hacl/Hacl_Hash_SHA2.c [6:22]
  869. Modules/_hacl/Hacl_Hash_SHA2.h [6:22]
  870. Modules/_hacl/Hacl_Hash_SHA3.c [6:22]
  871. Modules/_hacl/Hacl_Hash_SHA3.h [6:22]
  872. Modules/_hacl/Hacl_Streaming_Types.h [6:22]
  873. Modules/_hacl/internal/Hacl_Hash_MD5.h [6:22]
  874. Modules/_hacl/internal/Hacl_Hash_SHA1.h [6:22]
  875. Modules/_hacl/internal/Hacl_Hash_SHA2.h [6:22]
  876. Modules/_hacl/internal/Hacl_Hash_SHA3.h [6:22]
  877. KEEP Public-Domain c4e330fdd34b9942ec27166a61641850
  878. BELONGS Lib/ya.make
  879. License text:
  880. \# This module is in the public domain. No warranties.
  881. Scancode info:
  882. Original SPDX id: LicenseRef-scancode-public-domain
  883. Score : 100.00
  884. Match type : TEXT
  885. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  886. Files with this license:
  887. Lib/inspect.py [31:31]
  888. KEEP Apache-2.0 c74bebfe275ddf0d29c66da66c330a17
  889. BELONGS ya.make
  890. License text:
  891. Licensed under the Apache 2.0 License.
  892. Scancode info:
  893. Original SPDX id: Apache-2.0
  894. Score : 100.00
  895. Match type : NOTICE
  896. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  897. Files with this license:
  898. Modules/_hacl/include/krml/FStar_UInt128_Verified.h [3:3]
  899. Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h [3:3]
  900. KEEP Python-2.0 ca2dc387d9c0c179b849eba48434e41b
  901. BELONGS ya.make
  902. License text:
  903. Licensed to PSF under a Contributor Agreement.
  904. Scancode info:
  905. Original SPDX id: Python-2.0
  906. Score : 99.00
  907. Match type : NOTICE
  908. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  909. Files with this license:
  910. Modules/md5module.c [13:13]
  911. Modules/sha1module.c [13:13]
  912. Modules/sha2module.c [14:14]
  913. KEEP Python-2.0 d15ac465f3caeea119b950d674b6fe58
  914. BELONGS Lib/ya.make
  915. License text:
  916. \# license: PSFL.
  917. Scancode info:
  918. Original SPDX id: Python-2.0
  919. Score : 80.00
  920. Match type : REFERENCE
  921. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  922. Files with this license:
  923. Lib/asyncio/taskgroups.py [2:2]
  924. KEEP Python-2.0 d37fffa7707e5b9c05453187ea380adf
  925. BELONGS Lib/ya.make
  926. License text:
  927. \# Licensed to PSF under a Contributor Agreement.
  928. Scancode info:
  929. Original SPDX id: Python-2.0
  930. Score : 99.00
  931. Match type : NOTICE
  932. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  933. Files with this license:
  934. Lib/_collections_abc.py [2:2]
  935. Lib/abc.py [2:2]
  936. Lib/concurrent/futures/__init__.py [2:2]
  937. Lib/concurrent/futures/_base.py [2:2]
  938. Lib/concurrent/futures/process.py [2:2]
  939. Lib/concurrent/futures/thread.py [2:2]
  940. Lib/lib2to3/fixer_base.py [2:2]
  941. Lib/lib2to3/fixes/fix_apply.py [2:2]
  942. Lib/lib2to3/fixes/fix_buffer.py [2:2]
  943. Lib/lib2to3/fixes/fix_dict.py [2:2]
  944. Lib/lib2to3/fixes/fix_exec.py [2:2]
  945. Lib/lib2to3/fixes/fix_execfile.py [2:2]
  946. Lib/lib2to3/fixes/fix_filter.py [2:2]
  947. Lib/lib2to3/fixes/fix_has_key.py [2:2]
  948. Lib/lib2to3/fixes/fix_intern.py [2:2]
  949. Lib/lib2to3/fixes/fix_isinstance.py [2:2]
  950. Lib/lib2to3/fixes/fix_long.py [2:2]
  951. Lib/lib2to3/fixes/fix_map.py [2:2]
  952. Lib/lib2to3/fixes/fix_ne.py [2:2]
  953. Lib/lib2to3/fixes/fix_numliterals.py [4:4]
  954. Lib/lib2to3/fixes/fix_print.py [2:2]
  955. Lib/lib2to3/fixes/fix_reduce.py [2:2]
  956. Lib/lib2to3/fixes/fix_repr.py [2:2]
  957. Lib/lib2to3/fixes/fix_standarderror.py [2:2]
  958. Lib/lib2to3/fixes/fix_types.py [2:2]
  959. Lib/lib2to3/fixes/fix_xrange.py [2:2]
  960. Lib/lib2to3/patcomp.py [2:2]
  961. Lib/lib2to3/pgen2/__init__.py [2:2]
  962. Lib/lib2to3/pgen2/conv.py [2:2]
  963. Lib/lib2to3/pgen2/driver.py [2:2]
  964. Lib/lib2to3/pgen2/driver.py [6:6]
  965. Lib/lib2to3/pgen2/grammar.py [2:2]
  966. Lib/lib2to3/pgen2/literals.py [2:2]
  967. Lib/lib2to3/pgen2/parse.py [2:2]
  968. Lib/lib2to3/pgen2/pgen.py [2:2]
  969. Lib/lib2to3/pygram.py [2:2]
  970. Lib/lib2to3/pytree.py [2:2]
  971. Lib/lib2to3/refactor.py [2:2]
  972. Lib/msilib/__init__.py [2:2]
  973. Lib/multiprocessing/__init__.py [12:12]
  974. Lib/multiprocessing/connection.py [7:7]
  975. Lib/multiprocessing/dummy/__init__.py [7:7]
  976. Lib/multiprocessing/dummy/connection.py [7:7]
  977. Lib/multiprocessing/heap.py [7:7]
  978. Lib/multiprocessing/managers.py [8:8]
  979. Lib/multiprocessing/pool.py [7:7]
  980. Lib/multiprocessing/process.py [7:7]
  981. Lib/multiprocessing/queues.py [7:7]
  982. Lib/multiprocessing/reduction.py [7:7]
  983. Lib/multiprocessing/sharedctypes.py [7:7]
  984. Lib/multiprocessing/spawn.py [8:8]
  985. Lib/multiprocessing/synchronize.py [7:7]
  986. Lib/multiprocessing/util.py [7:7]
  987. Lib/numbers.py [2:2]
  988. Lib/subprocess.py [7:7]
  989. Lib/tomllib/__init__.py [3:3]
  990. Lib/tomllib/_parser.py [3:3]
  991. Lib/tomllib/_re.py [3:3]
  992. Lib/tomllib/_types.py [3:3]
  993. KEEP LicenseRef-scancode-other-permissive d3afa700c5e94bb1ad0846dbbc83c032
  994. BELONGS Lib/ya.make
  995. Note: matched license text is too long. Read it in the source files.
  996. Scancode info:
  997. Original SPDX id: LicenseRef-scancode-other-permissive
  998. Score : 94.52
  999. Match type : TEXT
  1000. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
  1001. Files with this license:
  1002. Lib/trace.py [22:28]
  1003. KEEP Apache-2.0 d4c434b27901b3adcc28b7998ddf4d8d
  1004. BELONGS ya.make
  1005. License text:
  1006. Licensed under the Apache 2.0 License. */
  1007. Scancode info:
  1008. Original SPDX id: Apache-2.0
  1009. Score : 100.00
  1010. Match type : NOTICE
  1011. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  1012. Files with this license:
  1013. Modules/_hacl/include/krml/fstar_uint128_struct_endianness.h [2:2]
  1014. Modules/_hacl/include/krml/internal/target.h [2:2]
  1015. Modules/_hacl/include/krml/lowstar_endianness.h [2:2]
  1016. KEEP Python-2.0 d7b102c29fc3948cec6b3b132b12a734
  1017. BELONGS ya.make
  1018. License text:
  1019. * Licensed to PSF under a Contributor Agreement.
  1020. Scancode info:
  1021. Original SPDX id: Python-2.0
  1022. Score : 99.00
  1023. Match type : NOTICE
  1024. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  1025. Files with this license:
  1026. Modules/_hashopenssl.c [5:5]
  1027. Modules/_multiprocessing/multiprocessing.c [7:7]
  1028. Modules/_multiprocessing/semaphore.c [7:7]
  1029. Modules/sha3module.c [14:14]
  1030. KEEP Python-2.0 dda812c21c63c389c3b42f7a0c8f30f1
  1031. BELONGS Lib/ya.make
  1032. License text:
  1033. \# Licensed to PSF under a Contributor Agreement.
  1034. \# See https://www.python.org/psf/license for licensing details.
  1035. Scancode info:
  1036. Original SPDX id: Python-2.0
  1037. Score : 64.71
  1038. Match type : NOTICE
  1039. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  1040. Files with this license:
  1041. Lib/xml/etree/ElementInclude.py [44:45]
  1042. Lib/xml/etree/ElementPath.py [50:51]
  1043. Lib/xml/etree/ElementTree.py [37:38]
  1044. Lib/xml/etree/__init__.py [32:33]
  1045. KEEP Zlib e016c8b3c4399311d17cf74e14e4c31b
  1046. BELONGS Modules/_sqlite/ya.make
  1047. Note: matched license text is too long. Read it in the source files.
  1048. Scancode info:
  1049. Original SPDX id: Zlib
  1050. Score : 100.00
  1051. Match type : TEXT
  1052. Links : http://www.gzip.org/zlib/zlib_license.html, http://www.zlib.net/, https://spdx.org/licenses/Zlib
  1053. Files with this license:
  1054. Modules/_sqlite/connection.c [7:21]
  1055. Modules/_sqlite/connection.h [7:21]
  1056. Modules/_sqlite/cursor.c [7:21]
  1057. Modules/_sqlite/cursor.h [7:21]
  1058. Modules/_sqlite/microprotocols.c [9:23]
  1059. Modules/_sqlite/microprotocols.h [9:23]
  1060. Modules/_sqlite/module.c [7:21]
  1061. Modules/_sqlite/module.h [7:21]
  1062. Modules/_sqlite/prepare_protocol.c [7:21]
  1063. Modules/_sqlite/prepare_protocol.h [7:21]
  1064. Modules/_sqlite/row.c [7:21]
  1065. Modules/_sqlite/row.h [7:21]
  1066. Modules/_sqlite/statement.c [7:21]
  1067. Modules/_sqlite/statement.h [7:21]
  1068. Modules/_sqlite/util.c [7:21]
  1069. Modules/_sqlite/util.h [7:21]
  1070. KEEP BSD-3-Clause e1a0d43d0865ec0c1f28c1912729c4b0
  1071. BELONGS ya.make
  1072. Note: matched license text is too long. Read it in the source files.
  1073. Scancode info:
  1074. Original SPDX id: BSD-3-Clause
  1075. Score : 100.00
  1076. Match type : TEXT
  1077. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  1078. Files with this license:
  1079. Python/hashtable.c [16:43]
  1080. KEEP MIT e59c3e52085871b083ddadbd3e07c13f
  1081. BELONGS Lib/ya.make
  1082. License text:
  1083. \# SPDX-License-Identifier: MIT
  1084. Scancode info:
  1085. Original SPDX id: MIT
  1086. Score : 100.00
  1087. Match type : TAG
  1088. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  1089. Files with this license:
  1090. Lib/tomllib/__init__.py [1:1]
  1091. Lib/tomllib/_parser.py [1:1]
  1092. Lib/tomllib/_re.py [1:1]
  1093. Lib/tomllib/_types.py [1:1]
  1094. KEEP CNRI-Python e95f3a5f5b6ad59a947ea3d00ba71939
  1095. BELONGS ya.make
  1096. License text:
  1097. * This version of the SRE library can be redistributed under CNRI's
  1098. * Python 1.6 license. For any other use, please contact Secret Labs
  1099. Scancode info:
  1100. Original SPDX id: CNRI-Python
  1101. Score : 100.00
  1102. Match type : NOTICE
  1103. Links : http://www.handle.net/python_licenses/python1.6_9-5-00.html, https://spdx.org/licenses/CNRI-Python
  1104. Files with this license:
  1105. Modules/_sre/sre.c [29:30]
  1106. KEEP HPND eb15f3e230f36255b7873abe5559cfc8
  1107. BELONGS Lib/ya.make
  1108. Note: matched license text is too long. Read it in the source files.
  1109. Scancode info:
  1110. Original SPDX id: HPND
  1111. Score : 95.80
  1112. Match type : TEXT
  1113. Links : http://www.opensource.org/licenses/historical.php, https://spdx.org/licenses/HPND
  1114. Files with this license:
  1115. Lib/http/cookies.py [6:22]
  1116. KEEP Python-2.0 eb4e7e3bdb288f81d12b62b819b60a91
  1117. BELONGS Lib/ya.make
  1118. License text:
  1119. "See https://www.python.org/psf/license/",
  1120. Scancode info:
  1121. Original SPDX id: Python-2.0
  1122. Score : 100.00
  1123. Match type : TAG
  1124. Links : http://docs.python.org/license.html, http://spdx.org/licenses/Python-2.0, https://spdx.org/licenses/Python-2.0
  1125. Files with this license:
  1126. Lib/site.py [443:443]
  1127. KEEP LicenseRef-scancode-unknown-license-reference f488ff2759d4446215ccf983a020a815
  1128. BELONGS Lib/ya.make
  1129. License text:
  1130. (Used with permission)
  1131. Scancode info:
  1132. Original SPDX id: LicenseRef-scancode-unknown-license-reference
  1133. Score : 100.00
  1134. Match type : NOTICE
  1135. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
  1136. Files with this license:
  1137. Lib/encodings/hp_roman8.py [8:8]
  1138. KEEP BSD-2-Clause f59cebb43ee786218189ac014af76fbb
  1139. BELONGS ya.make
  1140. Note: matched license text is too long. Read it in the source files.
  1141. Scancode info:
  1142. Original SPDX id: BSD-2-Clause
  1143. Score : 100.00
  1144. Match type : TEXT
  1145. Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
  1146. Files with this license:
  1147. Modules/selectmodule.c [1724:1743]
  1148. KEEP X11-Hanson fee24880a028f5d50965c0ed93a7a806
  1149. BELONGS ya.make
  1150. Note: matched license text is too long. Read it in the source files.
  1151. Scancode info:
  1152. Original SPDX id: LicenseRef-scancode-x11-hanson
  1153. Score : 87.62
  1154. Match type : TEXT
  1155. Links : http://www.research.microsoft.com/~drh/, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-hanson.LICENSE
  1156. Files with this license:
  1157. Python/dtoa.c [3:16]
  1158. KEEP BSD-2-Clause AND GPL-2.0-only ff405483cba46cc13687b338c9150be5
  1159. BELONGS Lib/ya.make
  1160. License text:
  1161. Unless explicitly stated otherwise, the description below is true
  1162. Scancode info:
  1163. Original SPDX id: BSD-2-Clause
  1164. Score : 8.16
  1165. Match type : NOTICE
  1166. Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
  1167. Files with this license:
  1168. Lib/aifc.py [3:3]
  1169. Scancode info:
  1170. Original SPDX id: GPL-2.0-only
  1171. Score : 8.16
  1172. Match type : NOTICE
  1173. Links : http://www.gnu.org/licenses/gpl-2.0.html, http://www.gnu.org/licenses/gpl-2.0.txt, https://spdx.org/licenses/GPL-2.0-only
  1174. Files with this license:
  1175. Lib/aifc.py [3:3]