devtools.copyrights.report 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # ${action} {license id} {license text hash}
  7. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  8. # ${all_file_action} filename
  9. # $ # user commentaries (many lines)
  10. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  11. # ${action} {license spdx} {license text hash}
  12. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  13. # ${all_file_action} filename
  14. # $ # user commentaries
  15. # $ generated description
  16. # $ ...
  17. #
  18. # You can modify action, all_file_action and add commentaries
  19. # Available actions:
  20. # keep - keep license in contrib and use in credits
  21. # skip - skip license
  22. # remove - remove all files with this license
  23. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  24. #
  25. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  26. # We suppose that that files can contain some license info
  27. # Available all file actions:
  28. # FILE_IGNORE - ignore file (do nothing)
  29. # FILE_INCLUDE - include all file data into licenses text file
  30. # =======================
  31. KEEP COPYRIGHT_SERVICE_LABEL 0b26996bfb42c528af128697232328ba
  32. BELONGS ya.make
  33. License text:
  34. * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  35. Scancode info:
  36. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  37. Score : 100.00
  38. Match type : COPYRIGHT
  39. Files with this license:
  40. api/s2n.h [2:2]
  41. api/unstable/crl.h [2:2]
  42. api/unstable/fingerprint.h [2:2]
  43. api/unstable/ktls.h [2:2]
  44. api/unstable/npn.h [2:2]
  45. api/unstable/renegotiate.h [2:2]
  46. crypto/s2n_aead_cipher_aes_gcm.c [2:2]
  47. crypto/s2n_aead_cipher_chacha20_poly1305.c [2:2]
  48. crypto/s2n_cbc_cipher_3des.c [2:2]
  49. crypto/s2n_cbc_cipher_aes.c [2:2]
  50. crypto/s2n_certificate.c [2:2]
  51. crypto/s2n_certificate.h [2:2]
  52. crypto/s2n_cipher.c [2:2]
  53. crypto/s2n_cipher.h [2:2]
  54. crypto/s2n_composite_cipher_aes_sha.c [2:2]
  55. crypto/s2n_crypto.c [2:2]
  56. crypto/s2n_crypto.h [2:2]
  57. crypto/s2n_dhe.c [2:2]
  58. crypto/s2n_dhe.h [2:2]
  59. crypto/s2n_drbg.c [2:2]
  60. crypto/s2n_drbg.h [2:2]
  61. crypto/s2n_ecc_evp.c [2:2]
  62. crypto/s2n_ecc_evp.h [2:2]
  63. crypto/s2n_ecdsa.c [2:2]
  64. crypto/s2n_ecdsa.h [2:2]
  65. crypto/s2n_evp.c [2:2]
  66. crypto/s2n_evp.h [2:2]
  67. crypto/s2n_evp_signing.c [2:2]
  68. crypto/s2n_evp_signing.h [2:2]
  69. crypto/s2n_fips.c [2:2]
  70. crypto/s2n_fips.h [2:2]
  71. crypto/s2n_hash.c [2:2]
  72. crypto/s2n_hash.h [2:2]
  73. crypto/s2n_hkdf.c [2:2]
  74. crypto/s2n_hkdf.h [2:2]
  75. crypto/s2n_hmac.c [2:2]
  76. crypto/s2n_hmac.h [2:2]
  77. crypto/s2n_ktls_crypto.h [2:2]
  78. crypto/s2n_libcrypto.c [2:2]
  79. crypto/s2n_libcrypto.h [2:2]
  80. crypto/s2n_locking.c [2:2]
  81. crypto/s2n_locking.h [2:2]
  82. crypto/s2n_openssl.h [2:2]
  83. crypto/s2n_openssl_evp.h [2:2]
  84. crypto/s2n_openssl_x509.c [2:2]
  85. crypto/s2n_openssl_x509.h [2:2]
  86. crypto/s2n_pkey.c [2:2]
  87. crypto/s2n_pkey.h [2:2]
  88. crypto/s2n_rsa.c [2:2]
  89. crypto/s2n_rsa.h [2:2]
  90. crypto/s2n_rsa_pss.c [2:2]
  91. crypto/s2n_rsa_pss.h [2:2]
  92. crypto/s2n_rsa_signing.c [2:2]
  93. crypto/s2n_rsa_signing.h [2:2]
  94. crypto/s2n_sequence.c [2:2]
  95. crypto/s2n_sequence.h [2:2]
  96. crypto/s2n_signature.h [1:1]
  97. crypto/s2n_stream_cipher_null.c [2:2]
  98. crypto/s2n_stream_cipher_rc4.c [2:2]
  99. crypto/s2n_tls13_keys.c [2:2]
  100. crypto/s2n_tls13_keys.h [2:2]
  101. error/s2n_errno.c [2:2]
  102. error/s2n_errno.h [2:2]
  103. pq-crypto/s2n_kyber_evp.c [2:2]
  104. pq-crypto/s2n_kyber_evp.h [2:2]
  105. pq-crypto/s2n_pq.c [2:2]
  106. pq-crypto/s2n_pq.h [2:2]
  107. pq-crypto/s2n_pq_asm.h [2:2]
  108. pq-crypto/s2n_pq_random.c [2:2]
  109. pq-crypto/s2n_pq_random.h [2:2]
  110. stuffer/s2n_stuffer.c [2:2]
  111. stuffer/s2n_stuffer.h [2:2]
  112. stuffer/s2n_stuffer_base64.c [2:2]
  113. stuffer/s2n_stuffer_file.c [2:2]
  114. stuffer/s2n_stuffer_network_order.c [2:2]
  115. stuffer/s2n_stuffer_pem.c [2:2]
  116. stuffer/s2n_stuffer_text.c [2:2]
  117. tls/extensions/s2n_cert_status.c [2:2]
  118. tls/extensions/s2n_cert_status.h [2:2]
  119. tls/extensions/s2n_cert_status_response.c [2:2]
  120. tls/extensions/s2n_cert_status_response.h [2:2]
  121. tls/extensions/s2n_client_alpn.c [2:2]
  122. tls/extensions/s2n_client_alpn.h [2:2]
  123. tls/extensions/s2n_client_cert_status_request.c [2:2]
  124. tls/extensions/s2n_client_cert_status_request.h [2:2]
  125. tls/extensions/s2n_client_cookie.c [2:2]
  126. tls/extensions/s2n_client_early_data_indication.c [2:2]
  127. tls/extensions/s2n_client_ems.c [2:2]
  128. tls/extensions/s2n_client_key_share.c [2:2]
  129. tls/extensions/s2n_client_key_share.h [2:2]
  130. tls/extensions/s2n_client_max_frag_len.c [2:2]
  131. tls/extensions/s2n_client_max_frag_len.h [2:2]
  132. tls/extensions/s2n_client_pq_kem.c [2:2]
  133. tls/extensions/s2n_client_pq_kem.h [2:2]
  134. tls/extensions/s2n_client_psk.c [2:2]
  135. tls/extensions/s2n_client_psk.h [2:2]
  136. tls/extensions/s2n_client_renegotiation_info.c [2:2]
  137. tls/extensions/s2n_client_renegotiation_info.h [2:2]
  138. tls/extensions/s2n_client_sct_list.c [2:2]
  139. tls/extensions/s2n_client_sct_list.h [2:2]
  140. tls/extensions/s2n_client_server_name.c [2:2]
  141. tls/extensions/s2n_client_server_name.h [2:2]
  142. tls/extensions/s2n_client_session_ticket.c [2:2]
  143. tls/extensions/s2n_client_session_ticket.h [2:2]
  144. tls/extensions/s2n_client_signature_algorithms.c [2:2]
  145. tls/extensions/s2n_client_signature_algorithms.h [2:2]
  146. tls/extensions/s2n_client_supported_groups.c [2:2]
  147. tls/extensions/s2n_client_supported_groups.h [2:2]
  148. tls/extensions/s2n_client_supported_versions.c [2:2]
  149. tls/extensions/s2n_client_supported_versions.h [2:2]
  150. tls/extensions/s2n_cookie.h [2:2]
  151. tls/extensions/s2n_early_data_indication.h [2:2]
  152. tls/extensions/s2n_ec_point_format.c [2:2]
  153. tls/extensions/s2n_ec_point_format.h [2:2]
  154. tls/extensions/s2n_ems.h [2:2]
  155. tls/extensions/s2n_extension_list.c [2:2]
  156. tls/extensions/s2n_extension_list.h [2:2]
  157. tls/extensions/s2n_extension_type.c [2:2]
  158. tls/extensions/s2n_extension_type.h [2:2]
  159. tls/extensions/s2n_extension_type_lists.c [2:2]
  160. tls/extensions/s2n_extension_type_lists.h [2:2]
  161. tls/extensions/s2n_key_share.c [2:2]
  162. tls/extensions/s2n_key_share.h [2:2]
  163. tls/extensions/s2n_npn.c [2:2]
  164. tls/extensions/s2n_npn.h [2:2]
  165. tls/extensions/s2n_nst_early_data_indication.c [2:2]
  166. tls/extensions/s2n_psk_key_exchange_modes.c [2:2]
  167. tls/extensions/s2n_psk_key_exchange_modes.h [2:2]
  168. tls/extensions/s2n_quic_transport_params.c [2:2]
  169. tls/extensions/s2n_quic_transport_params.h [2:2]
  170. tls/extensions/s2n_server_alpn.c [2:2]
  171. tls/extensions/s2n_server_alpn.h [2:2]
  172. tls/extensions/s2n_server_cert_status_request.c [2:2]
  173. tls/extensions/s2n_server_cert_status_request.h [2:2]
  174. tls/extensions/s2n_server_cookie.c [2:2]
  175. tls/extensions/s2n_server_early_data_indication.c [2:2]
  176. tls/extensions/s2n_server_ems.c [2:2]
  177. tls/extensions/s2n_server_key_share.c [2:2]
  178. tls/extensions/s2n_server_key_share.h [2:2]
  179. tls/extensions/s2n_server_max_fragment_length.c [2:2]
  180. tls/extensions/s2n_server_max_fragment_length.h [2:2]
  181. tls/extensions/s2n_server_psk.c [2:2]
  182. tls/extensions/s2n_server_psk.h [2:2]
  183. tls/extensions/s2n_server_renegotiation_info.c [2:2]
  184. tls/extensions/s2n_server_renegotiation_info.h [2:2]
  185. tls/extensions/s2n_server_sct_list.c [2:2]
  186. tls/extensions/s2n_server_sct_list.h [2:2]
  187. tls/extensions/s2n_server_server_name.c [2:2]
  188. tls/extensions/s2n_server_server_name.h [2:2]
  189. tls/extensions/s2n_server_session_ticket.c [2:2]
  190. tls/extensions/s2n_server_session_ticket.h [2:2]
  191. tls/extensions/s2n_server_signature_algorithms.c [2:2]
  192. tls/extensions/s2n_server_signature_algorithms.h [2:2]
  193. tls/extensions/s2n_server_supported_versions.c [2:2]
  194. tls/extensions/s2n_server_supported_versions.h [2:2]
  195. tls/extensions/s2n_supported_versions.c [2:2]
  196. tls/extensions/s2n_supported_versions.h [2:2]
  197. tls/s2n_aead.c [2:2]
  198. tls/s2n_alerts.c [2:2]
  199. tls/s2n_alerts.h [2:2]
  200. tls/s2n_async_pkey.c [2:2]
  201. tls/s2n_async_pkey.h [2:2]
  202. tls/s2n_auth_selection.c [2:2]
  203. tls/s2n_auth_selection.h [2:2]
  204. tls/s2n_cbc.c [2:2]
  205. tls/s2n_change_cipher_spec.c [2:2]
  206. tls/s2n_cipher_preferences.c [2:2]
  207. tls/s2n_cipher_preferences.h [2:2]
  208. tls/s2n_cipher_suites.c [2:2]
  209. tls/s2n_cipher_suites.h [2:2]
  210. tls/s2n_client_cert.c [2:2]
  211. tls/s2n_client_cert_verify.c [2:2]
  212. tls/s2n_client_finished.c [2:2]
  213. tls/s2n_client_hello.c [2:2]
  214. tls/s2n_client_hello.h [2:2]
  215. tls/s2n_client_hello_request.c [2:2]
  216. tls/s2n_client_key_exchange.c [2:2]
  217. tls/s2n_client_key_exchange.h [2:2]
  218. tls/s2n_config.c [2:2]
  219. tls/s2n_config.h [2:2]
  220. tls/s2n_connection.c [2:2]
  221. tls/s2n_connection.h [2:2]
  222. tls/s2n_crl.c [2:2]
  223. tls/s2n_crl.h [2:2]
  224. tls/s2n_crypto.c [2:2]
  225. tls/s2n_crypto.h [2:2]
  226. tls/s2n_crypto_constants.h [2:2]
  227. tls/s2n_early_data.c [2:2]
  228. tls/s2n_early_data.h [2:2]
  229. tls/s2n_early_data_io.c [2:2]
  230. tls/s2n_ecc_preferences.c [2:2]
  231. tls/s2n_ecc_preferences.h [2:2]
  232. tls/s2n_encrypted_extensions.c [2:2]
  233. tls/s2n_fingerprint.c [2:2]
  234. tls/s2n_handshake.c [2:2]
  235. tls/s2n_handshake.h [2:2]
  236. tls/s2n_handshake_hashes.c [2:2]
  237. tls/s2n_handshake_hashes.h [2:2]
  238. tls/s2n_handshake_io.c [2:2]
  239. tls/s2n_handshake_transcript.c [2:2]
  240. tls/s2n_handshake_type.c [2:2]
  241. tls/s2n_handshake_type.h [2:2]
  242. tls/s2n_internal.h [2:2]
  243. tls/s2n_kem.c [2:2]
  244. tls/s2n_kem.h [2:2]
  245. tls/s2n_kem_preferences.c [2:2]
  246. tls/s2n_kem_preferences.h [2:2]
  247. tls/s2n_kex.c [2:2]
  248. tls/s2n_kex.h [2:2]
  249. tls/s2n_kex_data.h [2:2]
  250. tls/s2n_key_log.c [2:2]
  251. tls/s2n_key_log.h [2:2]
  252. tls/s2n_key_update.c [2:2]
  253. tls/s2n_key_update.h [2:2]
  254. tls/s2n_ktls.c [2:2]
  255. tls/s2n_ktls.h [2:2]
  256. tls/s2n_ktls_io.c [2:2]
  257. tls/s2n_ktls_parameters.h [2:2]
  258. tls/s2n_next_protocol.c [2:2]
  259. tls/s2n_ocsp_stapling.c [2:2]
  260. tls/s2n_post_handshake.c [2:2]
  261. tls/s2n_post_handshake.h [2:2]
  262. tls/s2n_prf.c [2:2]
  263. tls/s2n_prf.h [2:2]
  264. tls/s2n_protocol_preferences.c [2:2]
  265. tls/s2n_protocol_preferences.h [2:2]
  266. tls/s2n_psk.c [2:2]
  267. tls/s2n_psk.h [2:2]
  268. tls/s2n_quic_support.c [2:2]
  269. tls/s2n_quic_support.h [2:2]
  270. tls/s2n_record.h [2:2]
  271. tls/s2n_record_read.c [2:2]
  272. tls/s2n_record_read.h [2:2]
  273. tls/s2n_record_read_aead.c [2:2]
  274. tls/s2n_record_read_cbc.c [2:2]
  275. tls/s2n_record_read_composite.c [2:2]
  276. tls/s2n_record_read_stream.c [2:2]
  277. tls/s2n_record_write.c [2:2]
  278. tls/s2n_recv.c [2:2]
  279. tls/s2n_renegotiate.c [2:2]
  280. tls/s2n_renegotiate.h [2:2]
  281. tls/s2n_resume.c [2:2]
  282. tls/s2n_resume.h [2:2]
  283. tls/s2n_security_policies.c [2:2]
  284. tls/s2n_security_policies.h [2:2]
  285. tls/s2n_send.c [2:2]
  286. tls/s2n_server_cert.c [2:2]
  287. tls/s2n_server_cert_request.c [2:2]
  288. tls/s2n_server_done.c [2:2]
  289. tls/s2n_server_extensions.c [2:2]
  290. tls/s2n_server_extensions.h [2:2]
  291. tls/s2n_server_finished.c [2:2]
  292. tls/s2n_server_hello.c [2:2]
  293. tls/s2n_server_hello_retry.c [2:2]
  294. tls/s2n_server_key_exchange.c [2:2]
  295. tls/s2n_server_key_exchange.h [2:2]
  296. tls/s2n_server_new_session_ticket.c [2:2]
  297. tls/s2n_shutdown.c [2:2]
  298. tls/s2n_signature_algorithms.c [2:2]
  299. tls/s2n_signature_algorithms.h [2:2]
  300. tls/s2n_signature_scheme.c [2:2]
  301. tls/s2n_signature_scheme.h [2:2]
  302. tls/s2n_tls.c [2:2]
  303. tls/s2n_tls.h [2:2]
  304. tls/s2n_tls13.c [2:2]
  305. tls/s2n_tls13.h [2:2]
  306. tls/s2n_tls13_certificate_verify.c [2:2]
  307. tls/s2n_tls13_certificate_verify.h [2:2]
  308. tls/s2n_tls13_handshake.c [2:2]
  309. tls/s2n_tls13_handshake.h [2:2]
  310. tls/s2n_tls13_key_schedule.c [2:2]
  311. tls/s2n_tls13_key_schedule.h [2:2]
  312. tls/s2n_tls13_secrets.c [2:2]
  313. tls/s2n_tls13_secrets.h [2:2]
  314. tls/s2n_tls_parameters.h [2:2]
  315. tls/s2n_x509_validator.c [2:2]
  316. tls/s2n_x509_validator.h [2:2]
  317. utils/s2n_annotations.h [2:2]
  318. utils/s2n_array.c [2:2]
  319. utils/s2n_array.h [2:2]
  320. utils/s2n_atomic.c [2:2]
  321. utils/s2n_atomic.h [2:2]
  322. utils/s2n_bitmap.h [2:2]
  323. utils/s2n_blob.c [2:2]
  324. utils/s2n_blob.h [2:2]
  325. utils/s2n_compiler.h [2:2]
  326. utils/s2n_ensure.c [2:2]
  327. utils/s2n_ensure.h [2:2]
  328. utils/s2n_fork_detection.c [2:2]
  329. utils/s2n_fork_detection.h [2:2]
  330. utils/s2n_init.c [2:2]
  331. utils/s2n_init.h [2:2]
  332. utils/s2n_io.c [2:2]
  333. utils/s2n_io.h [2:2]
  334. utils/s2n_map.c [2:2]
  335. utils/s2n_map.h [2:2]
  336. utils/s2n_map_internal.h [2:2]
  337. utils/s2n_mem.c [2:2]
  338. utils/s2n_mem.h [2:2]
  339. utils/s2n_random.c [2:2]
  340. utils/s2n_random.h [2:2]
  341. utils/s2n_result.c [2:2]
  342. utils/s2n_result.h [2:2]
  343. utils/s2n_rfc5952.c [2:2]
  344. utils/s2n_rfc5952.h [3:3]
  345. utils/s2n_safety.c [2:2]
  346. utils/s2n_safety.h [2:2]
  347. utils/s2n_safety_macros.h [3:3]
  348. utils/s2n_set.c [2:2]
  349. utils/s2n_set.h [2:2]
  350. utils/s2n_socket.c [2:2]
  351. utils/s2n_socket.h [2:2]
  352. utils/s2n_timer.c [2:2]
  353. utils/s2n_timer.h [2:2]
  354. KEEP COPYRIGHT_SERVICE_LABEL 94df8e6c5401627dfdf66b8d42e0c2f7
  355. BELONGS ya.make
  356. License text:
  357. Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
  358. Scancode info:
  359. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  360. Score : 100.00
  361. Match type : COPYRIGHT
  362. Files with this license:
  363. pq-crypto/kyber_r3/KeccakP-brg_endian_avx2.h [3:3]
  364. KEEP COPYRIGHT_SERVICE_LABEL c04990393dc236bdadd91d1664e966b7
  365. BELONGS ya.make
  366. License text:
  367. * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  368. Scancode info:
  369. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  370. Score : 100.00
  371. Match type : COPYRIGHT
  372. Files with this license:
  373. tls/s2n_establish_session.c [2:2]