It could be useful to include what rules have been applied during the license detection to tell licenses and notices apart from each other. This could be accomplished by adding the --license-references option to the scancode_run_scan_args in
|
scancode_run_scan_args = { |
The benefit would be that this information is available for further analysis. For instance I would use this information to determine which matches contain the actual license text that we need to export for redistribution.
It could be useful to include what rules have been applied during the license detection to tell licenses and notices apart from each other. This could be accomplished by adding the
--license-referencesoption to thescancode_run_scan_argsinscancode.io/scanpipe/pipelines/scan_single_package.py
Line 58 in 77988dc
The benefit would be that this information is available for further analysis. For instance I would use this information to determine which matches contain the actual license text that we need to export for redistribution.