Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: graphql-core
Upstream-Contact: Christoph Zwerschke <cito@online.de>
Source: https://github.com/graphql-python/graphql-core

Files: *
Copyright: Christoph Zwerschke <cito@online.de>
 Syrus Akbary <me@syrusakbary.com>
 Jake Heinz
 GraphQL Contributors
License: MIT

Files: docs/conf.py
Copyright: 2015, Taeho Kim
License: MIT

Files: graphql/language/tests/fixtures.py
 scripts/casing.py
 scripts/fb_ast.py
Copyright: 2015, Facebook, Inc.
License: MIT
Comment: All the files contain a copyright information similar to
 ---%<---
 # Copyright (c) 2015, Facebook, Inc.
 # All rights reserved.
 #
 # This source code is licensed under the BSD-style license found in the
 # LICENSE file in the root directory of this source tree. An additional grant
 # of patent rights can be found in the PATENTS file in the same directory.
 --->%---
 .
 As the used source of graphql-core is from a version 2.3.2, which dated back
 to 2020
 (https://github.com/graphql-python/graphql-core-legacy/releases/tag/v2.3.2),
 and Facebook did a relicensing of the their open source projects React, Jest,
 Flow, and Immutable.js in 2017 the files are now licensed effective under the
 MIT license.
 An official announcement about the formal re-licensing can be found on
 https://engineering.fb.com/2017/09/22/web/relicensing-react-jest-flow-and-immutable-js/

Files: graphql/pyutils/compat.py
Copyright: 2010-2013, Benjamin Peterson
License: MIT

Files: debian/*
Copyright: 2021, Carsten Schoenert <c.schoenert@t-online.de>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
