Skip to content

Commit

Permalink
Update newScriptPage.html
Browse files Browse the repository at this point in the history
Elaborate more in the UserScript Block

* This should help those not realizing JavaScript is a case-sensitive language including SPDX short identifiers.
* We don't control the syntax, nor should we. Following the world-wide guidelines for this.
  • Loading branch information
Martii authored Dec 18, 2022
1 parent 743c16a commit acca08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/newScriptPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h5 class="panel-title">
<div id="collapse-license" class="panel-collapse collapse">
<div class="panel-body">
<p>Specially formatted on the script page. All values shown in reverse order. If absent <a href="https://spdx.org/licenses/MIT.html"><code>MIT</code></a> <a href="https://opensource.org/licenses/MIT">License <em>(Expat)</em></a> is implied. See <a href="/about/Terms-of-Service#licensing">licensing terms</a> for specifics.</p>
<p><strong><code>License Type</code> component is required</strong> using at least one <a href="https://opensource.org/licenses/category">OSI approved</a> <a href="https://spdx.org/licenses/">SPDX short identifier</a> and must be the only primary, last, <code>@license</code> key. Single short ids are accepted only per license key. i.e. No conjunction composites like <code>AND</code> or <code>OR</code>, or <code>WITH</code>exceptions. Any additional license is considered conjunctive with an implied <code>AND</code> using another <code>@license</code> key.</p>
<p><strong><code>License Type</code> component is required</strong> using at least one <a href="https://opensource.org/licenses/category">OSI approved</a> case&dash;sensitive <a href="https://spdx.org/licenses/">SPDX short identifier</a> and must be the only primary, last, <code>@license</code> key. Single short ids are accepted only per license key. i.e. No conjunction composites like <code>AND</code> or <code>OR</code>, or <code>WITH</code>exceptions. Any additional license is considered conjunctive with an implied <code>AND</code> using another <code>@license</code> key.</p>
<p><strong><code>; License Homepage</code> component is currently optional</strong></p>
<p>A url of http or https.</p>
<p><strong>Single Licensed Example</strong> <em>(No specific document license web reference)</em>:
Expand Down

0 comments on commit acca08e

Please sign in to comment.