devtools.licenses.report 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 Apache-2.0 314e21a036e4ea071f111cb5deff83c1
  36. BELONGS ya.make
  37. FILE_INCLUDE NOTICE found in files: LICENSE at line 107, LICENSE at line 110, LICENSE at line 112, LICENSE at line 117, LICENSE at line 120, LICENSE at line 142
  38. Note: matched license text is too long. Read it in the source files.
  39. Scancode info:
  40. Original SPDX id: Apache-2.0
  41. Score : 100.00
  42. Match type : NOTICE
  43. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  44. Files with this license:
  45. LICENSE [2:175]
  46. KEEP Apache-2.0 6c901454b872854c0dea3ec06b67701a
  47. BELONGS ya.make
  48. License text:
  49. \## License
  50. This library is licensed under the Apache 2.0 License.
  51. Scancode info:
  52. Original SPDX id: Apache-2.0
  53. Score : 100.00
  54. Match type : NOTICE
  55. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  56. Files with this license:
  57. README.md [6:8]
  58. KEEP Apache-2.0 d591512e466bb957030b8857f753349e
  59. BELONGS ya.make
  60. License text:
  61. * SPDX-License-Identifier: Apache-2.0.
  62. Scancode info:
  63. Original SPDX id: Apache-2.0
  64. Score : 100.00
  65. Match type : TAG
  66. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  67. Files with this license:
  68. include/aws/sdkutils/aws_profile.h [3:3]
  69. include/aws/sdkutils/endpoints_rule_engine.h [3:3]
  70. include/aws/sdkutils/exports.h [6:6]
  71. include/aws/sdkutils/partitions.h [3:3]
  72. include/aws/sdkutils/private/endpoints_types_impl.h [3:3]
  73. include/aws/sdkutils/private/endpoints_util.h [3:3]
  74. include/aws/sdkutils/resource_name.h [3:3]
  75. include/aws/sdkutils/sdkutils.h [5:5]
  76. source/aws_profile.c [3:3]
  77. source/endpoints_rule_engine.c [3:3]
  78. source/endpoints_ruleset.c [3:3]
  79. source/endpoints_standard_lib.c [3:3]
  80. source/endpoints_types_impl.c [3:3]
  81. source/endpoints_util.c [3:3]
  82. source/partitions.c [3:3]
  83. source/resource_name.c [3:3]
  84. source/sdkutils.c [3:3]