diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 8928950..98b6613 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -26,9 +26,10 @@ {% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %} + {% if page.spdx-id contains 'GFDL' %}{% assign gfdl = true %}{% endif %} {% assign ofl = false %} {% if page.spdx-id contains 'OFL-1' %}{% assign ofl = true %}{% endif %} -
Add {{ page.spdx-id }}{% if xgpl %}-or-later{% endif %}{% if ofl %}-no-RFN{% endif %}
{% if xgpl %} (or {{ page.spdx-id }}-only
to disallow future versions){% endif %}{% if ofl %} (or {{ page.spdx-id }}-RFN
if a Reserved Font Name is specified after the copyright statement){% 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.
Add {{ page.spdx-id }}{% if xgpl or gfdl %}-or-later{% endif %}{% if ofl %}-no-RFN{% endif %}
{% if xgpl or gfdl %} (or {{ page.spdx-id }}-only
to disallow future versions){% endif %}{% if ofl %} (or {{ page.spdx-id }}-RFN
if a Reserved Font Name is specified after the copyright statement){% 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 you would like your project to adopt the GPL-3.0’s cure provision, add the text of the GPL Cooperation Commitment to a file named COMMITMENT
in the same directory as your {{ page.spdx-id }} license file.