Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions ED/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<article about="" typeof="schema:Article doap:Specification">
<h1 property="schema:name">Solid Protocol</h1>

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

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

<dl id="document-modified">
<dt>Modified</dt>
<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>
<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>
</dl>

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

<dl id="document-license">
<dt>License</dt>
<dd><a href="http://purl.org/NET/rdflicense/MIT1.0" rel="schema:license">MIT License</a></dd>
</dl>

<dl id="document-status">
<dt>Document Status</dt>
<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>
Expand All @@ -279,7 +274,7 @@ <h1 property="schema:name">Solid Protocol</h1>
<dd>
<dl id="document-permission" rel="odrl:permission" resource="#document-permission" typeof="odrl:Permission">
<dt>Assigner</dt>
<dd><a href="https://www.w3.org/groups/cg/solid" rel="odrl:assigner">W3C Solid Community Group</a></dd>
<dd><a href="https://www.w3.org/groups/cg/solid/" rel="odrl:assigner">W3C Solid Community Group</a></dd>
<dt>Action</dt>
<dd>
<ul rel="odrl:action">
Expand Down Expand Up @@ -314,7 +309,7 @@ <h1 property="schema:name">Solid Protocol</h1>
</dl>
</details>

<p class="copyright">MIT License. Copyright © 2019–2023 <a href="https://www.w3.org/groups/cg/solid">W3C Solid Community Group</a>.</p>
<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>

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

<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>
<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>

<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>

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2019 - 2022 W3C Solid Community Group
Copyright 2019 - 2023 W3C Solid Community Group

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:

Expand Down