We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd52df commit a705382Copy full SHA for a705382
src/scancode/api.py
@@ -266,6 +266,7 @@ def _licenses_data_from_match(
266
matched_rule['identifier'] = match.rule.identifier
267
matched_rule['license_expression'] = match.rule.license_expression
268
matched_rule['licenses'] = match.rule.license_keys()
269
+ matched_rule['referenced_filenames'] = match.rule.referenced_filenames
270
matched_rule['is_license_text'] = match.rule.is_license_text
271
matched_rule['is_license_notice'] = match.rule.is_license_notice
272
matched_rule['is_license_reference'] = match.rule.is_license_reference
0 commit comments