devtools.copyrights.report 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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 29be00457f74dcf5f2b494d41d6a6c10
  36. BELONGS ya.make
  37. License text:
  38. \# Copyright 2007 Google Inc. 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. google/protobuf/__init__.py [31:31]
  45. KEEP COPYRIGHT_SERVICE_LABEL 7ddb2995f48012001146c0eb94d23367
  46. BELONGS ya.make
  47. License text:
  48. Copyright 2008 Google Inc. All rights reserved.
  49. Scancode info:
  50. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  51. Score : 100.00
  52. Match type : COPYRIGHT
  53. Files with this license:
  54. LICENSE [1:1]
  55. google/protobuf/__init__.py [2:2]
  56. google/protobuf/descriptor.py [2:2]
  57. google/protobuf/descriptor_database.py [2:2]
  58. google/protobuf/descriptor_pool.py [2:2]
  59. google/protobuf/internal/__init__.py [2:2]
  60. google/protobuf/internal/_parameterized.py [4:4]
  61. google/protobuf/internal/api_implementation.cc [2:2]
  62. google/protobuf/internal/api_implementation.py [2:2]
  63. google/protobuf/internal/builder.py [2:2]
  64. google/protobuf/internal/containers.py [2:2]
  65. google/protobuf/internal/decoder.py [2:2]
  66. google/protobuf/internal/encoder.py [2:2]
  67. google/protobuf/internal/enum_type_wrapper.py [2:2]
  68. google/protobuf/internal/extension_dict.py [2:2]
  69. google/protobuf/internal/field_mask.py [2:2]
  70. google/protobuf/internal/message_listener.py [2:2]
  71. google/protobuf/internal/python_message.py [2:2]
  72. google/protobuf/internal/python_protobuf.cc [2:2]
  73. google/protobuf/internal/testing_refleaks.py [2:2]
  74. google/protobuf/internal/type_checkers.py [2:2]
  75. google/protobuf/internal/well_known_types.py [2:2]
  76. google/protobuf/internal/wire_format.py [2:2]
  77. google/protobuf/json_format.py [2:2]
  78. google/protobuf/message.py [2:2]
  79. google/protobuf/message_factory.py [2:2]
  80. google/protobuf/proto_api.h [2:2]
  81. google/protobuf/proto_builder.py [2:2]
  82. google/protobuf/pyext/cpp_message.py [2:2]
  83. google/protobuf/pyext/descriptor.cc [2:2]
  84. google/protobuf/pyext/descriptor.h [2:2]
  85. google/protobuf/pyext/descriptor_containers.cc [2:2]
  86. google/protobuf/pyext/descriptor_containers.h [2:2]
  87. google/protobuf/pyext/descriptor_database.cc [2:2]
  88. google/protobuf/pyext/descriptor_database.h [2:2]
  89. google/protobuf/pyext/descriptor_pool.cc [2:2]
  90. google/protobuf/pyext/descriptor_pool.h [2:2]
  91. google/protobuf/pyext/extension_dict.cc [2:2]
  92. google/protobuf/pyext/extension_dict.h [2:2]
  93. google/protobuf/pyext/field.cc [2:2]
  94. google/protobuf/pyext/field.h [2:2]
  95. google/protobuf/pyext/map_container.cc [2:2]
  96. google/protobuf/pyext/map_container.h [2:2]
  97. google/protobuf/pyext/message.cc [2:2]
  98. google/protobuf/pyext/message.h [2:2]
  99. google/protobuf/pyext/message_factory.cc [2:2]
  100. google/protobuf/pyext/message_factory.h [2:2]
  101. google/protobuf/pyext/message_module.cc [2:2]
  102. google/protobuf/pyext/repeated_composite_container.cc [2:2]
  103. google/protobuf/pyext/repeated_composite_container.h [2:2]
  104. google/protobuf/pyext/repeated_scalar_container.cc [2:2]
  105. google/protobuf/pyext/repeated_scalar_container.h [2:2]
  106. google/protobuf/pyext/safe_numerics.h [2:2]
  107. google/protobuf/pyext/scoped_pyobject_ptr.h [2:2]
  108. google/protobuf/pyext/unknown_field_set.cc [2:2]
  109. google/protobuf/pyext/unknown_field_set.h [2:2]
  110. google/protobuf/pyext/unknown_fields.cc [2:2]
  111. google/protobuf/pyext/unknown_fields.h [2:2]
  112. google/protobuf/python_protobuf.h [2:2]
  113. google/protobuf/reflection.py [2:2]
  114. google/protobuf/service.py [2:2]
  115. google/protobuf/service_reflection.py [2:2]
  116. google/protobuf/symbol_database.py [2:2]
  117. google/protobuf/text_encoding.py [2:2]
  118. google/protobuf/text_format.py [2:2]
  119. google/protobuf/unknown_fields.py [2:2]