devtools.licenses.report 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 ISC 56907e2ae1c24aa1ea6c6e49d6f73b01
  32. BELONGS ya.make
  33. Note: matched license text is too long. Read it in the source files.
  34. Scancode info:
  35. Original SPDX id: ISC
  36. Score : 100.00
  37. Match type : TEXT
  38. Links : http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2, https://spdx.org/licenses/ISC, https://www.isc.org/software/license
  39. Files with this license:
  40. api/yajl_common.h [4:14]
  41. api/yajl_gen.h [4:14]
  42. api/yajl_parse.h [4:14]
  43. api/yajl_tree.h [4:14]
  44. yajl.c [4:14]
  45. yajl_alloc.c [4:14]
  46. yajl_alloc.h [4:14]
  47. yajl_buf.c [4:14]
  48. yajl_buf.h [4:14]
  49. yajl_bytestack.h [4:14]
  50. yajl_encode.c [4:14]
  51. yajl_encode.h [4:14]
  52. yajl_gen.c [4:14]
  53. yajl_lex.c [4:14]
  54. yajl_lex.h [4:14]
  55. yajl_parser.c [4:14]
  56. yajl_parser.h [4:14]
  57. yajl_tree.c [4:14]