EOSC-synergy / FAIR_eva

Apache License 2.0
4 stars 4 forks source link

Fix matching of license URLs with SPDX license list #107

Closed orviz closed 8 months ago

orviz commented 8 months ago

Additionally, the EvaluatorDecorators has been shifted to a generic ConfigTerms decorator class for all terms to be used by the checks

Resolves #102

orviz commented 8 months ago

yes, it is a improved version that allows fetching any terms from config. The previous implementation was specific to terms_access so we would need to create a specific method for each one (e.g. for terms_license).

In case we need to parse new terms, we need to extend the class (currently only terms_access and terms_license are supported)