Copy license text to clipboard

How to apply this license

{{ page.how | markdownify | remove: '

' | remove: '

' }}

{% if page.note %}

Note: {{ page.note | markdownify | remove: '

' | remove: '

' }}

{% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %}

Optional: Add {{ page.spdx-id }}{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }} to disallow future versions){% endif %} to your project's package description, if applicable (e.g., Node.js, Ruby, and Rust). This will ensure the license is displayed in package directories.

{% if page.source %}
Source
{% endif %} {% if page.using %}

Who's using this license?

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