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

Files:     .github/ISSUE_TEMPLATE/bug_report.md
           .github/ISSUE_TEMPLATE/config.yml
           .github/ISSUE_TEMPLATE/feature_request.md
           .github/ISSUE_TEMPLATE/question.md
           .github/workflows/main.yml
           .gitignore
           .pre-commit-config.yaml
           CHANGELOG.rst
           CODE_OF_CONDUCT.md
           CONTRIBUTING.rst
           MANIFEST.in
           PKG-INFO
           README.rst
           RELEASING.rst
           docs/Makefile
           docs/make.bat
           docs/source/changes.rst
           docs/source/command_line_options.rst
           docs/source/contact.rst
           docs/source/contributing.rst
           docs/source/index.rst
           docs/source/info.rst
           docs/source/starter.rst
           pyproject.toml
           pytest_xprocess.egg-info/PKG-INFO
           pytest_xprocess.egg-info/SOURCES.txt
           pytest_xprocess.egg-info/dependency_links.txt
           pytest_xprocess.egg-info/entry_points.txt
           pytest_xprocess.egg-info/requires.txt
           pytest_xprocess.egg-info/top_level.txt
           setup.cfg
           setup.py
           tests/conftest.py
           tests/server.py
           tests/test_callback.py
           tests/test_functional_workflow.py
           tests/test_interruption_clean_up.py
           tests/test_process_initialization.py
           tests/test_process_termination.py
           tests/test_resource_cleanup.py
           tests/test_startup_timeout.py
           tox.ini
           xprocess/__init__.py
           xprocess/pytest_xprocess.py
           xprocess/xprocess.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     docs/source/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/source/conf.py
License:   __UNKNOWN__
 # The full version, including alpha/beta/rc tags

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         .github/pull_request_template.md

#----------------------------------------------------------------------------
# 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.
