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

Files:     .gitignore
           .gitlab-ci.yml
           Makefile
           README.rst
           autoscripts/postinst-py3compile
           autoscripts/postinst-pycompile
           autoscripts/postinst-pypycompile
           autoscripts/prerm-py3clean
           autoscripts/prerm-pyclean
           autoscripts/prerm-pypyclean
           dh/pypy.pm
           dh/python2.pm
           dh/python3.pm
           dh_pypy.rst
           dh_python2.rst
           dh_python3.rst
           pybuild.rst
           pydist/Makefile
           pydist/README.PyDist
           pydist/cpython2_fallback
           pydist/cpython3_fallback
           pydist/pypy_fallback
           tests/Makefile
           tests/common.mk
           tests/common.py
           tests/t101/Makefile
           tests/t101/debian/compat
           tests/t101/debian/control
           tests/t101/debian/copyright
           tests/t101/debian/rules
           tests/t101/debian/source/format
           tests/t201/Makefile
           tests/t201/debian/compat
           tests/t201/debian/control
           tests/t201/debian/copyright
           tests/t201/debian/pydist-overrides
           tests/t201/debian/python-foo.pyinstall
           tests/t201/debian/python-foo.pyremove
           tests/t201/debian/rules
           tests/t201/debian/source/format
           tests/t201/debian/spam.py
           tests/t201/lib/foo/__init__.py
           tests/t201/lib/foo/bar/__init__.py
           tests/t201/lib/foo/baz.py
           tests/t201/setup.py
           tests/t202/Makefile
           tests/t202/__init__.py
           tests/t202/bar.py
           tests/t202/debian/compat
           tests/t202/debian/control
           tests/t202/debian/copyright
           tests/t202/debian/install
           tests/t202/debian/rules
           tests/t202/debian/source/format
           tests/t202/foo.py
           tests/t202/setup.py
           tests/t203/Makefile
           tests/t203/debian/compat
           tests/t203/debian/control
           tests/t203/debian/copyright
           tests/t203/debian/install
           tests/t203/debian/rules
           tests/t203/debian/source/format
           tests/t203/lib/__init__.py
           tests/t203/lib/bar.c
           tests/t203/lib/foo.py
           tests/t203/setup.py
           tests/t204/Makefile
           tests/t204/bar.py
           tests/t204/baz.py
           tests/t204/debian/compat
           tests/t204/debian/control
           tests/t204/debian/copyright
           tests/t204/debian/install
           tests/t204/debian/rules
           tests/t204/debian/source/format
           tests/t204/foo.py
           tests/t204/setup.py
           tests/t205/Makefile
           tests/t205/debian/compat
           tests/t205/debian/control
           tests/t205/debian/copyright
           tests/t205/debian/dirs
           tests/t205/debian/rules
           tests/t205/debian/source/format
           tests/t206/Makefile
           tests/t206/bar.py
           tests/t206/baz.py
           tests/t206/debian/compat
           tests/t206/debian/control
           tests/t206/debian/copyright
           tests/t206/debian/install
           tests/t206/debian/rules
           tests/t206/debian/source/format
           tests/t206/egg
           tests/t206/foo.py
           tests/t206/setup.py
           tests/t206/spam.py
           tests/t207/Makefile
           tests/t207/bar.py
           tests/t207/baz.py
           tests/t207/debian/compat
           tests/t207/debian/control
           tests/t207/debian/copyright
           tests/t207/debian/install
           tests/t207/debian/rules
           tests/t207/debian/source/format
           tests/t207/foo.py
           tests/t207/setup.py
           tests/t207/spam.py
           tests/t301/Makefile
           tests/t301/debian/compat
           tests/t301/debian/control
           tests/t301/debian/copyright
           tests/t301/debian/py3dist-overrides
           tests/t301/debian/python3-foo.pydist
           tests/t301/debian/rules
           tests/t301/debian/source/format
           tests/t301/lib/foo/__init__.py
           tests/t301/lib/foo/bar/__init__.py
           tests/t301/lib/foo/baz.py
           tests/t301/setup.py
           tests/t302/Makefile
           tests/t302/debian/compat
           tests/t302/debian/control
           tests/t302/debian/copyright
           tests/t302/debian/install
           tests/t302/debian/rules
           tests/t302/debian/source/format
           tests/t302/lib/__init__.py
           tests/t302/lib/bar.c
           tests/t302/lib/foo.py
           tests/t302/setup.py
           tests/t303/Makefile
           tests/t303/debian/compat
           tests/t303/debian/control
           tests/t303/debian/copyright
           tests/t303/debian/rules
           tests/t303/debian/source/format
           tests/t304/Makefile
           tests/t304/bar.py
           tests/t304/baz.py
           tests/t304/debian/compat
           tests/t304/debian/control
           tests/t304/debian/copyright
           tests/t304/debian/examples
           tests/t304/debian/install
           tests/t304/debian/overrides.install
           tests/t304/debian/rules
           tests/t304/debian/source/format
           tests/t304/foo.py
           tests/t304/setup.py
           tests/t304/spam.py
           tests/t305/Makefile
           tests/t305/debian/compat
           tests/t305/debian/control
           tests/t305/debian/copyright
           tests/t305/debian/foo5a.install
           tests/t305/debian/foo5b.install
           tests/t305/debian/foo5c.install
           tests/t305/debian/foo5d.install
           tests/t305/debian/rules
           tests/t305/debian/source/format
           tests/t305/foo5a
           tests/t305/foo5b
           tests/t305/foo5c
           tests/t305/foo5d
           tests/t306/Makefile
           tests/t306/debian/compat
           tests/t306/debian/control
           tests/t306/debian/copyright
           tests/t306/debian/rules
           tests/t306/debian/source/format
           tests/t306/lib/__init__.py
           tests/t306/lib/bar.c
           tests/t306/lib/foo.py
           tests/t306/setup.py
           tests/test-package-show-info
           tests/test_debhelper.py
           tests/test_depends.py
           tests/test_fs.py
           tests/test_interpreter.py
           tests/test_tools.py
           tests/tpb01/Makefile
           tests/tpb01/debian/control
           tests/tpb01/debian/copyright
           tests/tpb01/debian/rules
           tests/tpb01/debian/source/format
           tests/tpb01/foo.py
           tests/tpb01/setup.cfg
           tests/tpb01/setup.py
           tests/tpb02/Makefile
           tests/tpb02/debian/control
           tests/tpb02/debian/copyright
           tests/tpb02/debian/pybuild.testfiles
           tests/tpb02/debian/rules
           tests/tpb02/debian/source/format
           tests/tpb02/foo/__init__.py
           tests/tpb02/foo/test_foo.py
           tests/tpb02/nested/testfile2.txt
           tests/tpb02/pyproject.toml
           tests/tpb02/testdir/testfile3.txt
           tests/tpb02/testfile1.txt
           tests/tpb03/Makefile
           tests/tpb03/debian/control
           tests/tpb03/debian/copyright
           tests/tpb03/debian/rules
           tests/tpb03/debian/source/format
           tests/tpb03/foo.py
           tests/tpb03/setup.cfg
           tests/tpb03/setup.py
           tests/tpb04/Makefile
           tests/tpb04/_foo.c
           tests/tpb04/debian/control
           tests/tpb04/debian/copyright
           tests/tpb04/debian/rules
           tests/tpb04/debian/source/format
           tests/tpb04/foo.py
           tests/tpb04/setup.cfg
           tests/tpb04/setup.py
           tests/tpb04/test_foo.py
           tests/tpb04/tox.ini
           tests/tpb05/Makefile
           tests/tpb05/debian/control
           tests/tpb05/debian/copyright
           tests/tpb05/debian/rules
           tests/tpb05/debian/source/format
           tests/tpb05/foo/__init__.py
           tests/tpb05/foo/test_foo.py
           tests/tpb05/pyproject.toml
           tests/tpb05/setup.py
           tests/tpb06/Makefile
           tests/tpb06/debian/control
           tests/tpb06/debian/copyright
           tests/tpb06/debian/rules
           tests/tpb06/debian/source/format
           tests/tpb06/foo/__init__.py
           tests/tpb06/foo/ext.c
           tests/tpb06/foo/test_foo.py
           tests/tpb06/pyproject.toml
           tests/tpb06/setup.cfg
           tests/tpb06/setup.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     dh_pypy
           dh_python2
           dh_python3
           dhpython/__init__.py
           dhpython/_defaults.py
           dhpython/build/__init__.py
           dhpython/build/base.py
           dhpython/build/plugin_cmake.py
           dhpython/build/plugin_custom.py
           dhpython/build/plugin_distutils.py
           dhpython/build/plugin_flit.py
           dhpython/build/plugin_pyproject.py
           dhpython/debhelper.py
           dhpython/depends.py
           dhpython/exceptions.py
           dhpython/fs.py
           dhpython/interpreter.py
           dhpython/markers.py
           dhpython/option.py
           dhpython/pydist.py
           dhpython/tools.py
           dhpython/version.py
           pybuild
           pydist/generate_fallback_list.py
Copyright: 2010-2020 Piotr Ożarowski <piotr@debian.org>
           2020 Scott Kitterman <scott@kitterman.com>
           2021 Stuart Prescott <stuart@debian.org>
           2022 Stefano Rivera <stefanor@debian.org>
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:     dh/pybuild.pm
Copyright: : © 2012-2013 Piotr Ożarowski
License:   __UNKNOWN__
 TODO:
 * support for dh --parallel

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