devtools.copyrights.report 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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 COPYRIGHT_SERVICE_LABEL 1c9bd66a67f098d2c88bc6c83fae2eb5
  36. BELONGS ya.make
  37. License text:
  38. Copyright Edward Nevill + Oliver Kowalke 2015
  39. Distributed under the Boost Software License, Version 1.0.
  40. (See accompanying file LICENSE_1_0.txt or copy at
  41. Scancode info:
  42. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  43. Score : 100.00
  44. Match type : COPYRIGHT
  45. Files with this license:
  46. src/asm/jump_arm64_aapcs_elf_gas.S [2:4]
  47. src/asm/jump_arm64_aapcs_macho_gas.S [2:4]
  48. src/asm/jump_arm64_aapcs_pe_armasm.masm [1:3]
  49. src/asm/make_arm64_aapcs_elf_gas.S [2:4]
  50. src/asm/make_arm64_aapcs_macho_gas.S [2:4]
  51. src/asm/make_arm64_aapcs_pe_armasm.masm [1:3]
  52. src/asm/ontop_arm64_aapcs_elf_gas.S [2:4]
  53. src/asm/ontop_arm64_aapcs_macho_gas.S [2:4]
  54. src/asm/ontop_arm64_aapcs_pe_armasm.masm [1:3]
  55. KEEP COPYRIGHT_SERVICE_LABEL 768f987faaed0adc6222ab24c7bd02e6
  56. BELONGS ya.make
  57. License text:
  58. // Copyright Oliver Kowalke 2009.
  59. // Distributed under the Boost Software License, Version 1.0.
  60. // (See accompanying file LICENSE_1_0.txt or copy at
  61. Scancode info:
  62. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  63. Score : 100.00
  64. Match type : COPYRIGHT
  65. Files with this license:
  66. include/boost/context/detail/fcontext.hpp [2:4]
  67. src/asm/jump_arm_aapcs_elf_gas.S [2:4]
  68. src/asm/jump_arm_aapcs_macho_gas.S [2:4]
  69. src/asm/jump_arm_aapcs_pe_armasm.masm [2:4]
  70. src/asm/jump_i386_ms_pe_masm.masm [2:4]
  71. src/asm/jump_i386_sysv_elf_gas.S [2:4]
  72. src/asm/jump_i386_sysv_macho_gas.S [2:4]
  73. src/asm/jump_x86_64_ms_pe_masm.masm [2:4]
  74. src/asm/jump_x86_64_sysv_elf_gas.S [2:4]
  75. src/asm/jump_x86_64_sysv_macho_gas.S [2:4]
  76. src/asm/make_arm_aapcs_elf_gas.S [2:4]
  77. src/asm/make_arm_aapcs_macho_gas.S [2:4]
  78. src/asm/make_arm_aapcs_pe_armasm.masm [2:4]
  79. src/asm/make_i386_ms_pe_masm.masm [2:4]
  80. src/asm/make_i386_sysv_elf_gas.S [2:4]
  81. src/asm/make_i386_sysv_macho_gas.S [2:4]
  82. src/asm/make_x86_64_ms_pe_masm.masm [2:4]
  83. src/asm/make_x86_64_sysv_elf_gas.S [2:4]
  84. src/asm/make_x86_64_sysv_macho_gas.S [2:4]
  85. src/asm/ontop_arm_aapcs_elf_gas.S [2:4]
  86. src/asm/ontop_arm_aapcs_macho_gas.S [2:4]
  87. src/asm/ontop_arm_aapcs_pe_armasm.masm [2:4]
  88. src/asm/ontop_i386_ms_pe_masm.masm [2:4]
  89. src/asm/ontop_i386_sysv_elf_gas.S [2:4]
  90. src/asm/ontop_i386_sysv_macho_gas.S [2:4]
  91. src/asm/ontop_x86_64_ms_pe_masm.masm [2:4]
  92. src/asm/ontop_x86_64_sysv_elf_gas.S [2:4]
  93. src/asm/ontop_x86_64_sysv_macho_gas.S [2:4]
  94. src/untested.cpp [2:4]
  95. KEEP COPYRIGHT_SERVICE_LABEL c3ce9643507aa0942a28211fe8f95eff
  96. BELONGS ya.make
  97. License text:
  98. // Copyright Oliver Kowalke 2017.
  99. // Distributed under the Boost Software License, Version 1.0.
  100. // (See accompanying file LICENSE_1_0.txt or copy at
  101. Scancode info:
  102. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  103. Score : 100.00
  104. Match type : COPYRIGHT
  105. Files with this license:
  106. include/boost/context/continuation.hpp [2:4]
  107. include/boost/context/continuation_fcontext.hpp [2:4]
  108. include/boost/context/continuation_ucontext.hpp [2:4]
  109. include/boost/context/continuation_winfib.hpp [2:4]
  110. include/boost/context/detail/prefetch.hpp [1:3]
  111. include/boost/context/fiber.hpp [2:4]
  112. include/boost/context/fiber_fcontext.hpp [2:4]
  113. include/boost/context/fiber_ucontext.hpp [2:4]
  114. include/boost/context/fiber_winfib.hpp [2:4]
  115. src/continuation.cpp [2:4]
  116. src/fiber.cpp [2:4]
  117. KEEP COPYRIGHT_SERVICE_LABEL d08b64268e9bf8233011a58377066d90
  118. BELONGS ya.make
  119. License text:
  120. // Copyright Oliver Kowalke 2014.
  121. // Distributed under the Boost Software License, Version 1.0.
  122. // (See accompanying file LICENSE_1_0.txt or copy at
  123. Scancode info:
  124. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  125. Score : 100.00
  126. Match type : COPYRIGHT
  127. Files with this license:
  128. include/boost/context/detail/apply.hpp [2:4]
  129. include/boost/context/detail/config.hpp [2:4]
  130. include/boost/context/detail/disable_overload.hpp [2:4]
  131. include/boost/context/detail/exception.hpp [2:4]
  132. include/boost/context/detail/exchange.hpp [2:4]
  133. include/boost/context/detail/externc.hpp [2:4]
  134. include/boost/context/detail/index_sequence.hpp [2:4]
  135. include/boost/context/detail/invoke.hpp [2:4]
  136. include/boost/context/detail/tuple.hpp [2:4]
  137. include/boost/context/fixedsize_stack.hpp [2:4]
  138. include/boost/context/flags.hpp [2:4]
  139. include/boost/context/pooled_fixedsize_stack.hpp [2:4]
  140. include/boost/context/posix/protected_fixedsize_stack.hpp [2:4]
  141. include/boost/context/posix/segmented_stack.hpp [2:4]
  142. include/boost/context/preallocated.hpp [2:4]
  143. include/boost/context/protected_fixedsize_stack.hpp [2:4]
  144. include/boost/context/segmented_stack.hpp [2:4]
  145. include/boost/context/stack_context.hpp [2:4]
  146. include/boost/context/stack_traits.hpp [2:4]
  147. include/boost/context/windows/protected_fixedsize_stack.hpp [2:4]
  148. src/posix/stack_traits.cpp [2:4]
  149. src/windows/stack_traits.cpp [2:4]