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

Files:     .flake8
           .github/FUNDING.yml
           .github/dependabot.yml
           .github/workflows/release.yml
           .github/workflows/tests.yml
           .gitignore
           .pre-commit-config.yaml
           CHANGELOG.md
           README.md
           docs/.gitignore
           docs/Makefile
           docs/_static/progress.gif
           docs/_static/theme_overrides.css
           docs/api/index.rst
           docs/conf.py
           docs/helpers/index.rst
           docs/helpers/progress_2.gif
           docs/helpers/progress_bar.rst
           docs/helpers/question_helper.rst
           docs/helpers/table.rst
           docs/index.rst
           docs/installation.rst
           docs/introduction.rst
           docs/make.bat
           docs/single_command_tool.rst
           docs/usage.rst
           poetry.lock
           pyproject.toml
           src/cleo/__init__.py
           src/cleo/_compat.py
           src/cleo/_utils.py
           src/cleo/application.py
           src/cleo/color.py
           src/cleo/commands/__init__.py
           src/cleo/commands/base_command.py
           src/cleo/commands/command.py
           src/cleo/commands/completions/__init__.py
           src/cleo/commands/completions/templates.py
           src/cleo/commands/completions_command.py
           src/cleo/commands/help_command.py
           src/cleo/commands/list_command.py
           src/cleo/cursor.py
           src/cleo/descriptors/__init__.py
           src/cleo/descriptors/application_description.py
           src/cleo/descriptors/descriptor.py
           src/cleo/descriptors/text_descriptor.py
           src/cleo/events/__init__.py
           src/cleo/events/console_command_event.py
           src/cleo/events/console_error_event.py
           src/cleo/events/console_event.py
           src/cleo/events/console_events.py
           src/cleo/events/console_signal_event.py
           src/cleo/events/console_terminate_event.py
           src/cleo/events/event.py
           src/cleo/events/event_dispatcher.py
           src/cleo/exceptions/__init__.py
           src/cleo/formatters/__init__.py
           src/cleo/formatters/formatter.py
           src/cleo/formatters/style.py
           src/cleo/formatters/style_stack.py
           src/cleo/helpers.py
           src/cleo/io/__init__.py
           src/cleo/io/buffered_io.py
           src/cleo/io/inputs/__init__.py
           src/cleo/io/inputs/argument.py
           src/cleo/io/inputs/argv_input.py
           src/cleo/io/inputs/definition.py
           src/cleo/io/inputs/input.py
           src/cleo/io/inputs/option.py
           src/cleo/io/inputs/string_input.py
           src/cleo/io/inputs/token_parser.py
           src/cleo/io/io.py
           src/cleo/io/null_io.py
           src/cleo/io/outputs/__init__.py
           src/cleo/io/outputs/buffered_output.py
           src/cleo/io/outputs/null_output.py
           src/cleo/io/outputs/output.py
           src/cleo/io/outputs/section_output.py
           src/cleo/io/outputs/stream_output.py
           src/cleo/loaders/__init__.py
           src/cleo/loaders/command_loader.py
           src/cleo/loaders/factory_command_loader.py
           src/cleo/py.typed
           src/cleo/testers/__init__.py
           src/cleo/testers/application_tester.py
           src/cleo/testers/command_tester.py
           src/cleo/ui/__init__.py
           src/cleo/ui/choice_question.py
           src/cleo/ui/component.py
           src/cleo/ui/confirmation_question.py
           src/cleo/ui/exception_trace.py
           src/cleo/ui/progress_bar.py
           src/cleo/ui/progress_indicator.py
           src/cleo/ui/question.py
           src/cleo/ui/table.py
           src/cleo/ui/table_cell.py
           src/cleo/ui/table_cell_style.py
           src/cleo/ui/table_separator.py
           src/cleo/ui/table_style.py
           src/cleo/ui/ui.py
           tests/__init__.py
           tests/commands/__init__.py
           tests/commands/completion/__init__.py
           tests/commands/completion/fixtures/__init__.py
           tests/commands/completion/fixtures/bash.txt
           tests/commands/completion/fixtures/command_with_colons.py
           tests/commands/completion/fixtures/command_with_space_in_name.py
           tests/commands/completion/fixtures/fish.txt
           tests/commands/completion/fixtures/hello_command.py
           tests/commands/completion/fixtures/zsh.txt
           tests/commands/completion/test_completions_command.py
           tests/commands/test_command.py
           tests/conftest.py
           tests/events/__init__.py
           tests/events/test_event.py
           tests/events/test_event_dispatcher.py
           tests/fixtures/__init__.py
           tests/fixtures/application_exception1.txt
           tests/fixtures/application_run1.txt
           tests/fixtures/application_run2.txt
           tests/fixtures/application_run3.txt
           tests/fixtures/application_run4.txt
           tests/fixtures/application_run5.txt
           tests/fixtures/exceptions/__init__.py
           tests/fixtures/exceptions/nested1.py
           tests/fixtures/exceptions/nested2.py
           tests/fixtures/exceptions/recursion.py
           tests/fixtures/exceptions/simple.py
           tests/fixtures/exceptions/solution.py
           tests/fixtures/foo1_command.py
           tests/fixtures/foo2_command.py
           tests/fixtures/foo3_command.py
           tests/fixtures/foo_command.py
           tests/fixtures/foo_sub_namespaced1_command.py
           tests/fixtures/foo_sub_namespaced2_command.py
           tests/fixtures/foo_sub_namespaced3_command.py
           tests/fixtures/inherited_command.py
           tests/fixtures/signature_command.py
           tests/formatters/__init__.py
           tests/formatters/test_formatter.py
           tests/io/__init__.py
           tests/io/inputs/__init__.py
           tests/io/inputs/test_argument.py
           tests/io/inputs/test_argv_input.py
           tests/io/inputs/test_option.py
           tests/io/inputs/test_token_parser.py
           tests/io/outputs/__init__.py
           tests/io/outputs/test_section_output.py
           tests/loaders/__init__.py
           tests/loaders/test_factory_command_loader.py
           tests/test_application.py
           tests/test_color.py
           tests/test_helpers.py
           tests/test_utils.py
           tests/testers/__init__.py
           tests/testers/test_application_tester.py
           tests/testers/test_command_tester.py
           tests/ui/__init__.py
           tests/ui/test_choice_question.py
           tests/ui/test_confirmation_question.py
           tests/ui/test_exception_trace.py
           tests/ui/test_progress_bar.py
           tests/ui/test_progress_indicator.py
           tests/ui/test_question.py
           tests/ui/test_table.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         tests/fixtures/application_help.txt

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright (c) 2013 Sébastien Eustace
 .
 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.
