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

Files:     .flake8
           .gitattributes
           .github/workflows/main.yml
           .gitignore
           AUTHORS
           CHANGELOG.rst
           MANIFEST.in
           README.rst
           RELEASING.rst
           bench/localpath.py
           codecov.yml
           conftest.py
           doc/Makefile
           doc/_templates/layout.html
           doc/announce/release-0.9.0.txt
           doc/announce/release-0.9.2.txt
           doc/announce/release-1.0.0.txt
           doc/announce/release-1.0.1.txt
           doc/announce/release-1.0.2.txt
           doc/announce/release-1.1.0.txt
           doc/announce/release-1.1.1.txt
           doc/announce/release-1.2.0.txt
           doc/announce/release-1.2.1.txt
           doc/announce/release-1.3.0.txt
           doc/announce/release-1.3.1.txt
           doc/announce/release-1.3.2.txt
           doc/announce/release-1.3.3.txt
           doc/announce/release-1.3.4.txt
           doc/announce/release-1.4.0.txt
           doc/announce/release-1.4.1.txt
           doc/announce/releases.txt
           doc/changelog.txt
           doc/code.txt
           doc/conf.py
           doc/example/genhtml.py
           doc/example/genhtmlcss.py
           doc/example/genxml.py
           doc/faq.txt
           doc/img/pylib.png
           doc/index.txt
           doc/install.txt
           doc/io.txt
           doc/links.inc
           doc/log.txt
           doc/misc.txt
           doc/path.txt
           doc/style.css
           doc/xml.txt
           py.egg-info/SOURCES.txt
           py.egg-info/dependency_links.txt
           py.egg-info/not-zip-safe
           py.egg-info/top_level.txt
           py/__init__.pyi
           py/__metainfo.py
           py/_builtin.py
           py/_code/__init__.py
           py/_code/_assertionnew.py
           py/_code/_assertionold.py
           py/_code/_py2traceback.py
           py/_code/assertion.py
           py/_code/code.py
           py/_code/source.py
           py/_error.py
           py/_io/__init__.py
           py/_io/capture.py
           py/_io/saferepr.py
           py/_io/terminalwriter.py
           py/_log/__init__.py
           py/_log/log.py
           py/_log/warning.py
           py/_path/__init__.py
           py/_path/cacheutil.py
           py/_path/common.py
           py/_path/local.py
           py/_path/svnurl.py
           py/_path/svnwc.py
           py/_process/__init__.py
           py/_process/cmdexec.py
           py/_process/forkedfunc.py
           py/_process/killproc.py
           py/_std.py
           py/_vendored_packages/__init__.py
           py/_vendored_packages/apipkg-2.0.0.dist-info/INSTALLER
           py/_vendored_packages/apipkg-2.0.0.dist-info/METADATA
           py/_vendored_packages/apipkg-2.0.0.dist-info/RECORD
           py/_vendored_packages/apipkg-2.0.0.dist-info/REQUESTED
           py/_vendored_packages/apipkg-2.0.0.dist-info/WHEEL
           py/_vendored_packages/apipkg-2.0.0.dist-info/top_level.txt
           py/_vendored_packages/apipkg/version.py
           py/_vendored_packages/iniconfig-1.1.1.dist-info/INSTALLER
           py/_vendored_packages/iniconfig-1.1.1.dist-info/RECORD
           py/_vendored_packages/iniconfig-1.1.1.dist-info/REQUESTED
           py/_vendored_packages/iniconfig-1.1.1.dist-info/WHEEL
           py/_vendored_packages/iniconfig-1.1.1.dist-info/top_level.txt
           py/_vendored_packages/iniconfig/__init__.pyi
           py/_vendored_packages/iniconfig/py.typed
           py/_version.py
           py/error.pyi
           py/iniconfig.pyi
           py/io.pyi
           py/path.pyi
           py/py.typed
           py/test.py
           py/xml.pyi
           pyproject.toml
           setup.cfg
           setup.py
           tasks/__init__.py
           tasks/vendoring.py
           testing/code/test_assertion.py
           testing/code/test_code.py
           testing/code/test_excinfo.py
           testing/code/test_source.py
           testing/conftest.py
           testing/io_/__init__.py
           testing/io_/test_capture.py
           testing/io_/test_saferepr.py
           testing/io_/test_terminalwriter.py
           testing/io_/test_terminalwriter_linewidth.py
           testing/log/__init__.py
           testing/log/test_log.py
           testing/log/test_warning.py
           testing/path/common.py
           testing/path/conftest.py
           testing/path/repotest.dump
           testing/path/svntestbase.py
           testing/path/test_cacheutil.py
           testing/path/test_local.py
           testing/path/test_svnauth.py
           testing/path/test_svnurl.py
           testing/path/test_svnwc.py
           testing/process/__init__.py
           testing/process/test_cmdexec.py
           testing/process/test_forkedfunc.py
           testing/process/test_killproc.py
           testing/root/__init__.py
           testing/root/test_builtin.py
           testing/root/test_error.py
           testing/root/test_py_imports.py
           testing/root/test_std.py
           testing/root/test_xmlgen.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     py/__init__.py
           py/_vendored_packages/apipkg/__init__.py
           py/_vendored_packages/iniconfig/__init__.py
           py/_xmlgen.py
Copyright: 2004-2014 Holger Krekel and others,
           2009 holger krekel, holger at merlinux eu.
           Ronny Pfannschmidt, Holger Krekel -- MIT licensed
           holger krekel, 2009 - MIT license
License:   __NO_LICENSE__

Files:     PKG-INFO
           py.egg-info/PKG-INFO
Copyright: __NO_COPYRIGHT__ in: PKG-INFO
           __NO_COPYRIGHT__ in: py.egg-info/PKG-INFO
License:   __UNKNOWN__
 .. image:: https://img.shields.io/conda/vn/conda-forge/py.svg
 :target: https://anaconda.org/conda-forge/py
 .
 .. image:: https://img.shields.io/pypi/pyversions/py.svg
 :target: https://pypi.org/project/py
 .
 .. image:: https://github.com/pytest-dev/py/workflows/build/badge.svg
 :target: https://github.com/pytest-dev/py/actions
 .
 **NOTE**: this library is in **maintenance mode** and should not be used in new code.
 .
 The py lib is a Python development support library featuring
 the following tools and modules:
 .
 * ``py.path``:  uniform local and svn path objects  -> please use pathlib/pathlib2 instead
 * ``py.apipkg``:  explicit API control and lazy-importing -> please use the standalone package instead
 * ``py.iniconfig``:  easy parsing of .ini files -> please use the standalone package instead
 * ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest`` as a implementation detail).
 .
 **NOTE**: prior to the 1.4 release this distribution used to
 contain py.test which is now its own package, see https://docs.pytest.org
 .
 For questions and more information please visit https://py.readthedocs.io
 .
 Bugs and issues: https://github.com/pytest-dev/py
 .
 Platform: unix
 Platform: linux
 Platform: osx
 Platform: cygwin
 Platform: win32
 Classifier: Development Status :: 6 - Mature
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: POSIX
 Classifier: Operating System :: Microsoft :: Windows
 Classifier: Operating System :: MacOS :: MacOS X
 Classifier: Topic :: Software Development :: Testing
 Classifier: Topic :: Software Development :: Libraries
 Classifier: Topic :: Utilities
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy

Files:     py/_vendored_packages/iniconfig-1.1.1.dist-info/METADATA
Copyright: __NO_COPYRIGHT__ in: py/_vendored_packages/iniconfig-1.1.1.dist-info/METADATA
License:   __UNKNOWN__
 iniconfig: brain-dead simple parsing of ini files

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         doc/download.html

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

#----------------------------------------------------------------------------
# License file: LICENSE
 .
   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.
 .
