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

Files:     .flake8
           .pre-commit-config.yaml
           .readthedocs.yml
           .travis.yml
           CHANGES.rst
           README.rst
           appveyor.yml
           conftest.py
           docs/conf.py
           docs/history.rst
           docs/index.rst
           pyproject.toml
           setup.cfg
           setup.py
           skeleton.md
           test_zipp.py
           tox.ini
           zipp.egg-info/SOURCES.txt
           zipp.egg-info/dependency_links.txt
           zipp.egg-info/requires.txt
           zipp.egg-info/top_level.txt
           zipp.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     PKG-INFO
           zipp.egg-info/PKG-INFO
Copyright: __NO_COPYRIGHT__ in: PKG-INFO
           __NO_COPYRIGHT__ in: zipp.egg-info/PKG-INFO
License:   __UNKNOWN__
 .. image:: https://img.shields.io/pypi/pyversions/zipp.svg
 .
 .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
 :target: https://travis-ci.org/jaraco/zipp
 .
 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
 :target: https://github.com/ambv/black
 :alt: Code style: Black
 .
 .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
 :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright Jason R. Coombs
 .
 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.
