Skip to content

Commit 1ebf5f3

Browse files
authored
Merge pull request #457 from json-ld/test-suite-specs-license
Add separate LICENSE.md files for specs and test-suite
2 parents dca227e + 17d43ac commit 1ebf5f3

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

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)