eclipse-archived / antenna

SW360 Antenna project
Other
22 stars 19 forks source link

CSVAnalyzer can't handle spdx expressions #627

Open neubs-bsi opened 3 years ago

neubs-bsi commented 3 years ago

Situation

If one enters an SPDX Expression into any of the license columns in the CSV File, the string gets directly mapped onto a license. Hence statements like: ( Apache-2.0 AND MIT ) would not be resolved correctly. This issue is partly related to https://github.com/eclipse/antenna/issues/409

Acceptance Criteria

Definition of Done