Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-h11
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .coveragerc
           .github/workflows/ci.yml
           .gitignore
           CODE_OF_CONDUCT.md
           MANIFEST.in
           README.rst
           bench/README.rst
           bench/asv.conf.json
           bench/benchmarks/__init__.py
           bench/benchmarks/benchmarks.py
           docs/Makefile
           docs/requirements.txt
           docs/source/_examples/myclient.py
           docs/source/_static/closelabel.png
           docs/source/_static/facebox.css
           docs/source/_static/loading.gif
           docs/source/api.rst
           docs/source/basic-usage.rst
           docs/source/changes.rst
           docs/source/examples.rst
           docs/source/index.rst
           docs/source/make-state-diagrams.py
           docs/source/supported-http.rst
           examples/basic-client.py
           examples/trio-server.py
           fuzz/README.rst
           fuzz/afl-server-examples/1
           fuzz/afl-server-examples/2
           fuzz/afl-server-examples/3
           fuzz/afl-server-examples/4
           fuzz/afl-server.py
           h11/__init__.py
           h11/_abnf.py
           h11/_connection.py
           h11/_events.py
           h11/_headers.py
           h11/_readers.py
           h11/_receivebuffer.py
           h11/_state.py
           h11/_util.py
           h11/_version.py
           h11/_writers.py
           h11/py.typed
           h11/tests/__init__.py
           h11/tests/data/test-file
           h11/tests/helpers.py
           h11/tests/test_against_stdlib_http.py
           h11/tests/test_connection.py
           h11/tests/test_events.py
           h11/tests/test_headers.py
           h11/tests/test_helpers.py
           h11/tests/test_io.py
           h11/tests/test_receivebuffer.py
           h11/tests/test_state.py
           h11/tests/test_util.py
           newsfragments/.gitkeep
           newsfragments/README.rst
           notes.org
           pyproject.toml
           setup.cfg
           setup.py
           test-requirements.txt
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     LICENSE.txt
Copyright: 2016 Nathaniel J. Smith <njs@pobox.com> and other contributors
License:   Expat
 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.

Files:     docs/source/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/source/conf.py
License:   __UNKNOWN__
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
 import h11

Files:     docs/source/_static/facebox.js
Copyright: 2007-2008 Chris Wanstrath [ chris@ozmm.org ]
License:   __UNKNOWN__
 Licensed under the MIT:
 http://www.opensource.org/licenses/mit-license.php

Files:     docs/source/_static/show-code.js
Copyright: 2006 Jonathan E. Taylor
           2006-2008 Scipy Developers.
           2009-2012 Statsmodels Developers.
License:   BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 a. Redistributions of source code must retain the above copyright notice,
 this list of conditions and the following disclaimer.
 b. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 c. Neither the name of Statsmodels nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL STATSMODELS OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.
 .
 On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
 License can be found in `/usr/share/common-licenses/BSD'.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         CONTRIBUTING.md

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE.txt
 The MIT License (MIT)
 .
 Copyright (c) 2016 Nathaniel J. Smith <njs@pobox.com> and other contributors
 .
 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.
