devtools.copyrights.report 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  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 040eb53afdd3e42bceae7b112ed0c7b5
  36. BELONGS ya.make
  37. License text:
  38. "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
  39. "Run yasm --license for licensing overview and summary."
  40. Scancode info:
  41. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  42. Score : 100.00
  43. Match type : COPYRIGHT
  44. Files with this license:
  45. frontends/tasm/tasm.c [232:233]
  46. frontends/vsyasm/vsyasm.c [224:225]
  47. KEEP COPYRIGHT_SERVICE_LABEL 1042f3722f2b5478932208894fc0c75d
  48. BELONGS ya.make
  49. License text:
  50. "Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
  51. "Run yasm --license for licensing overview and summary."
  52. Scancode info:
  53. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  54. Score : 100.00
  55. Match type : COPYRIGHT
  56. Files with this license:
  57. frontends/yasm/yasm.c [228:229]
  58. KEEP COPYRIGHT_SERVICE_LABEL 16ed76d63a9c46131af23245e9ca696b
  59. BELONGS ya.make
  60. License text:
  61. * Copyright (c) 1991, 1993
  62. * The Regents of the University of California. All rights reserved.
  63. Scancode info:
  64. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  65. Score : 100.00
  66. Match type : COPYRIGHT
  67. Files with this license:
  68. libyasm/compat-queue.h [4:5]
  69. KEEP COPYRIGHT_SERVICE_LABEL 1d19971221d4512a51d42f2f33f54c75
  70. BELONGS ya.make
  71. License text:
  72. * Copyright (C) 2004-2007 Peter Johnson
  73. Scancode info:
  74. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  75. Score : 100.00
  76. Match type : COPYRIGHT
  77. Files with this license:
  78. libyasm/cmake-module.c [4:4]
  79. libyasm/genmodule.c [5:5]
  80. libyasm/listfmt.h [6:6]
  81. modules/listfmts/nasm/nasm-listfmt.c [4:4]
  82. modules/objfmts/xdf/xdf-objfmt.c [4:4]
  83. KEEP COPYRIGHT_SERVICE_LABEL 35e7f29f814e74c19fb7ee407d6deffa
  84. BELONGS ya.make
  85. License text:
  86. * Copyright (C) 2005-2007 Peter Johnson
  87. Scancode info:
  88. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  89. Score : 100.00
  90. Match type : COPYRIGHT
  91. Files with this license:
  92. libyasm/bc-align.c [4:4]
  93. libyasm/bc-org.c [4:4]
  94. libyasm/insn.c [4:4]
  95. modules/gas-token.c [6:6]
  96. modules/parsers/gas/gas-parse.c [4:4]
  97. modules/parsers/gas/gas-parser.c [4:4]
  98. modules/parsers/gas/gas-parser.h [4:4]
  99. KEEP COPYRIGHT_SERVICE_LABEL 3f9f5289ef7a60a17964e1be49906fee
  100. BELONGS ya.make
  101. License text:
  102. * Copyright (C) 2008 Peter Johnson
  103. Scancode info:
  104. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  105. Score : 100.00
  106. Match type : COPYRIGHT
  107. Files with this license:
  108. frontends/yasm/yasm-plugin.c [4:4]
  109. frontends/yasm/yasm-plugin.h [4:4]
  110. KEEP COPYRIGHT_SERVICE_LABEL 43f1294a917d0e7b31cf14c81c7a5422
  111. BELONGS ya.make
  112. License text:
  113. * Copyright (C) 2001-2008 Peter Johnson
  114. * Copyright (C) 2007-2008 Samuel Thibault
  115. Scancode info:
  116. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  117. Score : 100.00
  118. Match type : COPYRIGHT
  119. Files with this license:
  120. frontends/tasm/tasm.c [4:5]
  121. KEEP COPYRIGHT_SERVICE_LABEL 483a0cb9e254906fa6961f9279e1b8eb
  122. BELONGS ya.make
  123. License text:
  124. "Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
  125. Scancode info:
  126. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  127. Score : 100.00
  128. Match type : COPYRIGHT
  129. Files with this license:
  130. frontends/tasm/license.c [4:4]
  131. frontends/vsyasm/license.c [4:4]
  132. frontends/yasm/license.c [4:4]
  133. KEEP COPYRIGHT_SERVICE_LABEL 4b83ff0699eb0004b36d21ba43ea57b3
  134. BELONGS ya.make
  135. License text:
  136. * Copyright (C) 2001-2007 Peter Johnson
  137. Scancode info:
  138. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  139. Score : 100.00
  140. Match type : COPYRIGHT
  141. Files with this license:
  142. frontends/vsyasm/vsyasm.c [4:4]
  143. frontends/yasm/yasm.c [4:4]
  144. libyasm/bc-data.c [4:4]
  145. libyasm/bc-incbin.c [4:4]
  146. libyasm/bc-reserve.c [4:4]
  147. libyasm/bytecode.c [4:4]
  148. libyasm/bytecode.h [6:6]
  149. libyasm/coretype.h [6:6]
  150. libyasm/errwarn.c [4:4]
  151. libyasm/errwarn.h [6:6]
  152. libyasm/file.c [4:4]
  153. libyasm/file.h [6:6]
  154. libyasm/floatnum.c [4:4]
  155. libyasm/floatnum.h [6:6]
  156. libyasm/hamt.c [4:4]
  157. libyasm/hamt.h [6:6]
  158. libyasm/intnum.c [4:4]
  159. libyasm/intnum.h [6:6]
  160. libyasm/objfmt.h [6:6]
  161. libyasm/parser.h [6:6]
  162. libyasm/preproc.h [6:6]
  163. libyasm/section.c [4:4]
  164. libyasm/section.h [6:6]
  165. libyasm/valparam.c [4:4]
  166. libyasm/valparam.h [6:6]
  167. libyasm/xmalloc.c [4:4]
  168. modules/arch/x86/x86arch.h [4:4]
  169. modules/arch/x86/x86bc.c [4:4]
  170. modules/arch/x86/x86expr.c [4:4]
  171. modules/nasm-token.c [6:6]
  172. modules/objfmts/dbg/dbg-objfmt.c [4:4]
  173. modules/parsers/nasm/nasm-parser.c [4:4]
  174. modules/preprocs/cpp/cpp-preproc.c [4:5]
  175. modules/preprocs/raw/raw-preproc.c [4:4]
  176. util.h [7:7]
  177. KEEP COPYRIGHT_SERVICE_LABEL 4bf0523d979d6e4ffec62a69e2cc9bf7
  178. BELONGS ya.make
  179. License text:
  180. * Copyright (C) 2010 Alexei Svitkine
  181. Scancode info:
  182. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  183. Score : 100.00
  184. Match type : COPYRIGHT
  185. Files with this license:
  186. modules/parsers/gas/gas-parse-intel.c [4:4]
  187. KEEP COPYRIGHT_SERVICE_LABEL 5002082c77059b83b868762a4572de81
  188. BELONGS ya.make
  189. License text:
  190. (c) Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this
  191. code any way you wish, private, educational, or commercial, as long
  192. as this whole comment accompanies it.
  193. Scancode info:
  194. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  195. Score : 100.00
  196. Match type : COPYRIGHT
  197. Files with this license:
  198. libyasm/phash.c [182:184]
  199. KEEP COPYRIGHT_SERVICE_LABEL 5ac482aab2ee8bf12db24a2bdd4523b9
  200. BELONGS ya.make
  201. License text:
  202. * Copyright (c) 1988, 1993
  203. * The Regents of the University of California. All rights reserved.
  204. Scancode info:
  205. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  206. Score : 100.00
  207. Match type : COPYRIGHT
  208. Files with this license:
  209. libyasm/xstrdup.c [4:5]
  210. KEEP COPYRIGHT_SERVICE_LABEL 65ad918678850b70e761686f90d3ec0b
  211. BELONGS ya.make
  212. License text:
  213. * Copyright (C) 2001-2007 Michael Urman, Peter Johnson
  214. Scancode info:
  215. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  216. Score : 100.00
  217. Match type : COPYRIGHT
  218. Files with this license:
  219. libyasm/expr.c [4:4]
  220. libyasm/expr.h [6:6]
  221. libyasm/symrec.c [4:4]
  222. libyasm/symrec.h [6:6]
  223. KEEP COPYRIGHT_SERVICE_LABEL 69ff6cc122b7ebf829e73cd9469b6699
  224. BELONGS ya.make
  225. License text:
  226. Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  227. Scancode info:
  228. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  229. Score : 100.00
  230. Match type : COPYRIGHT
  231. Files with this license:
  232. COPYING [1:1]
  233. KEEP COPYRIGHT_SERVICE_LABEL 71a5570b4ed12474c30d73d9c6d6af57
  234. BELONGS ya.make
  235. License text:
  236. * Copyright (c) 1992, 1993
  237. * The Regents of the University of California. All rights reserved.
  238. Scancode info:
  239. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  240. Score : 100.00
  241. Match type : COPYRIGHT
  242. Files with this license:
  243. libyasm/mergesort.c [4:5]
  244. KEEP COPYRIGHT_SERVICE_LABEL 85f01196787841ee930c7d9e9afe5891
  245. BELONGS ya.make
  246. License text:
  247. Copyright (C) 1991 Free Software Foundation, Inc.
  248. 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
  249. Everyone is permitted to copy and distribute verbatim copies
  250. Scancode info:
  251. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  252. Score : 100.00
  253. Match type : COPYRIGHT
  254. Files with this license:
  255. GNU_LGPL-2.0 [4:6]
  256. KEEP COPYRIGHT_SERVICE_LABEL 8cf91579d8cb4087b6bd775cd2b2bbed
  257. BELONGS ya.make
  258. License text:
  259. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  260. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  261. Everyone is permitted to copy and distribute verbatim copies
  262. Scancode info:
  263. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  264. Score : 100.00
  265. Match type : COPYRIGHT
  266. Files with this license:
  267. GNU_GPL-2.0 [4:6]
  268. KEEP COPYRIGHT_SERVICE_LABEL 91ed2a52abb6d4174e5a50147be44f81
  269. BELONGS ya.make
  270. License text:
  271. * Copyright (c) 1990, 1993
  272. * The Regents of the University of California. All rights reserved.
  273. Scancode info:
  274. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  275. Score : 100.00
  276. Match type : COPYRIGHT
  277. Files with this license:
  278. libyasm/strsep.c [4:5]
  279. KEEP COPYRIGHT_SERVICE_LABEL 971686ad99f50d98207ab34abd52386e
  280. BELONGS ya.make
  281. Note: matched license text is too long. Read it in the source files.
  282. Scancode info:
  283. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  284. Score : 100.00
  285. Match type : COPYRIGHT
  286. Files with this license:
  287. libyasm/bitvect.c [3858:3862]
  288. libyasm/bitvect.h [477:481]
  289. KEEP COPYRIGHT_SERVICE_LABEL 9d17f6c33ccdc6f4d2d121490290915e
  290. BELONGS ya.make
  291. License text:
  292. * Copyright (c) 1988, 1993, 2019
  293. * The Regents of the University of California. All rights reserved.
  294. Scancode info:
  295. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  296. Score : 100.00
  297. Match type : COPYRIGHT
  298. Files with this license:
  299. libyasm/replace_path.c [2:3]
  300. KEEP COPYRIGHT_SERVICE_LABEL 9d779b0d83ae00030ec57f9afde03f57
  301. BELONGS ya.make
  302. License text:
  303. * Copyright (c) 1987, 1993
  304. * The Regents of the University of California. All rights reserved.
  305. Scancode info:
  306. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  307. Score : 100.00
  308. Match type : COPYRIGHT
  309. Files with this license:
  310. libyasm/strcasecmp.c [5:6]
  311. KEEP COPYRIGHT_SERVICE_LABEL a4efb4ed0f45e53e8b61395c4f0f82c8
  312. BELONGS ya.make
  313. License text:
  314. * Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
  315. Scancode info:
  316. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  317. Score : 100.00
  318. Match type : COPYRIGHT
  319. Files with this license:
  320. frontends/tasm/tasm-options.c [4:4]
  321. frontends/tasm/tasm-options.h [4:4]
  322. frontends/yasm/yasm-options.c [4:4]
  323. frontends/yasm/yasm-options.h [4:4]
  324. KEEP COPYRIGHT_SERVICE_LABEL a5279380087fd196a366e39471c2a41e
  325. BELONGS ya.make
  326. License text:
  327. * Copyright (C) 2004-2007 Michael Urman
  328. Scancode info:
  329. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  330. Score : 100.00
  331. Match type : COPYRIGHT
  332. Files with this license:
  333. modules/objfmts/elf/elf-machine.h [4:4]
  334. modules/objfmts/elf/elf-x86-amd64.c [4:4]
  335. modules/objfmts/elf/elf-x86-x86.c [4:4]
  336. KEEP COPYRIGHT_SERVICE_LABEL aaec82dc936a1832c334f30e48c11863
  337. BELONGS ya.make
  338. License text:
  339. * Copyright (C) 2007 Henryk Richter, built upon xdf objfmt (C) Peter Johnson
  340. Scancode info:
  341. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  342. Score : 100.00
  343. Match type : COPYRIGHT
  344. Files with this license:
  345. modules/objfmts/macho/macho-objfmt.c [4:4]
  346. KEEP COPYRIGHT_SERVICE_LABEL af24fae8ec2496b32445bfd9cdb6de72
  347. BELONGS ya.make
  348. License text:
  349. * Copyright (C) 2009 Alexei Svitkine
  350. Scancode info:
  351. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  352. Score : 100.00
  353. Match type : COPYRIGHT
  354. Files with this license:
  355. modules/preprocs/gas/gas-preproc.c [4:4]
  356. KEEP COPYRIGHT_SERVICE_LABEL b4fcd0c4417f6edb1a48b0357023158a
  357. BELONGS ya.make
  358. License text:
  359. * Copyright (C) 2003-2007 Michael Urman
  360. Scancode info:
  361. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  362. Score : 100.00
  363. Match type : COPYRIGHT
  364. Files with this license:
  365. modules/dbgfmts/stabs/stabs-dbgfmt.c [4:4]
  366. modules/objfmts/elf/elf-objfmt.c [4:4]
  367. modules/objfmts/elf/elf.c [4:4]
  368. modules/objfmts/elf/elf.h [4:4]
  369. KEEP COPYRIGHT_SERVICE_LABEL b672346749080186fc3300636097f33e
  370. BELONGS ya.make
  371. License text:
  372. * Copyright (C) 2003-2007 Peter Johnson
  373. Scancode info:
  374. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  375. Score : 100.00
  376. Match type : COPYRIGHT
  377. Files with this license:
  378. libyasm.h [6:6]
  379. libyasm/assocdat.c [4:4]
  380. libyasm/assocdat.h [6:6]
  381. modules/arch/lc3b/lc3barch.c [4:4]
  382. modules/arch/lc3b/lc3barch.h [4:4]
  383. modules/arch/lc3b/lc3bbc.c [4:4]
  384. modules/lc3bid.c [6:6]
  385. KEEP COPYRIGHT_SERVICE_LABEL bbe7fd4f2281aa1375aa1eff44193f3c
  386. BELONGS ya.make
  387. License text:
  388. * Copyright (C) 2007 Henryk Richter, built upon xdf objfmt (C) Peter Johnson
  389. Scancode info:
  390. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  391. Score : 100.00
  392. Match type : COPYRIGHT
  393. Files with this license:
  394. modules/objfmts/macho/macho-objfmt.c [4:4]
  395. KEEP COPYRIGHT_SERVICE_LABEL c0a580767e4df988cbeb3a33fe57d251
  396. BELONGS ya.make
  397. Note: matched license text is too long. Read it in the source files.
  398. Scancode info:
  399. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  400. Score : 100.00
  401. Match type : COPYRIGHT
  402. Files with this license:
  403. GNU_GPL-2.0 [251:256]
  404. GNU_LGPL-2.0 [407:412]
  405. KEEP COPYRIGHT_SERVICE_LABEL c2e6e65775055bdd08934848b2c77a4f
  406. BELONGS ya.make
  407. License text:
  408. * Copyright (C) 2001-2008 Peter Johnson
  409. * Copyright (C) 2007-2008 Samuel Thibault
  410. Scancode info:
  411. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  412. Score : 100.00
  413. Match type : COPYRIGHT
  414. Files with this license:
  415. frontends/tasm/tasm.c [4:5]
  416. KEEP COPYRIGHT_SERVICE_LABEL c3518306e014a9991f4178523d335795
  417. BELONGS ya.make
  418. License text:
  419. * Copyright (C) 2007 Peter Johnson
  420. Scancode info:
  421. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  422. Score : 100.00
  423. Match type : COPYRIGHT
  424. Files with this license:
  425. modules/objfmts/coff/coff-objfmt.h [4:4]
  426. modules/objfmts/coff/win64-except.c [4:4]
  427. KEEP COPYRIGHT_SERVICE_LABEL c751cfb88d8b5235f973b776d96e1d77
  428. BELONGS ya.make
  429. License text:
  430. * Copyright (C) 2007 Paul Barker
  431. * Copyright (C) 2001-2007 Peter Johnson
  432. Scancode info:
  433. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  434. Score : 100.00
  435. Match type : COPYRIGHT
  436. Files with this license:
  437. modules/preprocs/cpp/cpp-preproc.c [4:5]
  438. KEEP COPYRIGHT_SERVICE_LABEL d150d738185f9bc17b25edf92c376806
  439. BELONGS ya.make
  440. License text:
  441. * Copyright (C) 2006-2007 Peter Johnson
  442. Scancode info:
  443. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  444. Score : 100.00
  445. Match type : COPYRIGHT
  446. Files with this license:
  447. libyasm/value.c [4:4]
  448. libyasm/value.h [6:6]
  449. modules/dbgfmts/codeview/cv-dbgfmt.c [4:4]
  450. modules/dbgfmts/codeview/cv-dbgfmt.h [4:4]
  451. modules/dbgfmts/codeview/cv-symline.c [4:4]
  452. modules/dbgfmts/codeview/cv-type.c [4:4]
  453. modules/dbgfmts/dwarf2/dwarf2-aranges.c [4:4]
  454. modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c [4:4]
  455. modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h [4:4]
  456. modules/dbgfmts/dwarf2/dwarf2-info.c [4:4]
  457. modules/dbgfmts/dwarf2/dwarf2-line.c [4:4]
  458. modules/objfmts/rdf/rdf-objfmt.c [4:4]
  459. modules/preprocs/nasm/genversion.c [5:5]
  460. KEEP COPYRIGHT_SERVICE_LABEL d994daedad9e22cf696cbcf2db306afd
  461. BELONGS ya.make
  462. License text:
  463. * Copyright (C) 2001-2007 Peter Johnson, Michael Urman
  464. Scancode info:
  465. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  466. Score : 100.00
  467. Match type : COPYRIGHT
  468. Files with this license:
  469. modules/parsers/nasm/nasm-parse.c [4:4]
  470. KEEP COPYRIGHT_SERVICE_LABEL e5aac90afa3b20372e075373a6ff4520
  471. BELONGS ya.make
  472. License text:
  473. * Copyright (C) 2012 Michael Urman and H.J. Lu
  474. Scancode info:
  475. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  476. Score : 100.00
  477. Match type : COPYRIGHT
  478. Files with this license:
  479. modules/objfmts/elf/elf-x86-x32.c [4:4]
  480. KEEP COPYRIGHT_SERVICE_LABEL e5d4de804bede12afce9eb05d2078806
  481. BELONGS ya.make
  482. License text:
  483. * Copyright (C) 2002-2007 Peter Johnson
  484. Scancode info:
  485. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  486. Score : 100.00
  487. Match type : COPYRIGHT
  488. Files with this license:
  489. libyasm/arch.h [6:6]
  490. libyasm/dbgfmt.h [6:6]
  491. libyasm/insn.h [6:6]
  492. libyasm/linemap.c [4:4]
  493. libyasm/linemap.h [6:6]
  494. libyasm/module.h [4:4]
  495. modules/arch/x86/x86arch.c [4:4]
  496. modules/arch/x86/x86id.c [4:4]
  497. modules/dbgfmts/null/null-dbgfmt.c [4:4]
  498. modules/objfmts/bin/bin-objfmt.c [4:4]
  499. modules/objfmts/coff/coff-objfmt.c [4:4]
  500. modules/parsers/nasm/nasm-parser-struct.h [4:4]
  501. modules/parsers/nasm/nasm-parser.h [4:4]
  502. modules/preprocs/nasm/nasm-preproc.c [4:4]
  503. KEEP COPYRIGHT_SERVICE_LABEL f764b5881815e4324e7ce4ae38fc5d4c
  504. BELONGS ya.make
  505. License text:
  506. Copyright 1996-2009 the NASM Authors - All rights reserved.
  507. Scancode info:
  508. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  509. Score : 100.00
  510. Match type : COPYRIGHT
  511. Files with this license:
  512. BSD.txt [49:49]