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

Files:     .coveragerc
           .gitignore
           .travis.yml
           DEVELOPERS.rst
           MANIFEST.in
           doc/FAQ.rst
           doc/Makefile
           doc/api/fdpexpect.rst
           doc/api/index.rst
           doc/api/pexpect.rst
           doc/api/popen_spawn.rst
           doc/api/pxssh.rst
           doc/api/replwrap.rst
           doc/clean.css
           doc/commonissues.rst
           doc/conf.py
           doc/examples.rst
           doc/history.rst
           doc/index.rst
           doc/install.rst
           doc/make.bat
           doc/overview.rst
           doc/requirements.txt
           doc/sphinxext/github.py
           examples/cgishell.cgi
           notes/my_forkpty.py
           notes/notes.txt
           notes/posixmodule.c.diff
           pexpect/_async.py
           pexpect/bashrc.sh
           pexpect/exceptions.py
           pexpect/expect.py
           pexpect/popen_spawn.py
           pexpect/pty_spawn.py
           pexpect/replwrap.py
           pexpect/run.py
           pexpect/spawnbase.py
           pexpect/utils.py
           requirements-testing.txt
           setup.cfg
           setup.py
           tests/README
           tests/TESTDATA.txt
           tests/alarm_die.py
           tests/bambi.vt
           tests/echo_w_prompt.py
           tests/fakessh/ssh
           tests/globe.vt
           tests/list100.py
           tests/needs_kill.py
           tests/platform_checks/CSIGNALTEST/test.c
           tests/platform_checks/README
           tests/platform_checks/check.py
           tests/platform_checks/check2.py
           tests/platform_checks/check_control_terminal.py
           tests/platform_checks/check_handler.py
           tests/platform_checks/check_read.py
           tests/platform_checks/check_signals.py
           tests/test_FSM.py
           tests/test_async.py
           tests/test_delay.py
           tests/test_pickling.py
           tests/test_pxssh.py
           tests/test_replwrap.py
           tests/test_repr.py
           tests/test_unicode.py
           tests/test_which.py
           tests/tetris.data
           tests/torturet.vt
           tests/utils.py
           tools/display-fpathconf.py
           tools/display-maxcanon.py
           tools/display-sighandlers.py
           tools/display-terminalinfo.py
           tools/teamcity-coverage-report.sh
           tools/teamcity-runtests.sh
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     examples/README
           examples/astat.py
           examples/chess.py
           examples/chess2.py
           examples/chess3.py
           examples/df.py
           examples/ftp.py
           examples/hive.py
           examples/monitor.py
           examples/passmass.py
           examples/python.py
           examples/script.py
           examples/ssh_tunnel.py
           examples/topip.py
           examples/uptime.py
           pexpect/ANSI.py
           pexpect/FSM.py
           pexpect/__init__.py
           pexpect/fdpexpect.py
           pexpect/pxssh.py
           pexpect/screen.py
           tests/PexpectTestCase.py
           tests/__init__.py
           tests/adhoc.py
           tests/deprecated_test_filedescriptor.py
           tests/deprecated_test_run_out_of_pty.py
           tests/echo_wait.py
           tests/exit1.py
           tests/exit667.c
           tests/getch.py
           tests/interact.py
           tests/pexpectTest.py
           tests/qa.py
           tests/sigwinch_report.py
           tests/sleep_for.py
           tests/swapcase_echo.py
           tests/test_ansi.py
           tests/test_command_list_split.py
           tests/test_constructor.py
           tests/test_ctrl_chars.py
           tests/test_destructor.py
           tests/test_dotall.py
           tests/test_env.py
           tests/test_expect.py
           tests/test_filedescriptor.py
           tests/test_interact.py
           tests/test_isalive.py
           tests/test_log.py
           tests/test_misc.py
           tests/test_missing_command.py
           tests/test_performance.py
           tests/test_popen_spawn.py
           tests/test_run.py
           tests/test_screen.py
           tests/test_socket.py
           tests/test_timeout_pattern.py
           tests/test_winsize.py
           tests/ticker.py
Copyright: 2012 Noah Spurrier <noah@noah.org>
           2016 Martin Packman <martin.packman@canonical.com>
License:   ISC
 PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY
 PURPOSE WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE
 COPYRIGHT NOTICE AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES.
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files:     README.rst
Copyright: 2012 Noah Spurrier <noah@noah.org>
           2013-2016 Pexpect development team
License:   ISC
 PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY
 PURPOSE WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE
 COPYRIGHT NOTICE AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES.
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .
 This license is approved by the OSI and FSF as GPL-compatible.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         examples/table_test.html

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

#----------------------------------------------------------------------------
# License file: LICENSE
 ISC LICENSE
 .
     This license is approved by the OSI and FSF as GPL-compatible.
         http://opensource.org/licenses/isc-license.txt
 .
     Copyright (c) 2013-2014, Pexpect development team
     Copyright (c) 2012, Noah Spurrier <noah@noah.org>
 .
     Permission to use, copy, modify, and/or distribute this software for any
     purpose with or without fee is hereby granted, provided that the above
     copyright notice and this permission notice appear in all copies.
 .
     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .
