devtools.copyrights.report 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
  7. # $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
  8. # $ # user comments
  9. # $
  10. # ${action} {license id} {license text hash}
  11. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  12. # ${all_file_action} filename
  13. # $ # user commentaries (many lines)
  14. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  15. # ${action} {license spdx} {license text hash}
  16. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  17. # ${all_file_action} filename
  18. # $ # user commentaries
  19. # $ generated description
  20. # $ ...
  21. #
  22. # You can modify action, all_file_action and add commentaries
  23. # Available actions:
  24. # keep - keep license in contrib and use in credits
  25. # skip - skip license
  26. # remove - remove all files with this license
  27. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  28. #
  29. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  30. # We suppose that that files can contain some license info
  31. # Available all file actions:
  32. # FILE_IGNORE - ignore file (do nothing)
  33. # FILE_INCLUDE - include all file data into licenses text file
  34. # =======================
  35. KEEP COPYRIGHT_SERVICE_LABEL 0b26996bfb42c528af128697232328ba
  36. BELONGS ya.make
  37. License text:
  38. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  39. Scancode info:
  40. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  41. Score : 100.00
  42. Match type : COPYRIGHT
  43. Files with this license:
  44. NOTICE [2:2]
  45. include/aws/http/connection.h [5:5]
  46. include/aws/http/connection_manager.h [5:5]
  47. include/aws/http/exports.h [5:5]
  48. include/aws/http/http.h [5:5]
  49. include/aws/http/http2_stream_manager.h [5:5]
  50. include/aws/http/private/connection_impl.h [5:5]
  51. include/aws/http/private/connection_manager_system_vtable.h [5:5]
  52. include/aws/http/private/connection_monitor.h [5:5]
  53. include/aws/http/private/h1_connection.h [5:5]
  54. include/aws/http/private/h1_decoder.h [5:5]
  55. include/aws/http/private/h1_encoder.h [4:4]
  56. include/aws/http/private/h1_stream.h [4:4]
  57. include/aws/http/private/h2_connection.h [5:5]
  58. include/aws/http/private/h2_decoder.h [5:5]
  59. include/aws/http/private/h2_frames.h [5:5]
  60. include/aws/http/private/h2_stream.h [5:5]
  61. include/aws/http/private/hpack.h [5:5]
  62. include/aws/http/private/hpack_header_static_table.def [2:2]
  63. include/aws/http/private/http2_stream_manager_impl.h [5:5]
  64. include/aws/http/private/http_impl.h [5:5]
  65. include/aws/http/private/proxy_impl.h [5:5]
  66. include/aws/http/private/random_access_set.h [5:5]
  67. include/aws/http/private/request_response_impl.h [5:5]
  68. include/aws/http/private/strutil.h [5:5]
  69. include/aws/http/private/websocket_decoder.h [5:5]
  70. include/aws/http/private/websocket_encoder.h [5:5]
  71. include/aws/http/private/websocket_impl.h [5:5]
  72. include/aws/http/proxy.h [5:5]
  73. include/aws/http/request_response.h [5:5]
  74. include/aws/http/server.h [5:5]
  75. include/aws/http/statistics.h [5:5]
  76. include/aws/http/status_code.h [5:5]
  77. include/aws/http/websocket.h [4:4]
  78. source/connection.c [2:2]
  79. source/connection_manager.c [2:2]
  80. source/connection_monitor.c [2:2]
  81. source/h1_connection.c [2:2]
  82. source/h1_decoder.c [2:2]
  83. source/h1_encoder.c [2:2]
  84. source/h1_stream.c [2:2]
  85. source/h2_connection.c [2:2]
  86. source/h2_decoder.c [2:2]
  87. source/h2_frames.c [2:2]
  88. source/h2_stream.c [2:2]
  89. source/hpack.c [2:2]
  90. source/hpack_decoder.c [2:2]
  91. source/hpack_encoder.c [2:2]
  92. source/hpack_huffman_static.c [2:2]
  93. source/http.c [2:2]
  94. source/http2_stream_manager.c [2:2]
  95. source/proxy_connection.c [2:2]
  96. source/proxy_strategy.c [2:2]
  97. source/random_access_set.c [3:3]
  98. source/request_response.c [2:2]
  99. source/statistics.c [2:2]
  100. source/strutil.c [2:2]
  101. source/websocket.c [2:2]
  102. source/websocket_bootstrap.c [2:2]
  103. source/websocket_decoder.c [2:2]
  104. source/websocket_encoder.c [2:2]