Skip to content

Commit 693cc68

Browse files
authored
Replace LICENSE with standard MIT/GraphQL Contributors (graphql#1104)
See graphql/graphql-wg#662 for context. This is a very focused change. Note that there are still a few code files which are "Copyright Facebook". I personally wrote those original files and haven't bothered changing them. (See why: https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/) However future code and usage is governed by our LICENSE file, which we standardize as MIT including a general "Copyright (c) GraphQL Contributors". Same as our other repositories
1 parent 9ac080d commit 693cc68

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

LICENSE

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
LICENSE AGREEMENT For graphql.org software
1+
MIT License
22

3-
Facebook, Inc. (“Facebook”) owns all right, title and interest, including all
4-
intellectual property and other proprietary rights, in and to the graphql.org
5-
software. Subject to your compliance with these terms, you are hereby granted a
6-
non-exclusive, worldwide, royalty-free copyright license to (1) use and copy the
7-
graphql.org software; and (2) reproduce and distribute the graphql.org software
8-
as part of your own software (“Your Software”). Facebook reserves all rights not
9-
expressly granted to you in this license agreement.
3+
Copyright (c) GraphQL Contributors
104

11-
THE SOFTWARE AND DOCUMENTATION, IF ANY, ARE PROVIDED "AS IS" AND ANY EXPRESS OR
12-
IMPLIED WARRANTIES (INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
13-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE) ARE DISCLAIMED. IN NO
14-
EVENT SHALL FACEBOOK OR ITS AFFILIATES, OFFICES, DIRECTORS OR EMPLOYEES BE
15-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
16-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
17-
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
20-
THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
2111

22-
You will include in Your Software (e.g., in the file(s), documentation or other
23-
materials accompanying your software): (1) the disclaimer set forth above; (2)
24-
this sentence; and (3) the following copyright notice:
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
2514

26-
Copyright (c) 2015, Facebook, Inc. All rights reserved.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)