devtools.licenses.report 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 BSL-1.0 1bc23f67ca27c295e38b46190cdce22f
  32. BELONGS ya.make
  33. FILE_INCLUDE LICENSE_1_0.txt found in files: include/pfr.hpp at line 4, include/pfr/config.hpp at line 5, include/pfr/core.hpp at line 4, include/pfr/core_name.hpp at line 4, include/pfr/detail/cast_to_layout_compatible.hpp at line 4, include/pfr/detail/config.hpp at line 5, include/pfr/detail/core.hpp at line 4, include/pfr/detail/core14_classic.hpp at line 4, include/pfr/detail/core14_loophole.hpp at line 5, include/pfr/detail/core17.hpp at line 4, include/pfr/detail/core17_generated.hpp at line 5, include/pfr/detail/core_name.hpp at line 4, include/pfr/detail/core_name14_disabled.hpp at line 4, include/pfr/detail/core_name20_static.hpp at line 4, include/pfr/detail/detectors.hpp at line 4, include/pfr/detail/fake_object.hpp at line 4, include/pfr/detail/fields_count.hpp at line 4, include/pfr/detail/for_each_field_impl.hpp at line 4, include/pfr/detail/functional.hpp at line 4, include/pfr/detail/io.hpp at line 4, include/pfr/detail/make_flat_tuple_of_references.hpp at line 4, include/pfr/detail/make_integer_sequence.hpp at line 5, include/pfr/detail/offset_based_getter.hpp at line 5, include/pfr/detail/possible_reflectable.hpp at line 4, include/pfr/detail/rvalue_t.hpp at line 4, include/pfr/detail/sequence_tuple.hpp at line 4, include/pfr/detail/size_array.hpp at line 4, include/pfr/detail/size_t_.hpp at line 4, include/pfr/detail/stdarray.hpp at line 4, include/pfr/detail/stdtuple.hpp at line 4, include/pfr/detail/tie_from_structure_tuple.hpp at line 5, include/pfr/detail/unsafe_declval.hpp at line 4, include/pfr/functions_for.hpp at line 4, include/pfr/functors.hpp at line 4, include/pfr/io.hpp at line 4, include/pfr/io_fields.hpp at line 4, include/pfr/ops.hpp at line 4, include/pfr/ops_fields.hpp at line 4, include/pfr/traits.hpp at line 4, include/pfr/traits_fwd.hpp at line 4, include/pfr/tuple_size.hpp at line 4
  34. License text:
  35. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  36. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  37. Scancode info:
  38. Original SPDX id: BSL-1.0
  39. Score : 100.00
  40. Match type : NOTICE
  41. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  42. Files with this license:
  43. include/pfr.hpp [3:4]
  44. include/pfr/config.hpp [4:5]
  45. include/pfr/core.hpp [3:4]
  46. include/pfr/core_name.hpp [3:4]
  47. include/pfr/detail/cast_to_layout_compatible.hpp [3:4]
  48. include/pfr/detail/config.hpp [4:5]
  49. include/pfr/detail/core.hpp [3:4]
  50. include/pfr/detail/core14_classic.hpp [3:4]
  51. include/pfr/detail/core14_loophole.hpp [4:5]
  52. include/pfr/detail/core17.hpp [3:4]
  53. include/pfr/detail/core17_generated.hpp [4:5]
  54. include/pfr/detail/core_name.hpp [3:4]
  55. include/pfr/detail/core_name14_disabled.hpp [3:4]
  56. include/pfr/detail/core_name20_static.hpp [3:4]
  57. include/pfr/detail/detectors.hpp [3:4]
  58. include/pfr/detail/fake_object.hpp [3:4]
  59. include/pfr/detail/fields_count.hpp [3:4]
  60. include/pfr/detail/for_each_field_impl.hpp [3:4]
  61. include/pfr/detail/functional.hpp [3:4]
  62. include/pfr/detail/io.hpp [3:4]
  63. include/pfr/detail/make_flat_tuple_of_references.hpp [3:4]
  64. include/pfr/detail/make_integer_sequence.hpp [4:5]
  65. include/pfr/detail/offset_based_getter.hpp [4:5]
  66. include/pfr/detail/possible_reflectable.hpp [3:4]
  67. include/pfr/detail/rvalue_t.hpp [3:4]
  68. include/pfr/detail/sequence_tuple.hpp [3:4]
  69. include/pfr/detail/size_array.hpp [3:4]
  70. include/pfr/detail/size_t_.hpp [3:4]
  71. include/pfr/detail/stdarray.hpp [3:4]
  72. include/pfr/detail/stdtuple.hpp [3:4]
  73. include/pfr/detail/tie_from_structure_tuple.hpp [4:5]
  74. include/pfr/detail/unsafe_declval.hpp [3:4]
  75. include/pfr/functions_for.hpp [3:4]
  76. include/pfr/functors.hpp [3:4]
  77. include/pfr/io.hpp [3:4]
  78. include/pfr/io_fields.hpp [3:4]
  79. include/pfr/ops.hpp [3:4]
  80. include/pfr/ops_fields.hpp [3:4]
  81. include/pfr/traits.hpp [3:4]
  82. include/pfr/traits_fwd.hpp [3:4]
  83. include/pfr/tuple_size.hpp [3:4]
  84. KEEP BSL-1.0 2c7a3fa82e66676005cd4ee2608fd7d2
  85. BELONGS ya.make
  86. Note: matched license text is too long. Read it in the source files.
  87. Scancode info:
  88. Original SPDX id: BSL-1.0
  89. Score : 100.00
  90. Match type : TEXT
  91. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  92. Files with this license:
  93. LICENSE_1_0.txt [1:23]
  94. KEEP Public-Domain 4a46489bb8e66f01c78a8bff0a7e3b41
  95. BELONGS ya.make
  96. License text:
  97. // This also contains public domain code from MurmurHash. From the
  98. Scancode info:
  99. Original SPDX id: LicenseRef-scancode-public-domain
  100. Score : 100.00
  101. Match type : NOTICE
  102. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  103. Files with this license:
  104. include/pfr/detail/functional.hpp [126:126]
  105. KEEP BSL-1.0 946bc271e5e8c30479a080d5b8ef3415
  106. BELONGS ya.make
  107. License text:
  108. License
  109. Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).
  110. Scancode info:
  111. Original SPDX id: BSL-1.0
  112. Score : 50.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. README.md [156:158]
  117. KEEP Public-Domain b1eaa957daf13eedfb942c4da2b1b795
  118. BELONGS ya.make
  119. License text:
  120. // MurmurHash3 was written by Austin Appleby, and is placed in the public
  121. // domain. The author hereby disclaims copyright to this source code.
  122. Scancode info:
  123. Original SPDX id: LicenseRef-scancode-public-domain
  124. Score : 100.00
  125. Match type : TEXT
  126. Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
  127. Files with this license:
  128. include/pfr/detail/functional.hpp [129:130]