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

Files:     .flake8
           .github/workflows/main.yml
           .gitignore
           .pre-commit-config.yaml
           CHANGELOG.rst
           README.md
           setup.py
           src/pytest_datadir/__init__.py
           src/pytest_datadir/plugin.py
           tests/data/over.txt
           tests/data/shared_directory/file.txt
           tests/data/spam.txt
           tests/test_hello.py
           tests/test_hello/hello.txt
           tests/test_hello/local_directory/file.txt
           tests/test_hello/over.txt
           tests/test_nonexistent.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     AUTHORS
Copyright: __NO_COPYRIGHT__ in: AUTHORS
License:   __UNKNOWN__
 Bruno Oliveira
 Edison Gustavo Muenz
 Gabriel Reis
 Guilherme Quentel Melo
 Mauricio Lima
 Marcelo Duarte Trevisani

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

#----------------------------------------------------------------------------
# License file: LICENSE
 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
 .
 Copyright (c) 2015-2022 the pytest-datadir authors and contributors <see AUTHORS file>.
 .
 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.
