python-attrs/debian/copyright

145 lines
5.1 KiB
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-attrs
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.
Files: .github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/workflows/main.yml
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
MANIFEST.in
PKG-INFO
README.rst
changelog.d/towncrier_template.rst
conftest.py
docs/Makefile
docs/_static/attrs_logo.png
docs/_static/attrs_logo_white.png
docs/api.rst
docs/changelog.rst
docs/comparison.rst
docs/conf.py
docs/docutils.conf
docs/examples.rst
docs/extending.rst
docs/glossary.rst
docs/hashing.rst
docs/how-does-it-work.rst
docs/index.rst
docs/init.rst
docs/license.rst
docs/names.rst
docs/overview.rst
docs/types.rst
docs/why.rst
pyproject.toml
setup.cfg
setup.py
src/attr/__init__.py
src/attr/__init__.pyi
src/attr/_cmp.py
src/attr/_cmp.pyi
src/attr/_compat.py
src/attr/_config.py
src/attr/_funcs.py
src/attr/_make.py
src/attr/_next_gen.py
src/attr/_version_info.py
src/attr/_version_info.pyi
src/attr/converters.py
src/attr/converters.pyi
src/attr/exceptions.py
src/attr/exceptions.pyi
src/attr/filters.py
src/attr/filters.pyi
src/attr/py.typed
src/attr/setters.py
src/attr/setters.pyi
src/attr/validators.py
src/attr/validators.pyi
src/attrs.egg-info/PKG-INFO
src/attrs.egg-info/SOURCES.txt
src/attrs.egg-info/dependency_links.txt
src/attrs.egg-info/not-zip-safe
src/attrs.egg-info/requires.txt
src/attrs.egg-info/top_level.txt
src/attrs/__init__.py
src/attrs/__init__.pyi
src/attrs/converters.py
src/attrs/exceptions.py
src/attrs/filters.py
src/attrs/py.typed
src/attrs/setters.py
src/attrs/validators.py
tests/__init__.py
tests/attr_import_star.py
tests/dataclass_transform_example.py
tests/strategies.py
tests/test_3rd_party.py
tests/test_annotations.py
tests/test_cmp.py
tests/test_compat.py
tests/test_config.py
tests/test_converters.py
tests/test_dunders.py
tests/test_filters.py
tests/test_funcs.py
tests/test_functional.py
tests/test_hooks.py
tests/test_import.py
tests/test_init_subclass.py
tests/test_make.py
tests/test_mypy.yml
tests/test_next_gen.py
tests/test_pattern_matching.py
tests/test_pyright.py
tests/test_setattr.py
tests/test_slots.py
tests/test_validators.py
tests/test_version_info.py
tests/typing_example.py
tests/utils.py
tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License: __NO_COPYRIGHT_NOR_LICENSE__
#----------------------------------------------------------------------------
# xml and html files (skipped):
# docs/_static/attrs_logo.svg
# docs/_static/attrs_logo_white.svg
#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
#----------------------------------------------------------------------------
# License file: LICENSE
The MIT License (MIT)
.
Copyright (c) 2015 Hynek Schlawack and the attrs 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.