devtools.licenses.report 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 Mit-Old-Style 4a0ba219f46e4fe5625b9889e52ace5c
  36. BELONGS ya.make
  37. Note: matched license text is too long. Read it in the source files.
  38. Scancode info:
  39. Original SPDX id: LicenseRef-scancode-mit-old-style
  40. Score : 100.00
  41. Match type : TEXT
  42. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
  43. Files with this license:
  44. include/boost/multi_array/algorithm.hpp [9:15]
  45. KEEP Mit-Old-Style 9b8db1be709ff8d6f1f61d67245cc319
  46. BELONGS ya.make
  47. Note: matched license text is too long. Read it in the source files.
  48. Scancode info:
  49. Original SPDX id: LicenseRef-scancode-mit-old-style
  50. Score : 100.00
  51. Match type : TEXT
  52. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style.LICENSE
  53. Files with this license:
  54. include/boost/multi_array/algorithm.hpp [21:27]
  55. KEEP BSL-1.0 db63392c774d3d4c1bd5d57fe2eb26f2
  56. BELONGS ya.make
  57. License text:
  58. // Use, modification and distribution is subject to the Boost Software
  59. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  60. // http://www.boost.org/LICENSE_1_0.txt)
  61. Scancode info:
  62. Original SPDX id: BSL-1.0
  63. Score : 96.88
  64. Match type : NOTICE
  65. Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
  66. Files with this license:
  67. include/boost/multi_array.hpp [6:8]
  68. include/boost/multi_array/algorithm.hpp [32:34]
  69. include/boost/multi_array/base.hpp [3:5]
  70. include/boost/multi_array/collection_concept.hpp [3:5]
  71. include/boost/multi_array/concept_checks.hpp [3:5]
  72. include/boost/multi_array/copy_array.hpp [3:5]
  73. include/boost/multi_array/extent_gen.hpp [3:5]
  74. include/boost/multi_array/extent_range.hpp [3:5]
  75. include/boost/multi_array/index_gen.hpp [3:5]
  76. include/boost/multi_array/index_range.hpp [3:5]
  77. include/boost/multi_array/iterator.hpp [3:5]
  78. include/boost/multi_array/multi_array_ref.hpp [3:5]
  79. include/boost/multi_array/range_list.hpp [3:5]
  80. include/boost/multi_array/storage_order.hpp [3:5]
  81. include/boost/multi_array/subarray.hpp [3:5]
  82. include/boost/multi_array/types.hpp [3:5]
  83. include/boost/multi_array/view.hpp [3:5]