Copy license text to clipboard
How to apply this license

{{ page.how }}

{% if page.note %}

Note: {{ page.note }}

{% endif %}
{% if page.source %}
Source
{% endif %}
{% assign types = "required|permitted|forbidden" | split: "|" %} {% for type in types %}

{{ type | capitalize }}

    {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% assign req = rule_obj.tag %} {% if page[type] contains req %}
  • {{ rule_obj.label }}
  • {% endif %} {% endfor %}
{% endfor %}
{% if page.using %}

Who's using this license?

    {% for using in page.using %} {% for hash in using %}
  • {{ hash[0] }}
  • {% endfor %} {% endfor %}
{% endif %}