Skip to content

Commit a5e7295

Browse files
authored
Update copyright and license (#605)
1 parent d1fb69a commit a5e7295

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

ED/protocol.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<article about="" typeof="schema:Article doap:Specification">
199199
<h1 property="schema:name">Solid Protocol</h1>
200200

201-
<p id="w3c-state">Version <span property="doap:revision">0.11.0</span> Editor’s Draft, <time>2023-10-18</time></p>
201+
<p id="w3c-state">Version <span property="doap:revision">0.11.0</span> Editor’s Draft, <time>2023-12-18</time></p>
202202

203203
<details open="">
204204
<summary>More details about this document</summary>
@@ -236,7 +236,7 @@ <h1 property="schema:name">Solid Protocol</h1>
236236

237237
<dl id="document-modified">
238238
<dt>Modified</dt>
239-
<dd><time content="2023-10-18T00:00:00Z" datatype="xsd:dateTime" datetime="2023-10-18T00:00:00Z" property="schema:dateModified">2023-10-18</time></dd>
239+
<dd><time content="2023-12-18T00:00:00Z" datatype="xsd:dateTime" datetime="2023-12-18T00:00:00Z" property="schema:dateModified">2023-12-18</time></dd>
240240
</dl>
241241

242242
<dl id="document-repository">
@@ -250,11 +250,6 @@ <h1 property="schema:name">Solid Protocol</h1>
250250
<dd><span content="en" lang="" property="dcterms:language" xml:lang="">English</span></dd>
251251
</dl>
252252

253-
<dl id="document-license">
254-
<dt>License</dt>
255-
<dd><a href="http://purl.org/NET/rdflicense/MIT1.0" rel="schema:license">MIT License</a></dd>
256-
</dl>
257-
258253
<dl id="document-status">
259254
<dt>Document Status</dt>
260255
<dd prefix="pso: http://purl.org/spar/pso/" rel="pso:holdsStatusInTime" resource="#dc0d85a0-2f9d-43ca-b678-1ad0d84e6bf5"><span rel="pso:withStatus" resource="http://purl.org/spar/pso/draft" typeof="pso:PublicationStatus">Editor’s Draft</span></dd>
@@ -279,7 +274,7 @@ <h1 property="schema:name">Solid Protocol</h1>
279274
<dd>
280275
<dl id="document-permission" rel="odrl:permission" resource="#document-permission" typeof="odrl:Permission">
281276
<dt>Assigner</dt>
282-
<dd><a href="https://www.w3.org/groups/cg/solid" rel="odrl:assigner">W3C Solid Community Group</a></dd>
277+
<dd><a href="https://www.w3.org/groups/cg/solid/" rel="odrl:assigner">W3C Solid Community Group</a></dd>
283278
<dt>Action</dt>
284279
<dd>
285280
<ul rel="odrl:action">
@@ -314,7 +309,7 @@ <h1 property="schema:name">Solid Protocol</h1>
314309
</dl>
315310
</details>
316311

317-
<p class="copyright">MIT License. Copyright © 2019–2023 <a href="https://www.w3.org/groups/cg/solid">W3C Solid Community Group</a>.</p>
312+
<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2021-2023 the Contributors to Solid Protocol specification, published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/" rel="schema:license">W3C Community Contributor License Agreement (CLA)</a>. A human-readable <a href="https://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. All code snippets are in the public domain, <a href="https://creativecommons.org/public-domain/cc0/" rel="schema:license">CC0</a>.</p>
318313

319314
<div datatype="rdf:HTML" id="content" property="schema:description">
320315
<section id="abstract">
@@ -329,7 +324,7 @@ <h2 property="schema:name">Status of This Document</h2>
329324
<div datatype="rdf:HTML" property="schema:description">
330325
<p>This section describes the status of this document at the time of its publication.</p>
331326

332-
<p>This document was published by the <a href="https://www.w3.org/groups/cg/solid">Solid Community Group</a> as an <em>Editor’s Draft</em>. The information in this document is still subject to change. You are invited to <a href="https://github.com/solid/specification/issues">contribute</a> any feedback, comments, or questions you might have.</p>
327+
<p>This document was published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> as an <em>Editor’s Draft</em>. The information in this document is still subject to change. You are invited to <a href="https://github.com/solid/specification/issues">contribute</a> any feedback, comments, or questions you might have.</p>
333328

334329
<p>Publication as an <em>Editor’s Draft</em> does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
335330

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2019 - 2022 W3C Solid Community Group
3+
Copyright 2019 - 2023 W3C Solid Community Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)