Skip to content

Commit eb106b5

Browse files
committed
Add separate LICENSE.md files for specs and test-suite. Update copyright footer on HTML files.
1 parent dca227e commit eb106b5

File tree

11 files changed

+14
-9
lines changed

11 files changed

+14
-9
lines changed

images/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2>Data</h2>
171171
<hr>
172172
<div id="footer">
173173
<p id="copyright">
174-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
174+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
175175
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
176176
</p>
177177
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h1 class="span12" style="text-align: center;">
321321
<hr>
322322
<div id="footer">
323323
<p id="copyright">
324-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
324+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
325325
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
326326
</p>
327327
</div>

learn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1>Blog Posts</h1>
126126
<hr>
127127
<div id="footer">
128128
<p id="copyright">
129-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
129+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
130130
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
131131
</p>
132132
</div>

playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h3>Bitcoin Private Key (secp256k1)</h3>
370370
<div class="container">
371371
<div id="footer">
372372
<p id="copyright">
373-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
373+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
374374
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
375375
</p>
376376
</div>

primer/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<hr>
115115
<div id="footer">
116116
<p id="copyright">
117-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
117+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
118118
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
119119
</p>
120120
</div>

requirements/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<hr>
113113
<div id="footer">
114114
<p id="copyright">
115-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
115+
Website content released under a <a href="https://opensource.org/licenses/MIT">MIT License</a> except where an alternate is specified.
116116
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
117117
</p>
118118
</div>

spec/LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
JSON-LD Specifications are covered by the
2+
[W3C DOCUMENT LICENSE](https://www.w3.org/Consortium/Legal/2015/doc-license) and [W3C COMMUNITY CONTRIBUTOR LICENSE AGREEMENT (CLA)](https://www.w3.org/community/about/agreements/cla/) as noted within the specifications.

spec/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function getDrafts($spec)
241241
<hr>
242242
<div id="footer">
243243
<p id="copyright">
244-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
244+
JSON-LD Specifications are covered by the <a href="https://www.w3.org/Consortium/Legal/2015/doc-license">W3C DOCUMENT LICENSE</a> except where an alternate is specified.
245245
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
246246
</p>
247247
</div>

spec/latest/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>Latest Specifications</h1>
6464

6565
<div id="footer">
6666
<p id="copyright">
67-
Website content released under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a> except where an alternate is specified.
67+
JSON-LD Specifications are covered by the <a href="https://www.w3.org/Consortium/Legal/2015/doc-license">W3C DOCUMENT LICENSE</a> except where an alternate is specified.
6868
</p>
6969
<p id="legal">
7070
Part of the <a href="http://payswarm.com/">payswarm.com</a> initiative.

test-suite/LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The JSON-LD Test Suite is covered by the dual-licensing approach described in
2+
[LICENSES FOR W3C TEST SUITES](https://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html).

test-suite/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ <h2 class="span12" style="text-align: center;">Test Manifests</h2>
234234
</section>
235235
</div>
236236
<footer id="copyright">
237-
The JSON-LD test suite is released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a>.
237+
The JSON-LD Test Suite is covered by the dual-licensing approach described in
238+
<a href="https://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html">LICENSES FOR W3C TEST SUITES</a>.
238239
</footer>
239240
</div>
240241

0 commit comments

Comments
 (0)