Copy license text to clipboard
How to apply this license

{{ page.how }}

{% if page.note %}

Note: {{ page.note }}

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

{{ type | capitalize }}

    {% for req in page[type] %}
  • {{ site.rules[type][req].label }}
  • {% endfor %}
{% endfor %}
{% if page.using %}

Who's using this license?

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