{% if license.family %} {{ license.family }} {% else %} {% if license.nickname %} {{ license.nickname }} {% else %} {{ license.title }} {% endif %} {% endif %}

{{ license.description }}

{% if license.family %} {% endif %}
{% if license.family %} {% assign variations = site.licenses | where:"hidden",false | where:"family",license.family %} {% else %} {% assign variations = site.licenses | where:"title",license.title %} {% endif %} {% for variation in variations %}
{% assign types = "permissions|conditions|limitations" | split: "|" %} {% for type in types %} {% endfor %} {% for type in types %} {% endfor %}
{{ type | capitalize }}
    {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% assign req = rule_obj.tag %} {% if variation[type] contains req %}
  • {{ rule_obj.label }}
  • {% endif %} {% endfor %}

View full {{ variation.title }} license ยป

{% endfor %}