devtools.licenses.report 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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 42a5737a61dde3441b283fd1db553e3b
  32. BELONGS re2/testing/ya.make ya.make
  33. FILE_INCLUDE LICENSE found in files: re2/bitmap256.cc at line 3, re2/bitmap256.h at line 3, re2/bitstate.cc at line 3, re2/compile.cc at line 3, re2/dfa.cc at line 3, re2/filtered_re2.cc at line 3, re2/filtered_re2.h at line 3, re2/mimics_pcre.cc at line 3, re2/nfa.cc at line 3, re2/onepass.cc at line 3, re2/parse.cc at line 3, re2/pod_array.h at line 3, re2/prefilter.cc at line 3, re2/prefilter.h at line 3, re2/prefilter_tree.cc at line 3, re2/prefilter_tree.h at line 3, re2/prog.cc at line 3, re2/prog.h at line 3, re2/re2.cc at line 3, re2/re2.h at line 3, re2/regexp.cc at line 3, re2/regexp.h at line 3, re2/set.cc at line 3, re2/set.h at line 3, re2/simplify.cc at line 3, re2/sparse_array.h at line 3, re2/sparse_set.h at line 3, re2/stringpiece.h at line 3, re2/testing/backtrack.cc at line 3, re2/testing/charclass_test.cc at line 3, re2/testing/compile_test.cc at line 3, re2/testing/dfa_test.cc at line 3, re2/testing/dump.cc at line 3, re2/testing/exhaustive_tester.cc at line 3, re2/testing/exhaustive_tester.h at line 3, re2/testing/filtered_re2_test.cc at line 3, re2/testing/mimics_pcre_test.cc at line 3, re2/testing/null_walker.cc at line 3, re2/testing/parse_test.cc at line 3, re2/testing/possible_match_test.cc at line 3, re2/testing/re2_arg_test.cc at line 3, re2/testing/re2_test.cc at line 4, re2/testing/regexp_generator.cc at line 3, re2/testing/regexp_generator.h at line 3, re2/testing/regexp_test.cc at line 3, re2/testing/required_prefix_test.cc at line 3, re2/testing/search_test.cc at line 3, re2/testing/set_test.cc at line 3, re2/testing/simplify_test.cc at line 3, re2/testing/string_generator.cc at line 3, re2/testing/string_generator.h at line 3, re2/testing/string_generator_test.cc at line 3, re2/testing/tester.cc at line 3, re2/testing/tester.h at line 3, re2/tostring.cc at line 3, re2/unicode_casefold.h at line 3, re2/unicode_groups.h at line 3, re2/walker-inl.h at line 3, util/malloc_counter.h at line 3, util/pcre.cc at line 3, util/pcre.h at line 3, util/strutil.cc at line 3, util/strutil.h at line 3
  34. License text:
  35. // Use of this source code is governed by a BSD-style
  36. // license that can be found in the LICENSE file.
  37. Scancode info:
  38. Original SPDX id: BSD-3-Clause
  39. Score : 90.00
  40. Match type : NOTICE
  41. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  42. Files with this license:
  43. re2/bitmap256.cc [2:3]
  44. re2/bitmap256.h [2:3]
  45. re2/bitstate.cc [2:3]
  46. re2/compile.cc [2:3]
  47. re2/dfa.cc [2:3]
  48. re2/filtered_re2.cc [2:3]
  49. re2/filtered_re2.h [2:3]
  50. re2/mimics_pcre.cc [2:3]
  51. re2/nfa.cc [2:3]
  52. re2/onepass.cc [2:3]
  53. re2/parse.cc [2:3]
  54. re2/pod_array.h [2:3]
  55. re2/prefilter.cc [2:3]
  56. re2/prefilter.h [2:3]
  57. re2/prefilter_tree.cc [2:3]
  58. re2/prefilter_tree.h [2:3]
  59. re2/prog.cc [2:3]
  60. re2/prog.h [2:3]
  61. re2/re2.cc [2:3]
  62. re2/re2.h [2:3]
  63. re2/regexp.cc [2:3]
  64. re2/regexp.h [2:3]
  65. re2/set.cc [2:3]
  66. re2/set.h [2:3]
  67. re2/simplify.cc [2:3]
  68. re2/sparse_array.h [2:3]
  69. re2/sparse_set.h [2:3]
  70. re2/stringpiece.h [2:3]
  71. re2/testing/backtrack.cc [2:3]
  72. re2/testing/charclass_test.cc [2:3]
  73. re2/testing/compile_test.cc [2:3]
  74. re2/testing/dfa_test.cc [2:3]
  75. re2/testing/dump.cc [2:3]
  76. re2/testing/exhaustive_tester.cc [2:3]
  77. re2/testing/exhaustive_tester.h [2:3]
  78. re2/testing/filtered_re2_test.cc [2:3]
  79. re2/testing/mimics_pcre_test.cc [2:3]
  80. re2/testing/null_walker.cc [2:3]
  81. re2/testing/parse_test.cc [2:3]
  82. re2/testing/possible_match_test.cc [2:3]
  83. re2/testing/re2_arg_test.cc [2:3]
  84. re2/testing/re2_test.cc [3:4]
  85. re2/testing/regexp_generator.cc [2:3]
  86. re2/testing/regexp_generator.h [2:3]
  87. re2/testing/regexp_test.cc [2:3]
  88. re2/testing/required_prefix_test.cc [2:3]
  89. re2/testing/search_test.cc [2:3]
  90. re2/testing/set_test.cc [2:3]
  91. re2/testing/simplify_test.cc [2:3]
  92. re2/testing/string_generator.cc [2:3]
  93. re2/testing/string_generator.h [2:3]
  94. re2/testing/string_generator_test.cc [2:3]
  95. re2/testing/tester.cc [2:3]
  96. re2/testing/tester.h [2:3]
  97. re2/tostring.cc [2:3]
  98. re2/unicode_casefold.h [2:3]
  99. re2/unicode_groups.h [2:3]
  100. re2/walker-inl.h [2:3]
  101. util/malloc_counter.h [2:3]
  102. util/pcre.cc [2:3]
  103. util/pcre.h [2:3]
  104. util/strutil.cc [2:3]
  105. util/strutil.h [2:3]
  106. SKIP Apache-2.0 4f259c3df2e0ec98e3ba6ca286e690cc
  107. BELONGS ya.make
  108. FILE_INCLUDE LICENSE found in files: README at line 31
  109. License text:
  110. Unless otherwise noted, the RE2 source files are distributed
  111. under the BSD-style license found in the LICENSE file.
  112. Scancode info:
  113. Original SPDX id: Apache-2.0
  114. Score : 80.00
  115. Match type : NOTICE
  116. Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
  117. Files with this license:
  118. README [30:31]
  119. KEEP X11-Lucent 71c654f01a03bded10ee9ebcb4aad7ac
  120. BELONGS ya.make
  121. Note: matched license text is too long. Read it in the source files.
  122. Scancode info:
  123. Original SPDX id: LicenseRef-scancode-x11-lucent
  124. Score : 100.00
  125. Match type : TEXT
  126. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent.LICENSE
  127. Files with this license:
  128. util/rune.cc [4:12]
  129. KEEP X11-Lucent b5677fabdf76935718fbac4c7effead7
  130. BELONGS ya.make
  131. FILE_IGNORE util/rune.cc found in files: util/utf.h at line 14
  132. # copy of x11-lucent.LICENSE
  133. Note: matched license text is too long. Read it in the source files.
  134. Scancode info:
  135. Original SPDX id: LicenseRef-scancode-x11-lucent
  136. Score : 67.14
  137. Match type : NOTICE
  138. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent.LICENSE
  139. Files with this license:
  140. util/utf.h [4:14]
  141. Scancode info:
  142. Original SPDX id: LPL-1.02
  143. Score : 67.14
  144. Match type : NOTICE
  145. Links : http://plan9.bell-labs.com/plan9/license.html, https://spdx.org/licenses/LPL-1.02
  146. Files with this license:
  147. util/utf.h [4:14]
  148. KEEP BSD-3-Clause cfdf581c1aced09db4a64f39adeb5675
  149. BELONGS ya.make
  150. FILE_INCLUDE LICENSE found in files: README at line 31
  151. License text:
  152. under the BSD-style license found in the LICENSE file.
  153. Scancode info:
  154. Original SPDX id: BSD-3-Clause
  155. Score : 90.00
  156. Match type : REFERENCE
  157. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  158. Files with this license:
  159. README [31:31]
  160. KEEP BSD-3-Clause dc296f6ff032e932bf091ed8f47e321c
  161. BELONGS ya.make
  162. Note: matched license text is too long. Read it in the source files.
  163. Scancode info:
  164. Original SPDX id: BSD-3-Clause
  165. Score : 100.00
  166. Match type : TEXT
  167. Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
  168. Files with this license:
  169. LICENSE [3:27]