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

Files:     .dockerignore
           .github/CODEOWNERS
           .github/dependabot.yml
           .github/workflows/check.yml
           .github/workflows/test.yml
           .gitignore
           .pre-commit-config.yaml
           .readthedocs.yml
           CHANGELOG.rst
           README.md
           codecov.yml
           docs/api.rst
           docs/differences.rst
           docs/index.rst
           docs/installation.rst
           docs/mission.rst
           docs/test_suite.rst
           pyproject.toml
           setup.cfg
           setup.py
           src/build/__init__.py
           src/build/__main__.py
           src/build/env.py
           src/build/py.typed
           src/build/util.py
           tests/conftest.py
           tests/constraints.txt
           tests/packages/inline/pyproject.toml
           tests/packages/legacy/legacy/__init__.py
           tests/packages/legacy/setup.py
           tests/packages/test-bad-backend/pyproject.toml
           tests/packages/test-bad-syntax/pyproject.toml
           tests/packages/test-bad-wheel/backend_bad_wheel.py
           tests/packages/test-bad-wheel/pyproject.toml
           tests/packages/test-bad-wheel/setup.cfg
           tests/packages/test-cant-build-via-sdist/backend_bad_sdist.py
           tests/packages/test-cant-build-via-sdist/pyproject.toml
           tests/packages/test-cant-build-via-sdist/some-file-that-is-needed-for-build.txt
           tests/packages/test-flit/pyproject.toml
           tests/packages/test-flit/test_flit/__init__.py
           tests/packages/test-invalid-requirements/pyproject.toml
           tests/packages/test-invalid-requirements/setup.cfg
           tests/packages/test-metadata/backend.py
           tests/packages/test-metadata/pyproject.toml
           tests/packages/test-no-backend/pyproject.toml
           tests/packages/test-no-permission/pyproject.toml
           tests/packages/test-no-prepare/backend_no_prepare.py
           tests/packages/test-no-prepare/pyproject.toml
           tests/packages/test-no-prepare/setup.cfg
           tests/packages/test-no-project/empty.txt
           tests/packages/test-no-requires/pyproject.toml
           tests/packages/test-optional-hooks/hookless_backend.py
           tests/packages/test-optional-hooks/pyproject.toml
           tests/packages/test-setuptools/pyproject.toml
           tests/packages/test-setuptools/setup.cfg
           tests/packages/test-typo/pyproject.toml
           tests/test_env.py
           tests/test_integration.py
           tests/test_main.py
           tests/test_module.py
           tests/test_projectbuilder.py
           tests/test_self_packaging.py
           tests/test_util.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     tests/packages/inline/build.py
Copyright: __NO_COPYRIGHT__ in: tests/packages/inline/build.py
License:   __UNKNOWN__
 Desc
 .
 Wheel-Version: 1.0
 Generator: {name}-{version}
 Root-Is-Purelib: true
 Tag: py3-none-any

Files:     docs/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/conf.py
License:   __UNKNOWN__
 # The short X.Y version

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright © 2019 Filipe Laíns <filipe.lains@gmail.com>
 .
 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 (including the next
 paragraph) 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.
