devtools.copyrights.report 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 1473392d783508900e70b0d067afdf4b
  32. BELONGS ya.make
  33. License text:
  34. // Copyright 2016 Ismael Jimenez Martinez. All rights reserved.
  35. Scancode info:
  36. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  37. Score : 100.00
  38. Match type : COPYRIGHT
  39. Files with this license:
  40. src/complexity.cc [1:1]
  41. src/complexity.h [1:1]
  42. src/statistics.cc [1:1]
  43. src/statistics.h [1:1]
  44. KEEP COPYRIGHT_SERVICE_LABEL 1fefd9dea40e1e3b9c89f84fe802b250
  45. BELONGS ya.make
  46. License text:
  47. // Copyright 2017 Roman Lebedev. All rights reserved.
  48. Scancode info:
  49. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  50. Score : 100.00
  51. Match type : COPYRIGHT
  52. Files with this license:
  53. src/statistics.cc [2:2]
  54. src/statistics.h [2:2]
  55. KEEP COPYRIGHT_SERVICE_LABEL 904be6eceb61d466f53f25892be2624f
  56. BELONGS ya.make
  57. License text:
  58. // Copyright 2021 Google Inc. All rights reserved.
  59. Scancode info:
  60. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  61. Score : 100.00
  62. Match type : COPYRIGHT
  63. Files with this license:
  64. src/perf_counters.cc [1:1]
  65. src/perf_counters.h [1:1]
  66. KEEP COPYRIGHT_SERVICE_LABEL f4d2490c76552286e9c484abd3bea2b4
  67. BELONGS ya.make
  68. License text:
  69. // Copyright 2015 Google Inc. All rights reserved.
  70. Scancode info:
  71. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  72. Score : 100.00
  73. Match type : COPYRIGHT
  74. Files with this license:
  75. include/benchmark/benchmark.h [1:1]
  76. src/benchmark.cc [1:1]
  77. src/benchmark_name.cc [1:1]
  78. src/benchmark_register.cc [1:1]
  79. src/benchmark_runner.cc [1:1]
  80. src/benchmark_runner.h [1:1]
  81. src/colorprint.cc [1:1]
  82. src/commandlineflags.cc [1:1]
  83. src/console_reporter.cc [1:1]
  84. src/counter.cc [1:1]
  85. src/counter.h [1:1]
  86. src/csv_reporter.cc [1:1]
  87. src/json_reporter.cc [1:1]
  88. src/re.h [1:1]
  89. src/reporter.cc [1:1]
  90. src/sysinfo.cc [1:1]
  91. src/timers.cc [1:1]