devtools.licenses.report 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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 BSL-1.0 597dc579281e71ba9d4dd39bf2d15a12
  36. BELONGS ya.make
  37. License text:
  38. // Copyright 2008 Eric Niebler. Distributed under the Boost
  39. // Software License, Version 1.0. (See accompanying file
  40. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  41. Scancode info:
  42. Original SPDX id: BSL-1.0
  43. Score : 100.00
  44. Match type : NOTICE
  45. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  46. Files with this license:
  47. include/boost/xpressive/basic_regex.hpp [6:8]
  48. include/boost/xpressive/detail/core/access.hpp [4:6]
  49. include/boost/xpressive/detail/core/action.hpp [4:6]
  50. include/boost/xpressive/detail/core/adaptor.hpp [4:6]
  51. include/boost/xpressive/detail/core/finder.hpp [3:5]
  52. include/boost/xpressive/detail/core/flow_control.hpp [4:6]
  53. include/boost/xpressive/detail/core/icase.hpp [4:6]
  54. include/boost/xpressive/detail/core/linker.hpp [4:6]
  55. include/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp [4:6]
  56. include/boost/xpressive/detail/core/matcher/alternate_matcher.hpp [4:6]
  57. include/boost/xpressive/detail/core/matcher/any_matcher.hpp [4:6]
  58. include/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp [4:6]
  59. include/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp [4:6]
  60. include/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp [4:6]
  61. include/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp [4:6]
  62. include/boost/xpressive/detail/core/matcher/assert_line_base.hpp [4:6]
  63. include/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp [4:6]
  64. include/boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp [4:6]
  65. include/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp [4:6]
  66. include/boost/xpressive/detail/core/matcher/charset_matcher.hpp [4:6]
  67. include/boost/xpressive/detail/core/matcher/end_matcher.hpp [4:6]
  68. include/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp [4:6]
  69. include/boost/xpressive/detail/core/matcher/keeper_matcher.hpp [4:6]
  70. include/boost/xpressive/detail/core/matcher/literal_matcher.hpp [4:6]
  71. include/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp [4:6]
  72. include/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp [4:6]
  73. include/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp [4:6]
  74. include/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp [4:6]
  75. include/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp [4:6]
  76. include/boost/xpressive/detail/core/matcher/mark_matcher.hpp [4:6]
  77. include/boost/xpressive/detail/core/matcher/optional_matcher.hpp [4:6]
  78. include/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp [4:6]
  79. include/boost/xpressive/detail/core/matcher/predicate_matcher.hpp [4:6]
  80. include/boost/xpressive/detail/core/matcher/range_matcher.hpp [4:6]
  81. include/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp [4:6]
  82. include/boost/xpressive/detail/core/matcher/regex_matcher.hpp [4:6]
  83. include/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp [4:6]
  84. include/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp [4:6]
  85. include/boost/xpressive/detail/core/matcher/set_matcher.hpp [4:6]
  86. include/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp [4:6]
  87. include/boost/xpressive/detail/core/matcher/string_matcher.hpp [4:6]
  88. include/boost/xpressive/detail/core/matcher/true_matcher.hpp [4:6]
  89. include/boost/xpressive/detail/core/matchers.hpp [4:6]
  90. include/boost/xpressive/detail/core/optimize.hpp [4:6]
  91. include/boost/xpressive/detail/core/peeker.hpp [4:6]
  92. include/boost/xpressive/detail/core/quant_style.hpp [4:6]
  93. include/boost/xpressive/detail/core/regex_impl.hpp [4:6]
  94. include/boost/xpressive/detail/core/results_cache.hpp [4:6]
  95. include/boost/xpressive/detail/core/state.hpp [4:6]
  96. include/boost/xpressive/detail/core/sub_match_impl.hpp [4:6]
  97. include/boost/xpressive/detail/core/sub_match_vector.hpp [4:6]
  98. include/boost/xpressive/detail/detail_fwd.hpp [4:6]
  99. include/boost/xpressive/detail/dynamic/dynamic.hpp [4:6]
  100. include/boost/xpressive/detail/dynamic/matchable.hpp [4:6]
  101. include/boost/xpressive/detail/dynamic/parse_charset.hpp [4:6]
  102. include/boost/xpressive/detail/dynamic/parser.hpp [6:8]
  103. include/boost/xpressive/detail/dynamic/parser_enum.hpp [4:6]
  104. include/boost/xpressive/detail/dynamic/parser_traits.hpp [4:6]
  105. include/boost/xpressive/detail/dynamic/sequence.hpp [4:6]
  106. include/boost/xpressive/detail/static/compile.hpp [4:6]
  107. include/boost/xpressive/detail/static/grammar.hpp [4:6]
  108. include/boost/xpressive/detail/static/is_pure.hpp [4:6]
  109. include/boost/xpressive/detail/static/modifier.hpp [4:6]
  110. include/boost/xpressive/detail/static/placeholders.hpp [4:6]
  111. include/boost/xpressive/detail/static/static.hpp [4:6]
  112. include/boost/xpressive/detail/static/transforms/as_alternate.hpp [4:6]
  113. include/boost/xpressive/detail/static/transforms/as_independent.hpp [4:6]
  114. include/boost/xpressive/detail/static/transforms/as_inverse.hpp [4:6]
  115. include/boost/xpressive/detail/static/transforms/as_marker.hpp [4:6]
  116. include/boost/xpressive/detail/static/transforms/as_matcher.hpp [4:6]
  117. include/boost/xpressive/detail/static/transforms/as_modifier.hpp [4:6]
  118. include/boost/xpressive/detail/static/transforms/as_quantifier.hpp [4:6]
  119. include/boost/xpressive/detail/static/transforms/as_sequence.hpp [4:6]
  120. include/boost/xpressive/detail/static/transforms/as_set.hpp [4:6]
  121. include/boost/xpressive/detail/static/transmogrify.hpp [4:6]
  122. include/boost/xpressive/detail/static/type_traits.hpp [4:6]
  123. include/boost/xpressive/detail/static/visitor.hpp [4:6]
  124. include/boost/xpressive/detail/static/width_of.hpp [4:6]
  125. include/boost/xpressive/detail/utility/algorithm.hpp [4:6]
  126. include/boost/xpressive/detail/utility/any.hpp [4:6]
  127. include/boost/xpressive/detail/utility/boyer_moore.hpp [7:9]
  128. include/boost/xpressive/detail/utility/chset/chset.hpp [4:6]
  129. include/boost/xpressive/detail/utility/cons.hpp [4:6]
  130. include/boost/xpressive/detail/utility/dont_care.hpp [4:6]
  131. include/boost/xpressive/detail/utility/hash_peek_bitset.hpp [4:6]
  132. include/boost/xpressive/detail/utility/ignore_unused.hpp [4:6]
  133. include/boost/xpressive/detail/utility/literals.hpp [4:6]
  134. include/boost/xpressive/detail/utility/never_true.hpp [4:6]
  135. include/boost/xpressive/detail/utility/save_restore.hpp [4:6]
  136. include/boost/xpressive/detail/utility/sequence_stack.hpp [4:6]
  137. include/boost/xpressive/detail/utility/tracking_ptr.hpp [4:6]
  138. include/boost/xpressive/detail/utility/traits_utils.hpp [4:6]
  139. include/boost/xpressive/detail/utility/width.hpp [4:6]
  140. include/boost/xpressive/match_results.hpp [7:9]
  141. include/boost/xpressive/regex_actions.hpp [5:7]
  142. include/boost/xpressive/regex_algorithms.hpp [5:7]
  143. include/boost/xpressive/regex_compiler.hpp [6:8]
  144. include/boost/xpressive/regex_constants.hpp [6:8]
  145. include/boost/xpressive/regex_error.hpp [5:7]
  146. include/boost/xpressive/regex_iterator.hpp [6:8]
  147. include/boost/xpressive/regex_primitives.hpp [5:7]
  148. include/boost/xpressive/regex_token_iterator.hpp [6:8]
  149. include/boost/xpressive/regex_traits.hpp [6:8]
  150. include/boost/xpressive/sub_match.hpp [6:8]
  151. include/boost/xpressive/traits/c_regex_traits.hpp [7:9]
  152. include/boost/xpressive/traits/cpp_regex_traits.hpp [7:9]
  153. include/boost/xpressive/traits/detail/c_ctype.hpp [4:6]
  154. include/boost/xpressive/traits/null_regex_traits.hpp [7:9]
  155. include/boost/xpressive/xpressive.hpp [6:8]
  156. include/boost/xpressive/xpressive_dynamic.hpp [5:7]
  157. include/boost/xpressive/xpressive_fwd.hpp [5:7]
  158. include/boost/xpressive/xpressive_static.hpp [6:8]
  159. include/boost/xpressive/xpressive_typeof.hpp [5:7]
  160. KEEP BSL-1.0 64cda77ac5c375c937ec6f7ef224550d
  161. BELONGS ya.make
  162. License text:
  163. Use, modification and distribution is subject to the Boost Software
  164. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  165. http://www.boost.org/LICENSE_1_0.txt)
  166. Scancode info:
  167. Original SPDX id: BSL-1.0
  168. Score : 96.88
  169. Match type : NOTICE
  170. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  171. Files with this license:
  172. include/boost/xpressive/detail/utility/chset/basic_chset.hpp [6:8]
  173. include/boost/xpressive/detail/utility/chset/basic_chset.ipp [6:8]
  174. include/boost/xpressive/detail/utility/chset/range_run.hpp [5:7]
  175. include/boost/xpressive/detail/utility/chset/range_run.ipp [5:7]
  176. KEEP BSL-1.0 8abbac2c705b0911702566954b0ebe9b
  177. BELONGS ya.make
  178. License text:
  179. // Distributed under the Boost Software License, Version 1.0. (See
  180. // accompanying file LICENSE_1_0.txt or copy at
  181. // http://www.boost.org/LICENSE_1_0.txt)
  182. Scancode info:
  183. Original SPDX id: BSL-1.0
  184. Score : 100.00
  185. Match type : NOTICE
  186. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  187. Files with this license:
  188. include/boost/xpressive/detail/core/matcher/action_matcher.hpp [7:9]
  189. include/boost/xpressive/detail/core/matcher/attr_matcher.hpp [7:9]
  190. include/boost/xpressive/detail/static/transforms/as_action.hpp [7:9]
  191. include/boost/xpressive/detail/utility/symbols.hpp [12:14]
  192. KEEP BSL-1.0 a4b06853a77321815bca2cbd7654b649
  193. BELONGS ya.make
  194. License text:
  195. // Distributed under the Boost Software License, Version 1.0. (See accompany-
  196. // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  197. Scancode info:
  198. Original SPDX id: BSL-1.0
  199. Score : 96.30
  200. Match type : NOTICE
  201. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  202. Files with this license:
  203. include/boost/xpressive/detail/utility/counted_base.hpp [3:4]
  204. KEEP BSL-1.0 c845c94a100efcde577d412c3aa41ae0
  205. BELONGS ya.make
  206. License text:
  207. // Copyright 2009 Eric Niebler. Distributed under the Boost
  208. // Software License, Version 1.0. (See accompanying file
  209. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  210. Scancode info:
  211. Original SPDX id: BSL-1.0
  212. Score : 100.00
  213. Match type : NOTICE
  214. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  215. Files with this license:
  216. include/boost/xpressive/detail/core/list.hpp [7:9]
  217. include/boost/xpressive/detail/core/regex_domain.hpp [5:7]