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

Files:     .bumpversion.cfg
           .gitattributes
           .github/dependabot.yml
           .github/workflows/ci.yml
           .github/workflows/python-publish.yml
           .gitignore
           .readthedocs.yaml
           CHANGELOG.md
           MANIFEST.in
           README.md
           docs/Makefile
           docs/README.md
           docs/building_wheels.md
           docs/index.md
           docs/make.bat
           docs/reference.rst
           docs/requirements.txt
           emscripten/.gitignore
           emscripten/_sysconfigdata__emscripten_wasm32-emscripten.py
           emscripten/emcc_wrapper.py
           emscripten/pyo3_config.ini
           emscripten/runner.js
           examples/hello-world-script/Cargo.lock
           examples/hello-world-script/Cargo.toml
           examples/hello-world-script/MANIFEST.in
           examples/hello-world-script/hello_world/__init__.py
           examples/hello-world-script/noxfile.py
           examples/hello-world-script/pyproject.toml
           examples/hello-world-script/pytest.ini
           examples/hello-world-script/setup.py
           examples/hello-world-script/src/main.rs
           examples/hello-world/Cargo.lock
           examples/hello-world/Cargo.toml
           examples/hello-world/MANIFEST.in
           examples/hello-world/hello_world/__init__.py
           examples/hello-world/noxfile.py
           examples/hello-world/pyproject.toml
           examples/hello-world/pytest.ini
           examples/hello-world/setup.py
           examples/hello-world/src/main.rs
           examples/html-py-ever/.github/workflows/upload.yml
           examples/html-py-ever/Cargo.lock
           examples/html-py-ever/Cargo.toml
           examples/html-py-ever/MANIFEST.in
           examples/html-py-ever/README.md
           examples/html-py-ever/build-wheels.sh
           examples/html-py-ever/html_py_ever/__init__.py
           examples/html-py-ever/noxfile.py
           examples/html-py-ever/pyproject.toml
           examples/html-py-ever/pytest.ini
           examples/html-py-ever/requirements.txt
           examples/html-py-ever/setup.cfg
           examples/html-py-ever/setup.py
           examples/html-py-ever/src/lib.rs
           examples/html-py-ever/src/main.rs
           examples/html-py-ever/tests/conftest.py
           examples/html-py-ever/tests/empty.html
           examples/html-py-ever/tests/run_all.py
           examples/html-py-ever/tests/test_parsing.py
           examples/html-py-ever/tests/test_selector.py
           examples/namespace_package/.cargo/config.toml
           examples/namespace_package/Cargo.lock
           examples/namespace_package/Cargo.toml
           examples/namespace_package/Cross.toml
           examples/namespace_package/Dockerfile
           examples/namespace_package/MANIFEST.in
           examples/namespace_package/namespace_package/python/__init__.py
           examples/namespace_package/noxfile.py
           examples/namespace_package/pyproject.toml
           examples/namespace_package/pytest.ini
           examples/namespace_package/setup.py
           examples/namespace_package/src/lib.rs
           examples/namespace_package/tests/test_namespace_package.py
           examples/rust_with_cffi/Cargo.lock
           examples/rust_with_cffi/Cargo.toml
           examples/rust_with_cffi/MANIFEST.in
           examples/rust_with_cffi/cffi_module.py
           examples/rust_with_cffi/noxfile.py
           examples/rust_with_cffi/pyproject.toml
           examples/rust_with_cffi/pytest.ini
           examples/rust_with_cffi/rust_with_cffi/__init__.py
           examples/rust_with_cffi/setup.py
           examples/rust_with_cffi/src/lib.rs
           examples/rust_with_cffi/tests/test_rust_with_cffi.py
           mypy.ini
           noxfile.py
           pyproject.toml
           setup.cfg
           setup.py
           setuptools_rust/__init__.py
           setuptools_rust/_utils.py
           setuptools_rust/build.py
           setuptools_rust/clean.py
           setuptools_rust/command.py
           setuptools_rust/extension.py
           setuptools_rust/py.typed
           setuptools_rust/rustc_info.py
           setuptools_rust/setuptools_ext.py
           setuptools_rust/version.py
           tests/test_build.py
           tests/test_extension.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     docs/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/conf.py
License:   __UNKNOWN__
 # -- General configuration ---------------------------------------------------
 .
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         examples/html-py-ever/tests/rust.html
#         examples/html-py-ever/tests/monty-python.html
#         examples/html-py-ever/tests/python.html
#         examples/html-py-ever/tests/small.html

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

#----------------------------------------------------------------------------
# License file: LICENSE
 MIT License
 .
 Copyright (c) 2017-2018 PyO3 project & contributors
 .
 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.
