From 120a81861434fe12fa599ea71caf3cd4f16bf90a Mon Sep 17 00:00:00 2001 From: Kara Moraw Date: Mon, 22 Apr 2024 10:11:21 +0100 Subject: [PATCH] FRSM-15 docs update --- fuji_server/evaluators/fair_evaluator_license_file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuji_server/evaluators/fair_evaluator_license_file.py b/fuji_server/evaluators/fair_evaluator_license_file.py index 822139f6..da3024de 100644 --- a/fuji_server/evaluators/fair_evaluator_license_file.py +++ b/fuji_server/evaluators/fair_evaluator_license_file.py @@ -17,14 +17,14 @@ class FAIREvaluatorLicenseFile(FAIREvaluator): """ - A class to evaluate whether the software metadata record includes licensing information?. + A class to evaluate whether the software source code includes licensing information. A child class of FAIREvaluator. ... Methods ------ evaluate() - This method will evaluate if the software identifier or the metadata record referenced by it includes licensing information. + This method will check the software and its documentation for the presence of a licence. """