diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d70f746..8d0a242 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,27 @@ ## Contributing -Please refer to the group's [Work Mode](https://www.w3.org/wiki/Second_Screen/Work_Mode). \ No newline at end of file +Please refer to the group's [Work Mode](https://www.w3.org/wiki/Second_Screen/Work_Mode). + +Contributions to this repository are intended to become part of Recommendation-track documents governed by the +[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and +[Software and Document License](http://www.w3.org/Consortium/Legal/copyright- +software). To make substantive contributions to specifications, you must either participate +in the relevant W3C Working Group or make a non-member patent licensing commitment. + +If you are not the sole contributor to a contribution (pull request), please identify all +contributors in the pull request comment. + +To add a contributor (other than yourself, that's automatic), mark them one per line as follows: + +``` ++@github_username +``` + +If you added a contributor by mistake, you can remove them in a comment with: + +``` +-@github_username +``` + +If you are making a pull request on behalf of someone else but you had no part in designing the +feature, you can remove yourself with the above syntax. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fef1024 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,4 @@ +All documents in this Repository are licensed by contributors +under the +[W3C Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). + diff --git a/w3c.json b/w3c.json new file mode 100644 index 0000000..b3a2dc5 --- /dev/null +++ b/w3c.json @@ -0,0 +1,5 @@ + { + "group": ["74168"] +, "contacts": ["tidoust"] +, "shortName": "presentation-api" +}