diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 865b81a..6922068 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -14,7 +14,7 @@ {% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %} -
You can also add {{ page.spdx-id }}
{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }}
to disallow future versions){% endif %}, the standard identifier for this license, to your project's package description, if applicable. Examples: Node.js, Ruby, and Rust.
The standard identifier for this license is {{ page.spdx-id }}
{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }}
to disallow future versions){% endif %}. Optionally, you can add this 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.