aboutcode-org / deltacode

DeltaCode: compare two codebase scans (from ScanCode) to detect significant changes.
http://www.aboutcode.org/
20 stars 27 forks source link

Make `_license_diff` its own deltacode function. #63

Closed steven-esser closed 6 years ago

steven-esser commented 6 years ago

Similar to determine moved, we move this to DeltaCode.

The primary purpose of this function is simply to modify the Delta score field, depending on the license information between two Files.

We can keep it simple for now, and use a similar algorithm to that currently in _license_diff()

steven-esser commented 6 years ago

Merged #77, closing.