Skip to content

Commit

Permalink
FRSM-15 docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Apr 22, 2024
1 parent 44f3f59 commit 120a818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuji_server/evaluators/fair_evaluator_license_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 120a818

Please sign in to comment.