From 18ec54b71ee685a8c7b8b480faf8773ae1b7df15 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Tue, 9 Jul 2019 10:15:56 -0500 Subject: [PATCH] add ids to sidebar for better linking --- _includes/sidebar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9e72e6e..9287f64 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -11,12 +11,12 @@
-

How to apply this license

+

How to apply this license

{{ page.how | markdownify | remove: '

' | remove: '

' }}

-

Optional steps

+

Optional steps

{% if page.note %}

{{ page.note | markdownify | remove: '

' | remove: '

' }} @@ -24,9 +24,9 @@ {% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %} -

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.

+

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.

{% if page.spdx-id contains 'GPL-2' %} -

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.

+

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.

{% endif %}