devtools.copyrights.report 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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 9ed7b7468c684d33492a4176e9cf31b1
  96. BELONGS ya.make
  97. Note: matched license text is too long. Read it in the source files.
  98. Scancode info:
  99. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  100. Score : 100.00
  101. Match type : COPYRIGHT
  102. Files with this license:
  103. src/fcontext.cpp [1:3]
  104. KEEP COPYRIGHT_SERVICE_LABEL c3ce9643507aa0942a28211fe8f95eff
  105. BELONGS ya.make
  106. License text:
  107. // Copyright Oliver Kowalke 2017.
  108. // Distributed under the Boost Software License, Version 1.0.
  109. // (See accompanying file LICENSE_1_0.txt or copy at
  110. Scancode info:
  111. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  112. Score : 100.00
  113. Match type : COPYRIGHT
  114. Files with this license:
  115. include/boost/context/continuation.hpp [2:4]
  116. include/boost/context/continuation_fcontext.hpp [2:4]
  117. include/boost/context/continuation_ucontext.hpp [2:4]
  118. include/boost/context/continuation_winfib.hpp [2:4]
  119. include/boost/context/detail/prefetch.hpp [1:3]
  120. include/boost/context/fiber.hpp [2:4]
  121. include/boost/context/fiber_fcontext.hpp [2:4]
  122. include/boost/context/fiber_ucontext.hpp [2:4]
  123. include/boost/context/fiber_winfib.hpp [2:4]
  124. src/continuation.cpp [2:4]
  125. src/fiber.cpp [2:4]
  126. KEEP COPYRIGHT_SERVICE_LABEL d08b64268e9bf8233011a58377066d90
  127. BELONGS ya.make
  128. License text:
  129. // Copyright Oliver Kowalke 2014.
  130. // Distributed under the Boost Software License, Version 1.0.
  131. // (See accompanying file LICENSE_1_0.txt or copy at
  132. Scancode info:
  133. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  134. Score : 100.00
  135. Match type : COPYRIGHT
  136. Files with this license:
  137. include/boost/context/detail/apply.hpp [2:4]
  138. include/boost/context/detail/config.hpp [2:4]
  139. include/boost/context/detail/disable_overload.hpp [2:4]
  140. include/boost/context/detail/exception.hpp [2:4]
  141. include/boost/context/detail/exchange.hpp [2:4]
  142. include/boost/context/detail/externc.hpp [2:4]
  143. include/boost/context/detail/index_sequence.hpp [2:4]
  144. include/boost/context/detail/invoke.hpp [2:4]
  145. include/boost/context/detail/tuple.hpp [2:4]
  146. include/boost/context/fixedsize_stack.hpp [2:4]
  147. include/boost/context/flags.hpp [2:4]
  148. include/boost/context/pooled_fixedsize_stack.hpp [2:4]
  149. include/boost/context/posix/protected_fixedsize_stack.hpp [2:4]
  150. include/boost/context/posix/segmented_stack.hpp [2:4]
  151. include/boost/context/preallocated.hpp [2:4]
  152. include/boost/context/protected_fixedsize_stack.hpp [2:4]
  153. include/boost/context/segmented_stack.hpp [2:4]
  154. include/boost/context/stack_context.hpp [2:4]
  155. include/boost/context/stack_traits.hpp [2:4]
  156. include/boost/context/windows/protected_fixedsize_stack.hpp [2:4]
  157. src/posix/stack_traits.cpp [2:4]
  158. src/windows/stack_traits.cpp [2:4]