1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

reword: note optional, mention effect; make slightly less prominent

This commit is contained in:
Mike Linksvayer 2016-06-02 11:57:32 -07:00
parent 856f3a96c9
commit 2e7b84b816
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% endif %}
{% assign xgpl = false %}
{% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %}
<p>You can also add <strong><code>{{ page.spdx-id }}</code>{% if xgpl %}+{% endif %}</strong>{% if xgpl %} (or <strong><code>{{ page.spdx-id }}</code></strong> to disallow future versions){% endif %}, the standard identifier for this license, to your project's package description, if applicable. Examples: <a href="https://docs.npmjs.com/files/package.json#license">Node.js</a>, <a href="http://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="http://doc.crates.io/manifest.html#package-metadata">Rust</a>.</p>
<p class="note">The standard identifier for this license is <strong><code>{{ page.spdx-id }}</code>{% if xgpl %}+{% endif %}</strong>{% if xgpl %} (or <strong><code>{{ page.spdx-id }}</code></strong> to disallow future versions){% endif %}. Optionally, you can add this to your project's package description, if applicable (e.g., <a href="https://docs.npmjs.com/files/package.json#license">Node.js</a>, <a href="http://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="http://doc.crates.io/manifest.html#package-metadata">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
{% if page.source %}

View File

@ -286,6 +286,10 @@ strong {
width: 100%;
}
.note {
color: #687072;
}
.button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;