Skip to content

Commit c4be17c

Browse files
committed
Pull copyright and license into repo-level LICENSE.md
1 parent 7eb8983 commit c4be17c

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

LICENSE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
**Copyright Notice**
2+
3+
Copyright © 2015-2018, Facebook, Inc.
4+
5+
Copyright © 2019-present, GraphQL contributors
6+
7+
THESE MATERIALS ARE PROVIDED “AS IS”. The parties expressly disclaim any
8+
warranties (express, implied, or otherwise), including implied warranties of
9+
merchantability, non-infringement, fitness for a particular purpose, or title,
10+
related to the materials. The entire risk as to implementing or otherwise using
11+
the materials is assumed by the implementer and user. IN NO EVENT WILL THE
12+
PARTIES BE LIABLE TO ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT,
13+
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES
14+
OF ACTION OF ANY KIND WITH RESPECT TO THIS DELIVERABLE OR ITS GOVERNING
15+
AGREEMENT, WHETHER BASED ON BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR
16+
OTHERWISE, AND WHETHER OR NOT THE OTHER MEMBER HAS BEEN ADVISED OF THE
17+
POSSIBILITY OF SUCH DAMAGE.
18+
19+
**Licensing**
20+
21+
The GraphQL Specification Project is made available by the
22+
[Joint Development Foundation](https://www.jointdevelopment.org/). The current
23+
[Working Group](https://github.com/graphql/graphql-wg) charter, which includes
24+
the IP policy governing all working group deliverables (including
25+
specifications, source code, and datasets) may be found at
26+
[https://technical-charter.graphql.org](https://technical-charter.graphql.org).
27+
28+
Currently, the licenses governing GraphQL Specification Project deliverables
29+
are:
30+
31+
| Deliverable | License |
32+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
33+
| Specifications | [Open Web Foundation Agreement 1.0 (Patent and Copyright Grants)](https://www.openwebfoundation.org/the-agreements/the-owf-1-0-agreements-granted-claims/owfa-1-0) |
34+
| Source code | [MIT License](https://opensource.org/licenses/MIT) |
35+
| Data sets | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |

spec/GraphQL.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,41 +26,7 @@ specification can be found at permalinks that match their
2626
working draft release can be found at
2727
[https://spec.graphql.org/draft](https://spec.graphql.org/draft).
2828

29-
**Copyright Notice**
30-
31-
Copyright © 2015-2018, Facebook, Inc.
32-
33-
Copyright © 2019-present, GraphQL contributors
34-
35-
THESE MATERIALS ARE PROVIDED “AS IS”. The parties expressly disclaim any
36-
warranties (express, implied, or otherwise), including implied warranties of
37-
merchantability, non-infringement, fitness for a particular purpose, or title,
38-
related to the materials. The entire risk as to implementing or otherwise using
39-
the materials is assumed by the implementer and user. IN NO EVENT WILL THE
40-
PARTIES BE LIABLE TO ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT,
41-
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES
42-
OF ACTION OF ANY KIND WITH RESPECT TO THIS DELIVERABLE OR ITS GOVERNING
43-
AGREEMENT, WHETHER BASED ON BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR
44-
OTHERWISE, AND WHETHER OR NOT THE OTHER MEMBER HAS BEEN ADVISED OF THE
45-
POSSIBILITY OF SUCH DAMAGE.
46-
47-
**Licensing**
48-
49-
The GraphQL Specification Project is made available by the
50-
[Joint Development Foundation](https://www.jointdevelopment.org/). The current
51-
[Working Group](https://github.com/graphql/graphql-wg) charter, which includes
52-
the IP policy governing all working group deliverables (including
53-
specifications, source code, and datasets) may be found at
54-
[https://technical-charter.graphql.org](https://technical-charter.graphql.org).
55-
56-
Currently, the licenses governing GraphQL Specification Project deliverables
57-
are:
58-
59-
| Deliverable | License |
60-
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
61-
| Specifications | [Open Web Foundation Agreement 1.0 (Patent and Copyright Grants)](https://www.openwebfoundation.org/the-agreements/the-owf-1-0-agreements-granted-claims/owfa-1-0) |
62-
| Source code | [MIT License](https://opensource.org/licenses/MIT) |
63-
| Data sets | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
29+
# [LICENSE](../LICENSE.md)
6430

6531
**Conformance**
6632

0 commit comments

Comments
 (0)