devtools.licenses.report 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. SKIP IPL-1.0 18358e6da236a2ee9e6e43715ed951f6
  32. BELONGS ya.make
  33. # Not a license
  34. Note: matched license text is too long. Read it in the source files.
  35. Scancode info:
  36. Original SPDX id: IPL-1.0
  37. Score : 57.14
  38. Match type : REFERENCE
  39. Links : http://www.opensource.org/licenses/ibmpl.php, https://spdx.org/licenses/IPL-1.0
  40. Files with this license:
  41. README.md [3:3]
  42. KEEP BSL-1.0 2c7a3fa82e66676005cd4ee2608fd7d2
  43. BELONGS ya.make
  44. Note: matched license text is too long. Read it in the source files.
  45. Scancode info:
  46. Original SPDX id: BSL-1.0
  47. Score : 100.00
  48. Match type : TEXT
  49. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  50. Files with this license:
  51. LICENSE.txt [1:23]
  52. KEEP BSL-1.0 73a2516db620f6413502ee77bdb4af88
  53. BELONGS ya.make
  54. License text:
  55. *expected lite* is distributed under the [Boost Software License](https://github.com/martinmoene/XXXX-lite/blob/master/LICENSE.txt).
  56. Scancode info:
  57. Original SPDX id: BSL-1.0
  58. Score : 100.00
  59. Match type : NOTICE
  60. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  61. Files with this license:
  62. README.md [76:76]
  63. KEEP BSL-1.0 cccf0dd010adef3878bb56734414eca6
  64. BELONGS ya.make
  65. FILE_INCLUDE LICENSE.txt found in files: include/nonstd/expected.hpp at line 6
  66. License text:
  67. // Distributed under the Boost Software License, Version 1.0.
  68. // (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  69. Scancode info:
  70. Original SPDX id: BSL-1.0
  71. Score : 100.00
  72. Match type : NOTICE
  73. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  74. Files with this license:
  75. include/nonstd/expected.hpp [5:6]