Skip to content

Commit 951971b

Browse files
authored
Add OWFa v1.0 license agreement to GraphQL specification. (#368)
* Add OWFa v1.0 license agreement to GraphQL specification. Find the full text of the agreement: http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0 Read more about this change at: https://medium.com/@leeb/relicensing-the-graphql-specification-e7d07a52301b Resolves #351 * Add signed agreement
1 parent e5d9f9d commit 951971b

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Nicholas Schrock <[email protected]>",
77
"Daniel Schafer <[email protected]>"
88
],
9-
"license": "BSD",
9+
"license": "OWFa-1.0",
1010
"homepage": "https://facebook.github.io/graphql",
1111
"bugs": {
1212
"url": "https://github.com/facebook/graphql/issues"
152 KB
Binary file not shown.

spec/GraphQL.md

+24-26
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,30 @@ match their [release tag](https://github.com/facebook/graphql/releases).
1616

1717
**Copyright notice**
1818

19-
Copyright (c) 2015-2017, Facebook, Inc. All rights reserved.
20-
21-
Redistribution and use in source and binary forms, with or without modification,
22-
are permitted provided that the following conditions are met:
23-
24-
* Redistributions of source code must retain the above copyright notice, this
25-
list of conditions and the following disclaimer.
26-
27-
* Redistributions in binary form must reproduce the above copyright notice,
28-
this list of conditions and the following disclaimer in the documentation
29-
and/or other materials provided with the distribution.
30-
31-
* Neither the name Facebook nor the names of its contributors may be used to
32-
endorse or promote products derived from this software without specific
33-
prior written permission.
34-
35-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
36-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
39-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
42-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
44-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19+
Copyright © 2015-present, Facebook, Inc.
20+
21+
As of September 26, 2017, the following persons or entities have made this
22+
Specification available under the Open Web Foundation Final Specification
23+
Agreement (OWFa 1.0), which is available at [openwebfoundation.org](http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0).
24+
25+
Facebook, Inc.
26+
27+
You can review the signed copies of the Open Web Foundation Final Specification
28+
Agreement Version 1.0 for this specification at [github.com/facebook/graphql](https://github.com/facebook/graphql/tree/master/signed-agreements),
29+
which may also include additional parties to those listed above.
30+
31+
Your use of this Specification may be subject to other third party rights.
32+
THIS SPECIFICATION IS PROVIDED “AS IS.” The contributors expressly disclaim any
33+
warranties (express, implied, or otherwise), including implied warranties of
34+
merchantability, non-infringement, fitness for a particular purpose, or title,
35+
related to the Specification. The entire risk as to implementing or otherwise
36+
using the Specification is assumed by the Specification implementer and user.
37+
IN NO EVENT WILL ANY PARTY BE LIABLE TO ANY OTHER PARTY FOR LOST PROFITS OR ANY
38+
FORM OF INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER
39+
FROM ANY CAUSES OF ACTION OF ANY KIND WITH RESPECT TO THIS SPECIFICATION OR ITS
40+
GOVERNING AGREEMENT, WHETHER BASED ON BREACH OF CONTRACT, TORT (INCLUDING
41+
NEGLIGENCE), OR OTHERWISE, AND WHETHER OR NOT THE OTHER PARTY HAS BEEN ADVISED
42+
OF THE POSSIBILITY OF SUCH DAMAGE.
4543

4644

4745
**Conformance**

0 commit comments

Comments
 (0)