devtools.licenses.report 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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 spdx} {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 NCSA AND MIT 0791db4b6d90edd44c715bba1e426f74
  32. BELONGS ya.make
  33. FILE_INCLUDE LICENSE.txt found in files: kmp.h at line 12, kmp_affinity.cpp at line 11, kmp_affinity.h at line 11, kmp_alloc.c at line 11, kmp_atomic.c at line 11, kmp_atomic.h at line 11, kmp_barrier.cpp at line 11, kmp_cancel.cpp at line 7, kmp_config.h at line 9, kmp_csupport.c at line 11, kmp_debug.c at line 11, kmp_debug.h at line 11, kmp_dispatch.cpp at line 11, kmp_environment.c at line 11, kmp_environment.h at line 11, kmp_error.c at line 11, kmp_error.h at line 11, kmp_ftn_cdecl.c at line 11, kmp_ftn_entry.h at line 11, kmp_ftn_extra.c at line 11, kmp_ftn_os.h at line 11, kmp_global.c at line 11, kmp_gsupport.c at line 11, kmp_i18n.c at line 11, kmp_i18n.h at line 11, kmp_io.c at line 11, kmp_io.h at line 11, kmp_itt.c at line 14, kmp_itt.h at line 12, kmp_itt.inl at line 12, kmp_lock.cpp at line 11, kmp_lock.h at line 11, kmp_os.h at line 11, kmp_platform.h at line 10, kmp_runtime.c at line 11, kmp_safe_c_api.h at line 7, kmp_sched.cpp at line 11, kmp_settings.c at line 11, kmp_settings.h at line 11, kmp_stats.h at line 14, kmp_str.c at line 11, kmp_str.h at line 11, kmp_taskdeps.cpp at line 11, kmp_tasking.c at line 11, kmp_taskq.c at line 11, kmp_threadprivate.c at line 11, kmp_utility.c at line 11, kmp_version.c at line 11, kmp_version.h at line 11, kmp_wait_release.cpp at line 11, kmp_wait_release.h at line 11, kmp_wrapper_getpid.h at line 11, kmp_wrapper_malloc.h at line 12, omp.h at line 11, thirdparty/ittnotify/disable_warnings.h at line 7, thirdparty/ittnotify/ittnotify.h at line 7, thirdparty/ittnotify/ittnotify_config.h at line 7, thirdparty/ittnotify/ittnotify_static.c at line 7, thirdparty/ittnotify/ittnotify_types.h at line 7, thirdparty/ittnotify/legacy/ittnotify.h at line 7, z_Linux_util.c at line 11
  34. License text:
  35. // This file is dual licensed under the MIT and the University of Illinois Open
  36. // Source Licenses. See LICENSE.txt for details.
  37. Scancode info:
  38. Original SPDX id: NCSA
  39. Score : 100.00
  40. Match type : NOTICE
  41. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  42. Files with this license:
  43. kmp.h [11:12]
  44. kmp_affinity.cpp [10:11]
  45. kmp_affinity.h [10:11]
  46. kmp_alloc.c [10:11]
  47. kmp_atomic.c [10:11]
  48. kmp_atomic.h [10:11]
  49. kmp_barrier.cpp [10:11]
  50. kmp_cancel.cpp [6:7]
  51. kmp_config.h [8:9]
  52. kmp_csupport.c [10:11]
  53. kmp_debug.c [10:11]
  54. kmp_debug.h [10:11]
  55. kmp_dispatch.cpp [10:11]
  56. kmp_environment.c [10:11]
  57. kmp_environment.h [10:11]
  58. kmp_error.c [10:11]
  59. kmp_error.h [10:11]
  60. kmp_ftn_cdecl.c [10:11]
  61. kmp_ftn_entry.h [10:11]
  62. kmp_ftn_extra.c [10:11]
  63. kmp_ftn_os.h [10:11]
  64. kmp_global.c [10:11]
  65. kmp_gsupport.c [10:11]
  66. kmp_i18n.c [10:11]
  67. kmp_i18n.h [10:11]
  68. kmp_io.c [10:11]
  69. kmp_io.h [10:11]
  70. kmp_itt.c [13:14]
  71. kmp_itt.h [11:12]
  72. kmp_itt.inl [11:12]
  73. kmp_lock.cpp [10:11]
  74. kmp_lock.h [10:11]
  75. kmp_os.h [10:11]
  76. kmp_platform.h [9:10]
  77. kmp_runtime.c [10:11]
  78. kmp_safe_c_api.h [6:7]
  79. kmp_sched.cpp [10:11]
  80. kmp_settings.c [10:11]
  81. kmp_settings.h [10:11]
  82. kmp_stats.h [13:14]
  83. kmp_str.c [10:11]
  84. kmp_str.h [10:11]
  85. kmp_taskdeps.cpp [10:11]
  86. kmp_tasking.c [10:11]
  87. kmp_taskq.c [10:11]
  88. kmp_threadprivate.c [10:11]
  89. kmp_utility.c [10:11]
  90. kmp_version.c [10:11]
  91. kmp_version.h [10:11]
  92. kmp_wait_release.cpp [10:11]
  93. kmp_wait_release.h [10:11]
  94. kmp_wrapper_getpid.h [10:11]
  95. kmp_wrapper_malloc.h [11:12]
  96. omp.h [10:11]
  97. thirdparty/ittnotify/disable_warnings.h [6:7]
  98. thirdparty/ittnotify/ittnotify.h [6:7]
  99. thirdparty/ittnotify/ittnotify_config.h [6:7]
  100. thirdparty/ittnotify/ittnotify_static.c [6:7]
  101. thirdparty/ittnotify/ittnotify_types.h [6:7]
  102. thirdparty/ittnotify/legacy/ittnotify.h [6:7]
  103. z_Linux_util.c [10:11]
  104. Scancode info:
  105. Original SPDX id: MIT
  106. Score : 100.00
  107. Match type : NOTICE
  108. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  109. Files with this license:
  110. kmp.h [11:12]
  111. kmp_affinity.cpp [10:11]
  112. kmp_affinity.h [10:11]
  113. kmp_alloc.c [10:11]
  114. kmp_atomic.c [10:11]
  115. kmp_atomic.h [10:11]
  116. kmp_barrier.cpp [10:11]
  117. kmp_cancel.cpp [6:7]
  118. kmp_config.h [8:9]
  119. kmp_csupport.c [10:11]
  120. kmp_debug.c [10:11]
  121. kmp_debug.h [10:11]
  122. kmp_dispatch.cpp [10:11]
  123. kmp_environment.c [10:11]
  124. kmp_environment.h [10:11]
  125. kmp_error.c [10:11]
  126. kmp_error.h [10:11]
  127. kmp_ftn_cdecl.c [10:11]
  128. kmp_ftn_entry.h [10:11]
  129. kmp_ftn_extra.c [10:11]
  130. kmp_ftn_os.h [10:11]
  131. kmp_global.c [10:11]
  132. kmp_gsupport.c [10:11]
  133. kmp_i18n.c [10:11]
  134. kmp_i18n.h [10:11]
  135. kmp_io.c [10:11]
  136. kmp_io.h [10:11]
  137. kmp_itt.c [13:14]
  138. kmp_itt.h [11:12]
  139. kmp_itt.inl [11:12]
  140. kmp_lock.cpp [10:11]
  141. kmp_lock.h [10:11]
  142. kmp_os.h [10:11]
  143. kmp_platform.h [9:10]
  144. kmp_runtime.c [10:11]
  145. kmp_safe_c_api.h [6:7]
  146. kmp_sched.cpp [10:11]
  147. kmp_settings.c [10:11]
  148. kmp_settings.h [10:11]
  149. kmp_stats.h [13:14]
  150. kmp_str.c [10:11]
  151. kmp_str.h [10:11]
  152. kmp_taskdeps.cpp [10:11]
  153. kmp_tasking.c [10:11]
  154. kmp_taskq.c [10:11]
  155. kmp_threadprivate.c [10:11]
  156. kmp_utility.c [10:11]
  157. kmp_version.c [10:11]
  158. kmp_version.h [10:11]
  159. kmp_wait_release.cpp [10:11]
  160. kmp_wait_release.h [10:11]
  161. kmp_wrapper_getpid.h [10:11]
  162. kmp_wrapper_malloc.h [11:12]
  163. omp.h [10:11]
  164. thirdparty/ittnotify/disable_warnings.h [6:7]
  165. thirdparty/ittnotify/ittnotify.h [6:7]
  166. thirdparty/ittnotify/ittnotify_config.h [6:7]
  167. thirdparty/ittnotify/ittnotify_static.c [6:7]
  168. thirdparty/ittnotify/ittnotify_types.h [6:7]
  169. thirdparty/ittnotify/legacy/ittnotify.h [6:7]
  170. z_Linux_util.c [10:11]
  171. KEEP NCSA AND MIT 1046d955b73b76a5985bad28cebed867
  172. BELONGS ya.make
  173. Note: matched license text is too long. Read it in the source files.
  174. Scancode info:
  175. Original SPDX id: NCSA
  176. Score : 100.00
  177. Match type : NOTICE
  178. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  179. Files with this license:
  180. LICENSE.txt [3:10]
  181. Scancode info:
  182. Original SPDX id: MIT
  183. Score : 100.00
  184. Match type : NOTICE
  185. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  186. Files with this license:
  187. LICENSE.txt [3:10]
  188. Scancode info:
  189. Original SPDX id: LicenseRef-scancode-generic-cla
  190. Score : 100.00
  191. Match type : NOTICE
  192. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-cla.LICENSE
  193. Files with this license:
  194. LICENSE.txt [3:10]
  195. KEEP NCSA AND MIT 479de2cae020eacfac58212c03d33ab1
  196. BELONGS ya.make
  197. FILE_INCLUDE LICENSE.txt found in files: thirdparty/ittnotify/ittnotify_static.h at line 7
  198. License text:
  199. // This file is dual licensed under the MIT and the University of Illinois Open
  200. // Source Licenses. See LICENSE.txt for details.
  201. Scancode info:
  202. Original SPDX id: NCSA
  203. Score : 100.00
  204. Match type : NOTICE
  205. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  206. Files with this license:
  207. thirdparty/ittnotify/ittnotify_static.h [6:7]
  208. Scancode info:
  209. Original SPDX id: MIT
  210. Score : 100.00
  211. Match type : NOTICE
  212. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  213. Files with this license:
  214. thirdparty/ittnotify/ittnotify_static.h [6:7]
  215. KEEP MIT 5debb370f50e1dfd24ff5144233a2ef6
  216. BELONGS ya.make
  217. Note: matched license text is too long. Read it in the source files.
  218. Scancode info:
  219. Original SPDX id: MIT
  220. Score : 100.00
  221. Match type : TEXT
  222. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  223. Files with this license:
  224. LICENSE.txt [56:72]
  225. KEEP NCSA AND MIT 61ab203794bd26e0aab2c6b954e30d9a
  226. BELONGS ya.make
  227. FILE_INCLUDE LICENSE.txt found in files: z_Linux_asm.s at line 10
  228. License text:
  229. //// This file is dual licensed under the MIT and the University of Illinois Open
  230. //// Source Licenses. See LICENSE.txt for details.
  231. Scancode info:
  232. Original SPDX id: NCSA
  233. Score : 100.00
  234. Match type : NOTICE
  235. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  236. Files with this license:
  237. z_Linux_asm.s [9:10]
  238. Scancode info:
  239. Original SPDX id: MIT
  240. Score : 100.00
  241. Match type : NOTICE
  242. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  243. Files with this license:
  244. z_Linux_asm.s [9:10]
  245. KEEP NCSA 6caabae7bd314fb6e6055ec150ee747f
  246. BELONGS ya.make
  247. Note: matched license text is too long. Read it in the source files.
  248. Scancode info:
  249. Original SPDX id: NCSA
  250. Score : 99.55
  251. Match type : TEXT
  252. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  253. Files with this license:
  254. LICENSE.txt [26:50]
  255. KEEP NCSA c26d0b72f92421989c4471ae0acbc943
  256. BELONGS ya.make
  257. License text:
  258. University of Illinois/NCSA
  259. Open Source License
  260. Scancode info:
  261. Original SPDX id: NCSA
  262. Score : 100.00
  263. Match type : REFERENCE
  264. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  265. Files with this license:
  266. LICENSE.txt [14:15]
  267. KEEP Intel-LLVM-SGA d5a6528c4e206fd72c16045a75e34576
  268. BELONGS ya.make
  269. Note: matched license text is too long. Read it in the source files.
  270. Scancode info:
  271. Original SPDX id: LicenseRef-scancode-arm-llvm-sga
  272. Score : 99.00
  273. Match type : TEXT
  274. Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/arm-llvm-sga.LICENSE
  275. Files with this license:
  276. LICENSE.txt [78:122]
  277. KEEP NCSA AND MIT e56769dac6aaa0678164025adda8a1da
  278. BELONGS ya.make
  279. FILE_INCLUDE LICENSE.txt found in files: exports_so.txt at line 9
  280. License text:
  281. \#// This file is dual licensed under the MIT and the University of Illinois Open
  282. \#// Source Licenses. See LICENSE.txt for details.
  283. Scancode info:
  284. Original SPDX id: NCSA
  285. Score : 100.00
  286. Match type : NOTICE
  287. Links : http://www.otm.illinois.edu/faculty/forms/opensource.asp, https://spdx.org/licenses/NCSA
  288. Files with this license:
  289. exports_so.txt [8:9]
  290. Scancode info:
  291. Original SPDX id: MIT
  292. Score : 100.00
  293. Match type : NOTICE
  294. Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
  295. Files with this license:
  296. exports_so.txt [8:9]