devtools.licenses.report 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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 BSD-3-Clause 0e8a391459310d387abb8daf053304cc
  36. BELONGS ya.make
  37. FILE_INCLUDE LICENSE.BSD found in files: .dist-info/METADATA at line 37
  38. License text:
  39. License-File: LICENSE.BSD
  40. Scancode info:
  41. Original SPDX id: BSD-3-Clause
  42. Score : 95.00
  43. Match type : TAG
  44. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  45. Files with this license:
  46. .dist-info/METADATA [37:37]
  47. KEEP BSD-3-Clause 35864a557f9a10e478ca8d73a8c6886e
  48. BELONGS ya.make
  49. License text:
  50. Classifier: License :: OSI Approved :: BSD License
  51. Scancode info:
  52. Original SPDX id: BSD-3-Clause
  53. Score : 99.00
  54. Match type : TAG
  55. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  56. Files with this license:
  57. .dist-info/METADATA [15:15]
  58. KEEP Apache-2.0 4065afa98cac5f1fde3ccfcb656fada4
  59. BELONGS ya.make
  60. FILE_INCLUDE LICENSE.APACHE found in files: .dist-info/METADATA at line 36
  61. FILE_INCLUDE LICENSE.BSD found in files: .dist-info/METADATA at line 37
  62. License text:
  63. License-File: LICENSE.APACHE
  64. License-File: LICENSE.BSD
  65. Scancode info:
  66. Original SPDX id: Apache-2.0
  67. Score : 99.00
  68. Match type : TAG
  69. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  70. Files with this license:
  71. .dist-info/METADATA [36:37]
  72. KEEP BSD-3-Clause 798fe0a03129e9a9c30a9a5c344ac047
  73. BELONGS ya.make
  74. Note: matched license text is too long. Read it in the source files.
  75. Scancode info:
  76. Original SPDX id: BSD-3-Clause
  77. Score : 99.07
  78. Match type : TEXT
  79. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  80. Files with this license:
  81. LICENSE.BSD [4:27]
  82. KEEP Apache-2.0 86e8237b9a37a6951edea992afba41f3
  83. BELONGS ya.make
  84. License text:
  85. Classifier: License :: OSI Approved :: Apache Software License
  86. Scancode info:
  87. Original SPDX id: Apache-2.0
  88. Score : 95.00
  89. Match type : TAG
  90. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  91. Files with this license:
  92. .dist-info/METADATA [14:14]
  93. KEEP BSD-3-Clause AND Apache-2.0 c31058d9df12eb0c238aa5bdecc9c7ab
  94. BELONGS ya.make
  95. FILE_INCLUDE LICENSE found in files: cryptography/__about__.py at line 2, cryptography/__init__.py at line 2, cryptography/exceptions.py at line 2, cryptography/fernet.py at line 2, cryptography/hazmat/__init__.py at line 2, cryptography/hazmat/_oid.py at line 2, cryptography/hazmat/backends/__init__.py at line 2, cryptography/hazmat/backends/openssl/__init__.py at line 2, cryptography/hazmat/backends/openssl/aead.py at line 2, cryptography/hazmat/backends/openssl/backend.py at line 2, cryptography/hazmat/backends/openssl/ciphers.py at line 2, cryptography/hazmat/backends/openssl/cmac.py at line 2, cryptography/hazmat/backends/openssl/decode_asn1.py at line 2, cryptography/hazmat/backends/openssl/ec.py at line 2, cryptography/hazmat/backends/openssl/rsa.py at line 2, cryptography/hazmat/backends/openssl/utils.py at line 2, cryptography/hazmat/bindings/__init__.py at line 2, cryptography/hazmat/bindings/_rust/__init__.pyi at line 2, cryptography/hazmat/bindings/_rust/_openssl.pyi at line 2, cryptography/hazmat/bindings/_rust/asn1.pyi at line 2, cryptography/hazmat/bindings/_rust/exceptions.pyi at line 2, cryptography/hazmat/bindings/_rust/ocsp.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/__init__.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/dh.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/dsa.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/ed448.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/hashes.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/hmac.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/kdf.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/x25519.pyi at line 2, cryptography/hazmat/bindings/_rust/openssl/x448.pyi at line 2, cryptography/hazmat/bindings/_rust/x509.pyi at line 2, cryptography/hazmat/bindings/openssl/__init__.py at line 2, cryptography/hazmat/bindings/openssl/_conditional.py at line 2, cryptography/hazmat/bindings/openssl/binding.py at line 2, cryptography/hazmat/primitives/__init__.py at line 2, cryptography/hazmat/primitives/_asymmetric.py at line 2, cryptography/hazmat/primitives/_cipheralgorithm.py at line 2, cryptography/hazmat/primitives/_serialization.py at line 2, cryptography/hazmat/primitives/asymmetric/__init__.py at line 2, cryptography/hazmat/primitives/asymmetric/dh.py at line 2, cryptography/hazmat/primitives/asymmetric/dsa.py at line 2, cryptography/hazmat/primitives/asymmetric/ec.py at line 2, cryptography/hazmat/primitives/asymmetric/ed25519.py at line 2, cryptography/hazmat/primitives/asymmetric/ed448.py at line 2, cryptography/hazmat/primitives/asymmetric/padding.py at line 2, cryptography/hazmat/primitives/asymmetric/rsa.py at line 2, cryptography/hazmat/primitives/asymmetric/types.py at line 2, cryptography/hazmat/primitives/asymmetric/utils.py at line 2, cryptography/hazmat/primitives/asymmetric/x25519.py at line 2, cryptography/hazmat/primitives/asymmetric/x448.py at line 2, cryptography/hazmat/primitives/ciphers/__init__.py at line 2, cryptography/hazmat/primitives/ciphers/aead.py at line 2, cryptography/hazmat/primitives/ciphers/algorithms.py at line 2, cryptography/hazmat/primitives/ciphers/base.py at line 2, cryptography/hazmat/primitives/ciphers/modes.py at line 2, cryptography/hazmat/primitives/cmac.py at line 2, cryptography/hazmat/primitives/constant_time.py at line 2, cryptography/hazmat/primitives/hashes.py at line 2, cryptography/hazmat/primitives/hmac.py at line 2, cryptography/hazmat/primitives/kdf/__init__.py at line 2, cryptography/hazmat/primitives/kdf/concatkdf.py at line 2, cryptography/hazmat/primitives/kdf/hkdf.py at line 2, cryptography/hazmat/primitives/kdf/kbkdf.py at line 2, cryptography/hazmat/primitives/kdf/pbkdf2.py at line 2, cryptography/hazmat/primitives/kdf/scrypt.py at line 2, cryptography/hazmat/primitives/kdf/x963kdf.py at line 2, cryptography/hazmat/primitives/keywrap.py at line 2, cryptography/hazmat/primitives/padding.py at line 2, cryptography/hazmat/primitives/poly1305.py at line 2, cryptography/hazmat/primitives/serialization/__init__.py at line 2, cryptography/hazmat/primitives/serialization/base.py at line 2, cryptography/hazmat/primitives/serialization/pkcs12.py at line 2, cryptography/hazmat/primitives/serialization/pkcs7.py at line 2, cryptography/hazmat/primitives/serialization/ssh.py at line 2, cryptography/hazmat/primitives/twofactor/__init__.py at line 2, cryptography/hazmat/primitives/twofactor/hotp.py at line 2, cryptography/hazmat/primitives/twofactor/totp.py at line 2, cryptography/utils.py at line 2, cryptography/x509/__init__.py at line 2, cryptography/x509/base.py at line 2, cryptography/x509/certificate_transparency.py at line 2, cryptography/x509/extensions.py at line 2, cryptography/x509/general_name.py at line 2, cryptography/x509/name.py at line 2, cryptography/x509/ocsp.py at line 2, cryptography/x509/oid.py at line 2
  96. License text:
  97. \# This file is dual licensed under the terms of the Apache License, Version
  98. \# 2.0, and the BSD License. See the LICENSE file in the root of this repository
  99. \# for complete details.
  100. Scancode info:
  101. Original SPDX id: BSD-3-Clause
  102. Score : 100.00
  103. Match type : NOTICE
  104. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  105. Files with this license:
  106. cryptography/__about__.py [1:3]
  107. cryptography/__init__.py [1:3]
  108. cryptography/exceptions.py [1:3]
  109. cryptography/fernet.py [1:3]
  110. cryptography/hazmat/__init__.py [1:3]
  111. cryptography/hazmat/_oid.py [1:3]
  112. cryptography/hazmat/backends/__init__.py [1:3]
  113. cryptography/hazmat/backends/openssl/__init__.py [1:3]
  114. cryptography/hazmat/backends/openssl/aead.py [1:3]
  115. cryptography/hazmat/backends/openssl/backend.py [1:3]
  116. cryptography/hazmat/backends/openssl/ciphers.py [1:3]
  117. cryptography/hazmat/backends/openssl/cmac.py [1:3]
  118. cryptography/hazmat/backends/openssl/decode_asn1.py [1:3]
  119. cryptography/hazmat/backends/openssl/ec.py [1:3]
  120. cryptography/hazmat/backends/openssl/rsa.py [1:3]
  121. cryptography/hazmat/backends/openssl/utils.py [1:3]
  122. cryptography/hazmat/bindings/__init__.py [1:3]
  123. cryptography/hazmat/bindings/_rust/__init__.pyi [1:3]
  124. cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3]
  125. cryptography/hazmat/bindings/_rust/asn1.pyi [1:3]
  126. cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3]
  127. cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3]
  128. cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3]
  129. cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3]
  130. cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3]
  131. cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3]
  132. cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3]
  133. cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3]
  134. cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3]
  135. cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3]
  136. cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3]
  137. cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3]
  138. cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3]
  139. cryptography/hazmat/bindings/_rust/x509.pyi [1:3]
  140. cryptography/hazmat/bindings/openssl/__init__.py [1:3]
  141. cryptography/hazmat/bindings/openssl/_conditional.py [1:3]
  142. cryptography/hazmat/bindings/openssl/binding.py [1:3]
  143. cryptography/hazmat/primitives/__init__.py [1:3]
  144. cryptography/hazmat/primitives/_asymmetric.py [1:3]
  145. cryptography/hazmat/primitives/_cipheralgorithm.py [1:3]
  146. cryptography/hazmat/primitives/_serialization.py [1:3]
  147. cryptography/hazmat/primitives/asymmetric/__init__.py [1:3]
  148. cryptography/hazmat/primitives/asymmetric/dh.py [1:3]
  149. cryptography/hazmat/primitives/asymmetric/dsa.py [1:3]
  150. cryptography/hazmat/primitives/asymmetric/ec.py [1:3]
  151. cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3]
  152. cryptography/hazmat/primitives/asymmetric/ed448.py [1:3]
  153. cryptography/hazmat/primitives/asymmetric/padding.py [1:3]
  154. cryptography/hazmat/primitives/asymmetric/rsa.py [1:3]
  155. cryptography/hazmat/primitives/asymmetric/types.py [1:3]
  156. cryptography/hazmat/primitives/asymmetric/utils.py [1:3]
  157. cryptography/hazmat/primitives/asymmetric/x25519.py [1:3]
  158. cryptography/hazmat/primitives/asymmetric/x448.py [1:3]
  159. cryptography/hazmat/primitives/ciphers/__init__.py [1:3]
  160. cryptography/hazmat/primitives/ciphers/aead.py [1:3]
  161. cryptography/hazmat/primitives/ciphers/algorithms.py [1:3]
  162. cryptography/hazmat/primitives/ciphers/base.py [1:3]
  163. cryptography/hazmat/primitives/ciphers/modes.py [1:3]
  164. cryptography/hazmat/primitives/cmac.py [1:3]
  165. cryptography/hazmat/primitives/constant_time.py [1:3]
  166. cryptography/hazmat/primitives/hashes.py [1:3]
  167. cryptography/hazmat/primitives/hmac.py [1:3]
  168. cryptography/hazmat/primitives/kdf/__init__.py [1:3]
  169. cryptography/hazmat/primitives/kdf/concatkdf.py [1:3]
  170. cryptography/hazmat/primitives/kdf/hkdf.py [1:3]
  171. cryptography/hazmat/primitives/kdf/kbkdf.py [1:3]
  172. cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3]
  173. cryptography/hazmat/primitives/kdf/scrypt.py [1:3]
  174. cryptography/hazmat/primitives/kdf/x963kdf.py [1:3]
  175. cryptography/hazmat/primitives/keywrap.py [1:3]
  176. cryptography/hazmat/primitives/padding.py [1:3]
  177. cryptography/hazmat/primitives/poly1305.py [1:3]
  178. cryptography/hazmat/primitives/serialization/__init__.py [1:3]
  179. cryptography/hazmat/primitives/serialization/base.py [1:3]
  180. cryptography/hazmat/primitives/serialization/pkcs12.py [1:3]
  181. cryptography/hazmat/primitives/serialization/pkcs7.py [1:3]
  182. cryptography/hazmat/primitives/serialization/ssh.py [1:3]
  183. cryptography/hazmat/primitives/twofactor/__init__.py [1:3]
  184. cryptography/hazmat/primitives/twofactor/hotp.py [1:3]
  185. cryptography/hazmat/primitives/twofactor/totp.py [1:3]
  186. cryptography/utils.py [1:3]
  187. cryptography/x509/__init__.py [1:3]
  188. cryptography/x509/base.py [1:3]
  189. cryptography/x509/certificate_transparency.py [1:3]
  190. cryptography/x509/extensions.py [1:3]
  191. cryptography/x509/general_name.py [1:3]
  192. cryptography/x509/name.py [1:3]
  193. cryptography/x509/ocsp.py [1:3]
  194. cryptography/x509/oid.py [1:3]
  195. Scancode info:
  196. Original SPDX id: Apache-2.0
  197. Score : 100.00
  198. Match type : NOTICE
  199. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  200. Files with this license:
  201. cryptography/__about__.py [1:3]
  202. cryptography/__init__.py [1:3]
  203. cryptography/exceptions.py [1:3]
  204. cryptography/fernet.py [1:3]
  205. cryptography/hazmat/__init__.py [1:3]
  206. cryptography/hazmat/_oid.py [1:3]
  207. cryptography/hazmat/backends/__init__.py [1:3]
  208. cryptography/hazmat/backends/openssl/__init__.py [1:3]
  209. cryptography/hazmat/backends/openssl/aead.py [1:3]
  210. cryptography/hazmat/backends/openssl/backend.py [1:3]
  211. cryptography/hazmat/backends/openssl/ciphers.py [1:3]
  212. cryptography/hazmat/backends/openssl/cmac.py [1:3]
  213. cryptography/hazmat/backends/openssl/decode_asn1.py [1:3]
  214. cryptography/hazmat/backends/openssl/ec.py [1:3]
  215. cryptography/hazmat/backends/openssl/rsa.py [1:3]
  216. cryptography/hazmat/backends/openssl/utils.py [1:3]
  217. cryptography/hazmat/bindings/__init__.py [1:3]
  218. cryptography/hazmat/bindings/_rust/__init__.pyi [1:3]
  219. cryptography/hazmat/bindings/_rust/_openssl.pyi [1:3]
  220. cryptography/hazmat/bindings/_rust/asn1.pyi [1:3]
  221. cryptography/hazmat/bindings/_rust/exceptions.pyi [1:3]
  222. cryptography/hazmat/bindings/_rust/ocsp.pyi [1:3]
  223. cryptography/hazmat/bindings/_rust/openssl/__init__.pyi [1:3]
  224. cryptography/hazmat/bindings/_rust/openssl/dh.pyi [1:3]
  225. cryptography/hazmat/bindings/_rust/openssl/dsa.pyi [1:3]
  226. cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi [1:3]
  227. cryptography/hazmat/bindings/_rust/openssl/ed448.pyi [1:3]
  228. cryptography/hazmat/bindings/_rust/openssl/hashes.pyi [1:3]
  229. cryptography/hazmat/bindings/_rust/openssl/hmac.pyi [1:3]
  230. cryptography/hazmat/bindings/_rust/openssl/kdf.pyi [1:3]
  231. cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi [1:3]
  232. cryptography/hazmat/bindings/_rust/openssl/x25519.pyi [1:3]
  233. cryptography/hazmat/bindings/_rust/openssl/x448.pyi [1:3]
  234. cryptography/hazmat/bindings/_rust/x509.pyi [1:3]
  235. cryptography/hazmat/bindings/openssl/__init__.py [1:3]
  236. cryptography/hazmat/bindings/openssl/_conditional.py [1:3]
  237. cryptography/hazmat/bindings/openssl/binding.py [1:3]
  238. cryptography/hazmat/primitives/__init__.py [1:3]
  239. cryptography/hazmat/primitives/_asymmetric.py [1:3]
  240. cryptography/hazmat/primitives/_cipheralgorithm.py [1:3]
  241. cryptography/hazmat/primitives/_serialization.py [1:3]
  242. cryptography/hazmat/primitives/asymmetric/__init__.py [1:3]
  243. cryptography/hazmat/primitives/asymmetric/dh.py [1:3]
  244. cryptography/hazmat/primitives/asymmetric/dsa.py [1:3]
  245. cryptography/hazmat/primitives/asymmetric/ec.py [1:3]
  246. cryptography/hazmat/primitives/asymmetric/ed25519.py [1:3]
  247. cryptography/hazmat/primitives/asymmetric/ed448.py [1:3]
  248. cryptography/hazmat/primitives/asymmetric/padding.py [1:3]
  249. cryptography/hazmat/primitives/asymmetric/rsa.py [1:3]
  250. cryptography/hazmat/primitives/asymmetric/types.py [1:3]
  251. cryptography/hazmat/primitives/asymmetric/utils.py [1:3]
  252. cryptography/hazmat/primitives/asymmetric/x25519.py [1:3]
  253. cryptography/hazmat/primitives/asymmetric/x448.py [1:3]
  254. cryptography/hazmat/primitives/ciphers/__init__.py [1:3]
  255. cryptography/hazmat/primitives/ciphers/aead.py [1:3]
  256. cryptography/hazmat/primitives/ciphers/algorithms.py [1:3]
  257. cryptography/hazmat/primitives/ciphers/base.py [1:3]
  258. cryptography/hazmat/primitives/ciphers/modes.py [1:3]
  259. cryptography/hazmat/primitives/cmac.py [1:3]
  260. cryptography/hazmat/primitives/constant_time.py [1:3]
  261. cryptography/hazmat/primitives/hashes.py [1:3]
  262. cryptography/hazmat/primitives/hmac.py [1:3]
  263. cryptography/hazmat/primitives/kdf/__init__.py [1:3]
  264. cryptography/hazmat/primitives/kdf/concatkdf.py [1:3]
  265. cryptography/hazmat/primitives/kdf/hkdf.py [1:3]
  266. cryptography/hazmat/primitives/kdf/kbkdf.py [1:3]
  267. cryptography/hazmat/primitives/kdf/pbkdf2.py [1:3]
  268. cryptography/hazmat/primitives/kdf/scrypt.py [1:3]
  269. cryptography/hazmat/primitives/kdf/x963kdf.py [1:3]
  270. cryptography/hazmat/primitives/keywrap.py [1:3]
  271. cryptography/hazmat/primitives/padding.py [1:3]
  272. cryptography/hazmat/primitives/poly1305.py [1:3]
  273. cryptography/hazmat/primitives/serialization/__init__.py [1:3]
  274. cryptography/hazmat/primitives/serialization/base.py [1:3]
  275. cryptography/hazmat/primitives/serialization/pkcs12.py [1:3]
  276. cryptography/hazmat/primitives/serialization/pkcs7.py [1:3]
  277. cryptography/hazmat/primitives/serialization/ssh.py [1:3]
  278. cryptography/hazmat/primitives/twofactor/__init__.py [1:3]
  279. cryptography/hazmat/primitives/twofactor/hotp.py [1:3]
  280. cryptography/hazmat/primitives/twofactor/totp.py [1:3]
  281. cryptography/utils.py [1:3]
  282. cryptography/x509/__init__.py [1:3]
  283. cryptography/x509/base.py [1:3]
  284. cryptography/x509/certificate_transparency.py [1:3]
  285. cryptography/x509/extensions.py [1:3]
  286. cryptography/x509/general_name.py [1:3]
  287. cryptography/x509/name.py [1:3]
  288. cryptography/x509/ocsp.py [1:3]
  289. cryptography/x509/oid.py [1:3]
  290. KEEP Apache-2.0 cac6cbe8ed5a3da569f7c01e4e486688
  291. BELONGS ya.make
  292. Note: matched license text is too long. Read it in the source files.
  293. Scancode info:
  294. Original SPDX id: Apache-2.0
  295. Score : 100.00
  296. Match type : TEXT
  297. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  298. Files with this license:
  299. LICENSE.APACHE [2:202]
  300. KEEP Apache-2.0 AND BSD-3-Clause e22407f08ab709bace8dd0e3c717917d
  301. BELONGS ya.make
  302. License text:
  303. License: Apache-2.0 OR BSD-3-Clause
  304. Scancode info:
  305. Original SPDX id: Apache-2.0
  306. Score : 100.00
  307. Match type : TAG
  308. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  309. Files with this license:
  310. .dist-info/METADATA [6:6]
  311. Scancode info:
  312. Original SPDX id: BSD-3-Clause
  313. Score : 100.00
  314. Match type : REFERENCE
  315. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  316. Files with this license:
  317. .dist-info/METADATA [6:6]
  318. KEEP BSD-3-Clause AND Apache-2.0 fb4b1826cb15b4715a1a70cdb1bd23a9
  319. BELONGS ya.make
  320. FILE_INCLUDE LICENSE.APACHE found in files: LICENSE at line 2
  321. FILE_INCLUDE LICENSE.BSD found in files: LICENSE at line 2
  322. License text:
  323. This software is made available under the terms of *either* of the licenses
  324. found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
  325. under the terms of *both* these licenses.
  326. Scancode info:
  327. Original SPDX id: BSD-3-Clause
  328. Score : 90.91
  329. Match type : NOTICE
  330. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  331. Files with this license:
  332. LICENSE [1:3]
  333. Scancode info:
  334. Original SPDX id: Apache-2.0
  335. Score : 90.91
  336. Match type : NOTICE
  337. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  338. Files with this license:
  339. LICENSE [1:3]