devtools.copyrights.report 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. include/aws/crt/Allocator.h [3:3]
  45. include/aws/crt/Api.h [3:3]
  46. include/aws/crt/Config.h [3:3]
  47. include/aws/crt/DateTime.h [3:3]
  48. include/aws/crt/ImdsClient.h [3:3]
  49. include/aws/crt/JsonObject.h [3:3]
  50. include/aws/crt/Optional.h [3:3]
  51. include/aws/crt/RefCounted.h [3:3]
  52. include/aws/crt/StlAllocator.h [3:3]
  53. include/aws/crt/StringUtils.h [3:3]
  54. include/aws/crt/StringView.h [3:3]
  55. include/aws/crt/Types.h [3:3]
  56. include/aws/crt/UUID.h [3:3]
  57. include/aws/crt/auth/Credentials.h [3:3]
  58. include/aws/crt/auth/Signing.h [3:3]
  59. include/aws/crt/auth/Sigv4Signing.h [3:3]
  60. include/aws/crt/crypto/HMAC.h [3:3]
  61. include/aws/crt/crypto/Hash.h [3:3]
  62. include/aws/crt/endpoints/RuleEngine.h [3:3]
  63. include/aws/crt/http/HttpConnection.h [3:3]
  64. include/aws/crt/http/HttpConnectionManager.h [3:3]
  65. include/aws/crt/http/HttpProxyStrategy.h [3:3]
  66. include/aws/crt/http/HttpRequestResponse.h [3:3]
  67. include/aws/crt/io/Bootstrap.h [3:3]
  68. include/aws/crt/io/ChannelHandler.h [3:3]
  69. include/aws/crt/io/EventLoopGroup.h [3:3]
  70. include/aws/crt/io/HostResolver.h [3:3]
  71. include/aws/crt/io/Pkcs11.h [3:3]
  72. include/aws/crt/io/SocketOptions.h [3:3]
  73. include/aws/crt/io/Stream.h [3:3]
  74. include/aws/crt/io/TlsOptions.h [3:3]
  75. include/aws/crt/io/Uri.h [3:3]
  76. include/aws/crt/mqtt/Mqtt5Client.h [3:3]
  77. include/aws/crt/mqtt/Mqtt5Packets.h [3:3]
  78. include/aws/crt/mqtt/Mqtt5Types.h [3:3]
  79. include/aws/crt/mqtt/MqttClient.h [3:3]
  80. include/aws/iot/Mqtt5Client.h [3:3]
  81. include/aws/iot/MqttClient.h [3:3]
  82. include/aws/iot/MqttCommon.h [3:3]
  83. source/Allocator.cpp [2:2]
  84. source/Api.cpp [2:2]
  85. source/DateTime.cpp [2:2]
  86. source/ImdsClient.cpp [2:2]
  87. source/JsonObject.cpp [2:2]
  88. source/StringUtils.cpp [2:2]
  89. source/Types.cpp [2:2]
  90. source/UUID.cpp [2:2]
  91. source/auth/Credentials.cpp [2:2]
  92. source/auth/Sigv4Signing.cpp [2:2]
  93. source/crypto/HMAC.cpp [2:2]
  94. source/crypto/Hash.cpp [2:2]
  95. source/endpoints/RuleEngine.cpp [2:2]
  96. source/http/HttpConnection.cpp [2:2]
  97. source/http/HttpConnectionManager.cpp [2:2]
  98. source/http/HttpProxyStrategy.cpp [2:2]
  99. source/http/HttpRequestResponse.cpp [2:2]
  100. source/io/Bootstrap.cpp [2:2]
  101. source/io/ChannelHandler.cpp [2:2]
  102. source/io/EventLoopGroup.cpp [2:2]
  103. source/io/HostResolver.cpp [2:2]
  104. source/io/Pkcs11.cpp [2:2]
  105. source/io/SocketOptions.cpp [2:2]
  106. source/io/Stream.cpp [2:2]
  107. source/io/TlsOptions.cpp [2:2]
  108. source/io/Uri.cpp [2:2]
  109. source/iot/Mqtt5Client.cpp [2:2]
  110. source/iot/MqttClient.cpp [2:2]
  111. source/iot/MqttCommon.cpp [2:2]
  112. source/mqtt/Mqtt5Client.cpp [2:2]
  113. source/mqtt/Mqtt5Packets.cpp [2:2]
  114. source/mqtt/MqttClient.cpp [2:2]
  115. KEEP COPYRIGHT_SERVICE_LABEL b31e8701a4bbdd2815b5622e4729c99e
  116. BELONGS ya.make
  117. License text:
  118. *Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  119. Scancode info:
  120. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  121. Score : 100.00
  122. Match type : COPYRIGHT
  123. Files with this license:
  124. include/aws/crt/Exports.h [4:4]
  125. KEEP COPYRIGHT_SERVICE_LABEL b4214fdd3b33dc734c2a39eeb8734c7d
  126. BELONGS ya.make
  127. License text:
  128. * Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  129. Scancode info:
  130. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  131. Score : 100.00
  132. Match type : COPYRIGHT
  133. Files with this license:
  134. include/aws/crt/external/cJSON.h [30:30]
  135. source/external/cJSON.cpp [30:30]
  136. KEEP COPYRIGHT_SERVICE_LABEL bdcf211d81a69c0f282fb7543c1a24a7
  137. BELONGS ya.make
  138. License text:
  139. Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
  140. Scancode info:
  141. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  142. Score : 100.00
  143. Match type : COPYRIGHT
  144. Files with this license:
  145. include/aws/crt/external/cJSON.h [2:2]
  146. source/external/cJSON.cpp [2:2]
  147. KEEP COPYRIGHT_SERVICE_LABEL fb2d0a655f9cc4d8930ae34bcc510fbe
  148. BELONGS ya.make
  149. License text:
  150. Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  151. Scancode info:
  152. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  153. Score : 100.00
  154. Match type : COPYRIGHT
  155. Files with this license:
  156. NOTICE [2:2]