devtools.copyrights.report 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 COPYRIGHT_SERVICE_LABEL 007553098113444e1e00e59675c01cee
  32. BELONGS ya.make
  33. License text:
  34. Copyright © 2011–2015 Lua.org, PUC-Rio.
  35. Freely available under the terms of the
  36. <A HREF="http://www.lua.org/license.html">Lua license</A>.
  37. Scancode info:
  38. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  39. Score : 100.00
  40. Match type : COPYRIGHT
  41. Files with this license:
  42. lua-5.2.0/doc/contents.html [35:37]
  43. lua-5.2.0/doc/manual.html [22:24]
  44. KEEP COPYRIGHT_SERVICE_LABEL 312ad4b3ae7f760a56461d89d79fd055
  45. BELONGS ya.make
  46. License text:
  47. * Copyright (C) 1994-2015 Lua.org, PUC-Rio.
  48. Scancode info:
  49. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  50. Score : 100.00
  51. Match type : COPYRIGHT
  52. Files with this license:
  53. lua-5.2.0/src/lua.h [421:421]
  54. KEEP COPYRIGHT_SERVICE_LABEL 41665b2fb4b1bfe0a48eb1a6bc19e373
  55. BELONGS ya.make
  56. License text:
  57. Copyright &copy; 1994&ndash;2015 Lua.org, PUC-Rio.
  58. Scancode info:
  59. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  60. Score : 100.00
  61. Match type : COPYRIGHT
  62. Files with this license:
  63. lua-5.2.0/doc/readme.html [382:382]
  64. KEEP COPYRIGHT_SERVICE_LABEL f10a3be3a71fa74bd86e270d2efd74bf
  65. BELONGS ya.make
  66. License text:
  67. \#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2015 Lua.org, PUC-Rio"
  68. \#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
  69. Scancode info:
  70. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  71. Score : 100.00
  72. Match type : COPYRIGHT
  73. Files with this license:
  74. lua-5.2.0/src/lua.h [26:27]