aboutsummaryrefslogtreecommitdiff
path: root/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'report.go')
-rw-r--r--report.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/report.go b/report.go
index 6ec3f7f..55e18d9 100644
--- a/report.go
+++ b/report.go
@@ -128,6 +128,9 @@ func (rep *report) scan(conv *SPDXConv, listFile []string) (err error) {
rep.listUnknown = append(rep.listUnknown, f)
continue
}
+ if f.licenseID == valExist && f.copyrightText == valExist {
+ continue
+ }
rep.listRegular = append(rep.listRegular, f)
}
return nil