devtools.licenses.report 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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 spdx} {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 Apache-2.0 2b42edef8fa55315f34f2370b4715ca9
  32. BELONGS flatc/ya.make ya.make
  33. Note: matched license text is too long. Read it in the source files.
  34. Scancode info:
  35. Original SPDX id: Apache-2.0
  36. Score : 100.00
  37. Match type : TEXT
  38. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  39. Files with this license:
  40. LICENSE [2:202]
  41. Belongs difference:
  42. + flatc/ya.make
  43. KEEP Apache-2.0 3b0ea1fb66390711cb1f160e05b0e2a4
  44. BELONGS flatc/ya.make ya.make
  45. Note: matched license text is too long. Read it in the source files.
  46. Scancode info:
  47. Original SPDX id: Apache-2.0
  48. Score : 100.00
  49. Match type : NOTICE
  50. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  51. Files with this license:
  52. grpc/src/compiler/java_generator.cc [4:14]
  53. grpc/src/compiler/java_generator.h [4:14]
  54. grpc/src/compiler/python_generator.cc [5:15]
  55. grpc/src/compiler/python_generator.h [5:15]
  56. grpc/src/compiler/schema_interface.h [5:15]
  57. grpc/src/compiler/swift_generator.cc [4:14]
  58. grpc/src/compiler/swift_generator.h [4:14]
  59. grpc/src/compiler/ts_generator.cc [4:14]
  60. include/flatbuffers/allocator.h [4:14]
  61. include/flatbuffers/array.h [4:14]
  62. include/flatbuffers/buffer.h [4:14]
  63. include/flatbuffers/buffer_ref.h [4:14]
  64. include/flatbuffers/code_generator.h [4:14]
  65. include/flatbuffers/code_generators.h [4:14]
  66. include/flatbuffers/default_allocator.h [4:14]
  67. include/flatbuffers/detached_buffer.h [4:14]
  68. include/flatbuffers/file_manager.h [4:14]
  69. include/flatbuffers/flatbuffer_builder.h [4:14]
  70. include/flatbuffers/flatbuffers.h [4:14]
  71. include/flatbuffers/flatbuffers_iter.h [4:14]
  72. include/flatbuffers/flatc.h [4:14]
  73. include/flatbuffers/flex_flat_util.h [4:14]
  74. include/flatbuffers/flexbuffers.h [4:14]
  75. include/flatbuffers/grpc.h [4:14]
  76. include/flatbuffers/hash.h [4:14]
  77. include/flatbuffers/idl.h [4:14]
  78. include/flatbuffers/minireflect.h [4:14]
  79. include/flatbuffers/reflection.h [4:14]
  80. include/flatbuffers/registry.h [4:14]
  81. include/flatbuffers/stl_emulation.h [4:14]
  82. include/flatbuffers/string.h [4:14]
  83. include/flatbuffers/struct.h [4:14]
  84. include/flatbuffers/table.h [4:14]
  85. include/flatbuffers/util.h [4:14]
  86. include/flatbuffers/vector.h [4:14]
  87. include/flatbuffers/vector_downward.h [4:14]
  88. include/flatbuffers/verifier.h [4:14]
  89. src/annotated_binary_text_gen.h [4:14]
  90. src/bfbs_gen.h [4:14]
  91. src/bfbs_gen_lua.cpp [4:14]
  92. src/bfbs_gen_lua.h [4:14]
  93. src/bfbs_gen_nim.cpp [4:14]
  94. src/bfbs_gen_nim.h [4:14]
  95. src/binary_annotator.h [4:14]
  96. src/code_generators.cpp [4:14]
  97. src/file_binary_writer.cpp [4:14]
  98. src/file_name_saving_file_manager.cpp [4:14]
  99. src/file_writer.cpp [4:14]
  100. src/flatc.cpp [4:14]
  101. src/flatc_main.cpp [4:14]
  102. src/idl_gen_binary.cpp [4:14]
  103. src/idl_gen_binary.h [4:14]
  104. src/idl_gen_cpp.cpp [4:14]
  105. src/idl_gen_cpp.h [4:14]
  106. src/idl_gen_cpp_yandex_maps_iter.cpp [4:14]
  107. src/idl_gen_csharp.cpp [4:14]
  108. src/idl_gen_csharp.h [4:14]
  109. src/idl_gen_dart.cpp [4:14]
  110. src/idl_gen_dart.h [4:14]
  111. src/idl_gen_fbs.cpp [4:14]
  112. src/idl_gen_fbs.h [4:14]
  113. src/idl_gen_go.cpp [4:14]
  114. src/idl_gen_go.h [4:14]
  115. src/idl_gen_grpc.cpp [4:14]
  116. src/idl_gen_java.cpp [4:14]
  117. src/idl_gen_java.h [4:14]
  118. src/idl_gen_json_schema.cpp [4:14]
  119. src/idl_gen_json_schema.h [4:14]
  120. src/idl_gen_kotlin.cpp [4:14]
  121. src/idl_gen_kotlin.h [4:14]
  122. src/idl_gen_kotlin_kmp.cpp [4:14]
  123. src/idl_gen_lobster.cpp [4:14]
  124. src/idl_gen_lobster.h [4:14]
  125. src/idl_gen_php.cpp [4:14]
  126. src/idl_gen_php.h [4:14]
  127. src/idl_gen_python.cpp [4:14]
  128. src/idl_gen_python.h [4:14]
  129. src/idl_gen_rust.cpp [4:14]
  130. src/idl_gen_rust.h [4:14]
  131. src/idl_gen_swift.cpp [4:14]
  132. src/idl_gen_swift.h [4:14]
  133. src/idl_gen_text.cpp [4:14]
  134. src/idl_gen_text.h [4:14]
  135. src/idl_gen_ts.cpp [4:14]
  136. src/idl_gen_ts.h [4:14]
  137. src/idl_parser.cpp [4:14]
  138. src/reflection.cpp [4:14]
  139. src/util.cpp [4:14]
  140. Belongs difference:
  141. + flatc/ya.make
  142. SKIP LicenseRef-scancode-generic-cla d3efd6355dc5b05199e183a158a72cd0
  143. BELONGS flatc/ya.make ya.make
  144. # contributing license agreement
  145. License text:
  146. the one above, the Software Grant and Corporate Contributor License Agreement.
  147. Scancode info:
  148. Original SPDX id: LicenseRef-scancode-generic-cla
  149. Score : 16.00
  150. Match type : NOTICE
  151. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-cla.LICENSE
  152. Files with this license:
  153. CONTRIBUTING.md [42:42]
  154. Belongs difference:
  155. + flatc/ya.make
  156. SKIP LicenseRef-scancode-generic-cla f42aededd6a662a7a66101cb0e9f0899
  157. BELONGS flatc/ya.make ya.make
  158. # contributing license agreement
  159. License text:
  160. [Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual?csw=1)
  161. Scancode info:
  162. Original SPDX id: LicenseRef-scancode-generic-cla
  163. Score : 22.00
  164. Match type : REFERENCE
  165. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-cla.LICENSE
  166. Files with this license:
  167. CONTRIBUTING.md [9:9]
  168. Belongs difference:
  169. + flatc/ya.make
  170. KEEP Apache-2.0 f7d05862c392a6d4a3e35e4501b7d9f9
  171. BELONGS flatc/ya.make ya.make
  172. License text:
  173. \## Licensing
  174. *Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
  175. Scancode info:
  176. Original SPDX id: Apache-2.0
  177. Score : 94.44
  178. Match type : NOTICE
  179. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  180. Files with this license:
  181. README.md [107:108]
  182. Belongs difference:
  183. + flatc/ya.make