devtools.licenses.report 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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 BSD-3-Clause 6aa235708ac9f5dd8e5c6ac415fc5837
  32. BELONGS ya.make
  33. Note: matched license text is too long. Read it in the source files.
  34. Scancode info:
  35. Original SPDX id: BSD-3-Clause
  36. Score : 100.00
  37. Match type : TEXT
  38. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  39. Files with this license:
  40. google/protobuf/internal/api_implementation.cc [5:29]
  41. google/protobuf/proto_api.h [5:29]
  42. google/protobuf/pyext/descriptor.cc [5:29]
  43. google/protobuf/pyext/descriptor.h [5:29]
  44. google/protobuf/pyext/descriptor_containers.cc [5:29]
  45. google/protobuf/pyext/descriptor_containers.h [5:29]
  46. google/protobuf/pyext/descriptor_database.cc [5:29]
  47. google/protobuf/pyext/descriptor_database.h [5:29]
  48. google/protobuf/pyext/descriptor_pool.cc [5:29]
  49. google/protobuf/pyext/descriptor_pool.h [5:29]
  50. google/protobuf/pyext/extension_dict.cc [5:29]
  51. google/protobuf/pyext/extension_dict.h [5:29]
  52. google/protobuf/pyext/field.cc [5:29]
  53. google/protobuf/pyext/field.h [5:29]
  54. google/protobuf/pyext/map_container.cc [5:29]
  55. google/protobuf/pyext/map_container.h [5:29]
  56. google/protobuf/pyext/message.cc [5:29]
  57. google/protobuf/pyext/message.h [5:29]
  58. google/protobuf/pyext/message_factory.cc [5:29]
  59. google/protobuf/pyext/message_factory.h [5:29]
  60. google/protobuf/pyext/message_module.cc [5:29]
  61. google/protobuf/pyext/repeated_composite_container.cc [5:29]
  62. google/protobuf/pyext/repeated_composite_container.h [5:29]
  63. google/protobuf/pyext/repeated_scalar_container.cc [5:29]
  64. google/protobuf/pyext/repeated_scalar_container.h [5:29]
  65. google/protobuf/pyext/safe_numerics.h [5:29]
  66. google/protobuf/pyext/scoped_pyobject_ptr.h [5:29]
  67. google/protobuf/pyext/unknown_fields.cc [5:29]
  68. google/protobuf/pyext/unknown_fields.h [5:29]
  69. KEEP BSD-3-Clause 8aaace038fd54f3a52b1f041f9504709
  70. BELONGS ya.make
  71. Note: matched license text is too long. Read it in the source files.
  72. Scancode info:
  73. Original SPDX id: BSD-3-Clause
  74. Score : 100.00
  75. Match type : TEXT
  76. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  77. Files with this license:
  78. google/protobuf/__init__.py [5:29]
  79. google/protobuf/descriptor.py [5:29]
  80. google/protobuf/descriptor_database.py [5:29]
  81. google/protobuf/descriptor_pool.py [5:29]
  82. google/protobuf/internal/__init__.py [5:29]
  83. google/protobuf/internal/_parameterized.py [7:31]
  84. google/protobuf/internal/api_implementation.py [5:29]
  85. google/protobuf/internal/containers.py [5:29]
  86. google/protobuf/internal/decoder.py [5:29]
  87. google/protobuf/internal/encoder.py [5:29]
  88. google/protobuf/internal/enum_type_wrapper.py [5:29]
  89. google/protobuf/internal/extension_dict.py [5:29]
  90. google/protobuf/internal/message_listener.py [5:29]
  91. google/protobuf/internal/python_message.py [5:29]
  92. google/protobuf/internal/type_checkers.py [5:29]
  93. google/protobuf/internal/well_known_types.py [5:29]
  94. google/protobuf/internal/wire_format.py [5:29]
  95. google/protobuf/json_format.py [5:29]
  96. google/protobuf/message.py [5:29]
  97. google/protobuf/message_factory.py [5:29]
  98. google/protobuf/proto_builder.py [5:29]
  99. google/protobuf/pyext/cpp_message.py [5:29]
  100. google/protobuf/reflection.py [5:29]
  101. google/protobuf/service.py [5:29]
  102. google/protobuf/service_reflection.py [5:29]
  103. google/protobuf/symbol_database.py [5:29]
  104. google/protobuf/text_encoding.py [5:29]
  105. google/protobuf/text_format.py [5:29]