Skip to content

Commit 3415d50

Browse files
committed
Merge branch 'msporny-remove-webidl' of github.com:w3c/vc-data-model into msporny-remove-webidl
2 parents 25d1de4 + 60ed9fe commit 3415d50

19 files changed

+3875
-773
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
# Verifiable Claims Task Force
22

3-
Contributions to this repository are intended to become part of Recommendation-track documents
4-
governed by the [W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
5-
[Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To contribute, you must
6-
either participate in the relevant W3C Working Group or make a non-member patent licensing
7-
commitment.
3+
Contributions to this repository are intended to become part of Recommendation-track documents governed by the
4+
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
5+
[Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate
6+
in the relevant W3C Working Group or make a non-member patent licensing commitment.
87

98
If you are not the sole contributor to a contribution (pull request), please identify all
10-
contributors in the pull request's body or in subsequent comments.
9+
contributors in the pull request comment.
1110

12-
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
11+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
1312

14-
```
15-
+@github_username
16-
```
13+
```
14+
+@github_username
15+
```
1716

18-
If you added a contributor by mistake, you can remove them in a comment with:
17+
If you added a contributor by mistake, you can remove them in a comment with:
1918

20-
```
21-
-@github_username
22-
```
19+
```
20+
-@github_username
21+
```
2322

24-
If you are making a pull request on behalf of someone else but you had no part in designing the
25-
feature, you can remove yourself with the above syntax.
23+
If you are making a pull request on behalf of someone else but you had no part in designing the
24+
feature, you can remove yourself with the above syntax.

LICENSE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
All documents in this Repository are licensed by contributors under the [W3C Document
2-
License](https://www.w3.org/Consortium/Legal/copyright-documents).
1+
All documents in this Repository are licensed by contributors
2+
under the
3+
[W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software).
4+

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Verifiable Claims Data Model and Representations
2+
3+
This specification describes a data model for a digital entity profile
4+
and a collection of digital entity credentials that assert verifiable
5+
claims about that entity profile. It also describes how to express
6+
that data model in JSON and JSON-LD.
7+
8+
We encourage contributions meeting the [Contribution
9+
Guidelines](CONTRIBUTING.md). While we prefer the creation of issues
10+
and Pull Requests in the GitHub repository, discussions often occur
11+
on the
12+
[public-vc-wg](http://lists.w3.org/Archives/Public/public-vc-wg/)
13+
mailing list as well.
File renamed without changes.

WD/2017-08-03/diagrams/vc-ecosystem-overview.svg

Lines changed: 4 additions & 0 deletions
Loading

WD/2017-08-03/diagrams/verifiable-claims.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)