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

Files:     .coveragerc
           .dockerignore
           .github/ISSUE_TEMPLATE/bug-report.md
           .github/ISSUE_TEMPLATE/bug_report.md
           .github/ISSUE_TEMPLATE/config.yml
           .github/ISSUE_TEMPLATE/feature-request.md
           .github/workflows/check.yml
           .pre-commit-config.yaml
           .readthedocs.yml
           PKG-INFO
           README.md
           docs/_static/custom.css
           docs/changelog.rst
           docs/changelog/examples.rst
           docs/changelog/template.jinja2
           docs/cli_interface.rst
           docs/conf.py
           docs/extend.rst
           docs/index.rst
           docs/installation.rst
           docs/render_cli.py
           docs/user_guide.rst
           pyproject.toml
           setup.cfg
           setup.py
           src/virtualenv.egg-info/PKG-INFO
           src/virtualenv.egg-info/SOURCES.txt
           src/virtualenv.egg-info/dependency_links.txt
           src/virtualenv.egg-info/entry_points.txt
           src/virtualenv.egg-info/requires.txt
           src/virtualenv.egg-info/top_level.txt
           src/virtualenv.egg-info/zip-safe
           src/virtualenv/__init__.py
           src/virtualenv/__main__.py
           src/virtualenv/activation/__init__.py
           src/virtualenv/activation/activator.py
           src/virtualenv/activation/bash/__init__.py
           src/virtualenv/activation/bash/activate.sh
           src/virtualenv/activation/batch/__init__.py
           src/virtualenv/activation/batch/activate.bat
           src/virtualenv/activation/batch/deactivate.bat
           src/virtualenv/activation/batch/pydoc.bat
           src/virtualenv/activation/cshell/__init__.py
           src/virtualenv/activation/cshell/activate.csh
           src/virtualenv/activation/fish/__init__.py
           src/virtualenv/activation/fish/activate.fish
           src/virtualenv/activation/nushell/__init__.py
           src/virtualenv/activation/nushell/activate.nu
           src/virtualenv/activation/powershell/__init__.py
           src/virtualenv/activation/powershell/activate.ps1
           src/virtualenv/activation/python/__init__.py
           src/virtualenv/activation/python/activate_this.py
           src/virtualenv/activation/via_template.py
           src/virtualenv/app_data/__init__.py
           src/virtualenv/app_data/base.py
           src/virtualenv/app_data/na.py
           src/virtualenv/app_data/read_only.py
           src/virtualenv/app_data/via_disk_folder.py
           src/virtualenv/app_data/via_tempdir.py
           src/virtualenv/config/__init__.py
           src/virtualenv/config/cli/__init__.py
           src/virtualenv/config/cli/parser.py
           src/virtualenv/config/convert.py
           src/virtualenv/config/env_var.py
           src/virtualenv/config/ini.py
           src/virtualenv/create/__init__.py
           src/virtualenv/create/creator.py
           src/virtualenv/create/debug.py
           src/virtualenv/create/describe.py
           src/virtualenv/create/pyenv_cfg.py
           src/virtualenv/create/via_global_ref/__init__.py
           src/virtualenv/create/via_global_ref/_virtualenv.py
           src/virtualenv/create/via_global_ref/api.py
           src/virtualenv/create/via_global_ref/builtin/__init__.py
           src/virtualenv/create/via_global_ref/builtin/builtin_way.py
           src/virtualenv/create/via_global_ref/builtin/cpython/__init__.py
           src/virtualenv/create/via_global_ref/builtin/cpython/common.py
           src/virtualenv/create/via_global_ref/builtin/cpython/cpython2.py
           src/virtualenv/create/via_global_ref/builtin/cpython/cpython3.py
           src/virtualenv/create/via_global_ref/builtin/cpython/mac_os.py
           src/virtualenv/create/via_global_ref/builtin/pypy/__init__.py
           src/virtualenv/create/via_global_ref/builtin/pypy/common.py
           src/virtualenv/create/via_global_ref/builtin/pypy/pypy2.py
           src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py
           src/virtualenv/create/via_global_ref/builtin/python2/__init__.py
           src/virtualenv/create/via_global_ref/builtin/python2/python2.py
           src/virtualenv/create/via_global_ref/builtin/python2/site.py
           src/virtualenv/create/via_global_ref/builtin/ref.py
           src/virtualenv/create/via_global_ref/builtin/via_global_self_do.py
           src/virtualenv/create/via_global_ref/store.py
           src/virtualenv/create/via_global_ref/venv.py
           src/virtualenv/discovery/__init__.py
           src/virtualenv/discovery/builtin.py
           src/virtualenv/discovery/cached_py_info.py
           src/virtualenv/discovery/discover.py
           src/virtualenv/discovery/py_info.py
           src/virtualenv/discovery/py_spec.py
           src/virtualenv/discovery/windows/__init__.py
           src/virtualenv/discovery/windows/pep514.py
           src/virtualenv/info.py
           src/virtualenv/report.py
           src/virtualenv/run/__init__.py
           src/virtualenv/run/plugin/__init__.py
           src/virtualenv/run/plugin/activators.py
           src/virtualenv/run/plugin/base.py
           src/virtualenv/run/plugin/creators.py
           src/virtualenv/run/plugin/discovery.py
           src/virtualenv/run/plugin/seeders.py
           src/virtualenv/run/session.py
           src/virtualenv/seed/__init__.py
           src/virtualenv/seed/embed/__init__.py
           src/virtualenv/seed/embed/base_embed.py
           src/virtualenv/seed/embed/pip_invoke.py
           src/virtualenv/seed/embed/via_app_data/__init__.py
           src/virtualenv/seed/embed/via_app_data/pip_install/__init__.py
           src/virtualenv/seed/embed/via_app_data/pip_install/base.py
           src/virtualenv/seed/embed/via_app_data/pip_install/copy.py
           src/virtualenv/seed/embed/via_app_data/pip_install/symlink.py
           src/virtualenv/seed/embed/via_app_data/via_app_data.py
           src/virtualenv/seed/seeder.py
           src/virtualenv/seed/wheels/__init__.py
           src/virtualenv/seed/wheels/acquire.py
           src/virtualenv/seed/wheels/bundle.py
           src/virtualenv/seed/wheels/embed/__init__.py
           src/virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl
           src/virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl
           src/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl
           src/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl
           src/virtualenv/seed/wheels/embed/wheel-0.38.4-py3-none-any.whl
           src/virtualenv/seed/wheels/periodic_update.py
           src/virtualenv/seed/wheels/util.py
           src/virtualenv/util/__init__.py
           src/virtualenv/util/error.py
           src/virtualenv/util/lock.py
           src/virtualenv/util/path/__init__.py
           src/virtualenv/util/path/_permission.py
           src/virtualenv/util/path/_sync.py
           src/virtualenv/util/path/_win.py
           src/virtualenv/util/subprocess/__init__.py
           src/virtualenv/util/zipapp.py
           src/virtualenv/version.py
           tasks/__main__zipapp.py
           tasks/make_zipapp.py
           tasks/update_embedded.py
           tests/conftest.py
           tests/integration/test_run_int.py
           tests/integration/test_zipapp.py
           tests/unit/activation/conftest.py
           tests/unit/activation/test_activate_this.py
           tests/unit/activation/test_activation_support.py
           tests/unit/activation/test_activator.py
           tests/unit/activation/test_bash.py
           tests/unit/activation/test_batch.py
           tests/unit/activation/test_csh.py
           tests/unit/activation/test_fish.py
           tests/unit/activation/test_nushell.py
           tests/unit/activation/test_powershell.py
           tests/unit/activation/test_python_activator.py
           tests/unit/config/cli/test_parser.py
           tests/unit/config/test___main__.py
           tests/unit/config/test_env_var.py
           tests/unit/config/test_ini.py
           tests/unit/create/conftest.py
           tests/unit/create/console_app/demo/__init__.py
           tests/unit/create/console_app/demo/__main__.py
           tests/unit/create/console_app/setup.cfg
           tests/unit/create/console_app/setup.py
           tests/unit/create/test_creator.py
           tests/unit/create/test_interpreters.py
           tests/unit/create/via_global_ref/builtin/conftest.py
           tests/unit/create/via_global_ref/builtin/cpython/cpython3_win_embed.json
           tests/unit/create/via_global_ref/builtin/cpython/test_cpython3_win.py
           tests/unit/create/via_global_ref/builtin/pypy/deb_pypy37.json
           tests/unit/create/via_global_ref/builtin/pypy/deb_pypy38.json
           tests/unit/create/via_global_ref/builtin/pypy/portable_pypy38.json
           tests/unit/create/via_global_ref/builtin/pypy/test_pypy3.py
           tests/unit/create/via_global_ref/builtin/testing/__init__.py
           tests/unit/create/via_global_ref/builtin/testing/helpers.py
           tests/unit/create/via_global_ref/builtin/testing/path.py
           tests/unit/create/via_global_ref/builtin/testing/py_info.py
           tests/unit/create/via_global_ref/greet/greet2.c
           tests/unit/create/via_global_ref/greet/greet3.c
           tests/unit/create/via_global_ref/greet/setup.py
           tests/unit/create/via_global_ref/test_api.py
           tests/unit/create/via_global_ref/test_build_c_ext.py
           tests/unit/discovery/py_info/test_py_info.py
           tests/unit/discovery/py_info/test_py_info_exe_based_of.py
           tests/unit/discovery/test_discovery.py
           tests/unit/discovery/test_py_spec.py
           tests/unit/discovery/windows/test_windows_pep514.py
           tests/unit/discovery/windows/winreg-mock-values.py
           tests/unit/seed/embed/test_base_embed.py
           tests/unit/seed/embed/test_bootstrap_link_via_app_data.py
           tests/unit/seed/embed/test_pip_invoke.py
           tests/unit/seed/wheels/test_acquire.py
           tests/unit/seed/wheels/test_acquire_find_wheel.py
           tests/unit/seed/wheels/test_bundle.py
           tests/unit/seed/wheels/test_periodic_update.py
           tests/unit/seed/wheels/test_wheels_util.py
           tests/unit/test_run.py
           tests/unit/test_util.py
           tox.ini
           whitelist.txt
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     docs/development.rst
Copyright: __NO_COPYRIGHT__ in: docs/development.rst
License:   __UNKNOWN__
 The contents of this file are reStructuredText formatted text that will be used as the content of the news file entry.
 You do not need to reference the issue or PR numbers here as towncrier will automatically add a reference to all of
 the affected issues when rendering the news file.
 .
 In order to maintain a consistent style in the ``changelog.rst`` file, it is preferred to keep the news entry to the
 point, in sentence case, shorter than 120 characters and in an imperative tone -- an entry should complete the sentence
 ``This change will …``. In rare cases, where one line is not enough, use a summary line in an imperative tone followed
 by a blank line separating it from a description of the feature/change in one or more paragraphs, each wrapped
 at 120 characters. Remember that a news entry is meant for end users and should only contain details relevant to an end
 user.
 .
 Choosing the type of NEWS entry
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .
 A trivial change is anything that does not warrant an entry in the news file. Some examples are: code refactors that
 don't change anything as far as the public is concerned, typo fixes, white space modification, etc. To mark a PR
 as trivial a contributor simply needs to add a randomly named, empty file to the ``news/`` directory with the extension
 of ``.trivial``.
 .
 Becoming a maintainer
 ~~~~~~~~~~~~~~~~~~~~~
 .
 If you want to become an official maintainer, start by helping out. As a first step, we welcome you to triage issues on
 virtualenv's issue tracker. virtualenv maintainers provide triage abilities to contributors once they have been around
 for some time and contributed positively to the project. This is optional and highly recommended for becoming a
 virtualenv maintainer. Later, when you think you're ready, get in touch with one of the maintainers and they will
 initiate a vote among the existing maintainers.
 .
 .. note::
 .
 Upon becoming a maintainer, a person should be given access to various virtualenv-related tooling across
 multiple platforms. These are noted here for future reference by the maintainers:
 .
 - GitHub Push Access
 - PyPI Publishing Access
 - CI Administration capabilities
 - ReadTheDocs Administration capabilities

#----------------------------------------------------------------------------
# huge files   (skipped):
#         tests/unit/create/virtualenv-16.7.9-py2.py3-none-any.whl
#         src/virtualenv/seed/wheels/embed/setuptools-65.6.3-py3-none-any.whl
#         src/virtualenv/seed/wheels/embed/pip-22.3.1-py3-none-any.whl
#         src/virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl
#         src/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright (c) 2020-202x The virtualenv developers
 .
 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.
