Skip to content

Commit ccef6f8

Browse files
committed
Do not include SPDX expression in low level matches
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d292aac commit ccef6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/licensedcode/match.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ def to_dict(
792792

793793
# LicenseDB Level Information (Rule that was matched)
794794
result['license_expression'] = self.rule.license_expression
795-
result['license_expression_spdx'] = self.rule.spdx_license_expression()
796795
result['rule_identifier'] = self.rule.identifier
797796

798797
# TODO: should be a Rule.url() method instead

0 commit comments

Comments
 (0)