Skip to content

Commit 840abdb

Browse files
committed
Add license
1 parent df985da commit 840abdb

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GPU for the Web
2+
3+
This repository is being used for work in the [W3C GPU for the Web Community
4+
Group](https://www.w3.org/community/gpu/), governed by the [W3C Community
5+
License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To
6+
make substantive contributions, you must join the CG.
7+
8+
Contributions to the source code repository are subject to the terms of the
9+
[3-Clause BSD License](https://github.com/gpuweb/admin/blob/SourceCodeLicense/LICENSE.txt).
10+
11+
If you are not the sole contributor to a contribution (pull request), please identify all
12+
contributors in the pull request comment.
13+
14+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
15+
16+
```
17+
+@github_username
18+
```
19+
20+
If you added a contributor by mistake, you can remove them in a comment with:
21+
22+
```
23+
-@github_username
24+
```
25+
26+
If you are making a pull request on behalf of someone else but you had no part in designing the
27+
feature, you can remove yourself with the above syntax.

LICENSE.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright 2019 WebGPU CTS Contributors
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice,
7+
this list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
3. Neither the name of the copyright holder nor the names of its
14+
contributors may be used to endorse or promote products derived from this
15+
software without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"type": "git",
1010
"url": "git+https://github.com/kainino0x/cts-experiment.git"
1111
},
12-
"author": "Kai Ninomiya <kainino@chromium.org>",
12+
"author": "WebGPU CTS Contributors",
1313
"private": true,
14-
"license": "W3C 3-clause BSD License",
14+
"license": "BSD-3-Clause",
1515
"bugs": {
1616
"url": "https://github.com/kainino0x/cts-experiment/issues"
1717
},

0 commit comments

Comments
 (0)