License clarity
{% include "scanpipe/dropdowns/help_dropdown_tooltip.html" with content="License clarity is a set of metrics that indicate how clearly, comprehensively and accurately a software project has defined and communicated the licensing that applies to the software." only %}
{% for entry in license_clarity %}
{% if entry.label != "Score" %}{% else %}
{% endif %}
|
{% if entry.label == "Score" %}
{{ entry.value }}
{% elif entry.value is True %}
{{ entry.weight }}
{% endif %}
|
{% endfor %}