You can suggest this license to a Github repository to make it easier for other people to contribute - this is done by opening a pull request, therefore you need to authenticate with your Github account to do this.
{{ 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 %}-or-later{% endif %}
{% if xgpl %} (or {{ page.spdx-id }}-only
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.