devtools.licenses.report 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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 1f86bcce1bbfb6d9a7d6c733166e7bba
  36. BELONGS ya.make
  37. License text:
  38. // Use, modification and distribution are subject to the
  39. // Boost 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/variant/detail/move.hpp [10:12]
  48. KEEP BSL-1.0 47a0454637d4fa45d78eb2557ccd70c4
  49. BELONGS ya.make
  50. License text:
  51. // Distributed under the Boost Software License, Version 1.0. (See
  52. // accompanying file LICENSE_1_0.txt or copy at
  53. // http://www.boost.org/LICENSE_1_0.txt)
  54. Scancode info:
  55. Original SPDX id: BSL-1.0
  56. Score : 100.00
  57. Match type : NOTICE
  58. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  59. Files with this license:
  60. include/boost/variant.hpp [9:11]
  61. include/boost/variant/apply_visitor.hpp [9:11]
  62. include/boost/variant/bad_visit.hpp [9:11]
  63. include/boost/variant/detail/apply_visitor_binary.hpp [9:11]
  64. include/boost/variant/detail/apply_visitor_delayed.hpp [9:11]
  65. include/boost/variant/detail/apply_visitor_unary.hpp [9:11]
  66. include/boost/variant/detail/backup_holder.hpp [9:11]
  67. include/boost/variant/detail/cast_storage.hpp [9:11]
  68. include/boost/variant/detail/config.hpp [9:11]
  69. include/boost/variant/detail/element_index.hpp [8:10]
  70. include/boost/variant/detail/enable_recursive.hpp [9:11]
  71. include/boost/variant/detail/enable_recursive_fwd.hpp [9:11]
  72. include/boost/variant/detail/forced_return.hpp [9:11]
  73. include/boost/variant/detail/has_result_type.hpp [8:10]
  74. include/boost/variant/detail/hash_variant.hpp [8:10]
  75. include/boost/variant/detail/initializer.hpp [9:11]
  76. include/boost/variant/detail/make_variant_list.hpp [9:11]
  77. include/boost/variant/detail/over_sequence.hpp [11:13]
  78. include/boost/variant/detail/std_hash.hpp [8:10]
  79. include/boost/variant/detail/substitute.hpp [9:11]
  80. include/boost/variant/detail/substitute_fwd.hpp [9:11]
  81. include/boost/variant/detail/variant_io.hpp [9:11]
  82. include/boost/variant/detail/visitation_impl.hpp [9:11]
  83. include/boost/variant/get.hpp [9:11]
  84. include/boost/variant/polymorphic_get.hpp [8:10]
  85. include/boost/variant/recursive_variant.hpp [9:11]
  86. include/boost/variant/recursive_wrapper.hpp [9:11]
  87. include/boost/variant/recursive_wrapper_fwd.hpp [11:13]
  88. include/boost/variant/static_visitor.hpp [9:11]
  89. include/boost/variant/variant.hpp [9:11]
  90. include/boost/variant/variant_fwd.hpp [9:11]
  91. include/boost/variant/visitor_ptr.hpp [9:11]
  92. KEEP BSL-1.0 946bc271e5e8c30479a080d5b8ef3415
  93. BELONGS ya.make
  94. License text:
  95. License
  96. Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).
  97. Scancode info:
  98. Original SPDX id: BSL-1.0
  99. Score : 50.00
  100. Match type : NOTICE
  101. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  102. Files with this license:
  103. README.md [14:16]
  104. KEEP BSL-1.0 b411822b31044e9f74317c11d6e100e8
  105. BELONGS ya.make
  106. License text:
  107. // Distributed under the Boost
  108. // Software License, Version 1.0. (See accompanying file
  109. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
  110. Scancode info:
  111. Original SPDX id: BSL-1.0
  112. Score : 100.00
  113. Match type : NOTICE
  114. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  115. Files with this license:
  116. include/boost/variant/detail/multivisitors_cpp11_based.hpp [8:10]
  117. include/boost/variant/detail/multivisitors_cpp14_based.hpp [9:11]
  118. include/boost/variant/multivisitors.hpp [8:10]