{% if license.category %}{{ license.category }}{% else %}{{ license.title }}{% endif %}

{{ license.description }}

{% if license.tab-slug %} {% endif %}
{% for variation in site.licenses %} {% if variation.category and variation.category == license.category %}
{% assign types = "required|permitted|forbidden" | 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 ยป

{% endif %} {% endfor %}