From 37e3a00efbe5105abd011137ca8d03f46b4f4be6 Mon Sep 17 00:00:00 2001
From: Mike Linksvayer
Date: Mon, 30 May 2016 18:20:45 -0700
Subject: [PATCH] add spdx id w/hint about adding to pkg description to sidebar
---
_includes/sidebar.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index fc174ba..32ee06a 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -12,7 +12,9 @@
Note: {{ page.note | markdownify | remove: '' | remove: '
' }}
{% endif %}
+ You can also add {{ page.spdx-id }}
, the standard identifier for this license, to your project's package description, if applicable. Examples: Node.js, Ruby, and Rust.
+
{% if page.source %}