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

Files:     Makefile
           doc/hacking.rst
           testtools/__init__.py
           testtools/assertions.py
           testtools/compat.py
           testtools/content.py
           testtools/content_type.py
           testtools/deferredruntest.py
           testtools/distutilscmd.py
           testtools/helpers.py
           testtools/matchers/__init__.py
           testtools/matchers/_basic.py
           testtools/matchers/_const.py
           testtools/matchers/_datastructures.py
           testtools/matchers/_dict.py
           testtools/matchers/_doctest.py
           testtools/matchers/_exception.py
           testtools/matchers/_filesystem.py
           testtools/matchers/_higherorder.py
           testtools/matchers/_impl.py
           testtools/matchers/_warnings.py
           testtools/monkey.py
           testtools/run.py
           testtools/runtest.py
           testtools/tags.py
           testtools/testcase.py
           testtools/testresult/__init__.py
           testtools/testresult/doubles.py
           testtools/testresult/real.py
           testtools/tests/__init__.py
           testtools/tests/helpers.py
           testtools/tests/matchers/__init__.py
           testtools/tests/matchers/helpers.py
           testtools/tests/matchers/test_basic.py
           testtools/tests/matchers/test_const.py
           testtools/tests/matchers/test_datastructures.py
           testtools/tests/matchers/test_doctest.py
           testtools/tests/matchers/test_exception.py
           testtools/tests/matchers/test_filesystem.py
           testtools/tests/matchers/test_higherorder.py
           testtools/tests/matchers/test_impl.py
           testtools/tests/matchers/test_warnings.py
           testtools/tests/samplecases.py
           testtools/tests/test_compat.py
           testtools/tests/test_content.py
           testtools/tests/test_content_type.py
           testtools/tests/test_distutilscmd.py
           testtools/tests/test_fixturesupport.py
           testtools/tests/test_helpers.py
           testtools/tests/test_monkey.py
           testtools/tests/test_run.py
           testtools/tests/test_runtest.py
           testtools/tests/test_tags.py
           testtools/tests/test_testcase.py
           testtools/tests/test_testresult.py
           testtools/tests/test_testsuite.py
           testtools/tests/test_with_with.py
           testtools/tests/twistedsupport/__init__.py
           testtools/tests/twistedsupport/_helpers.py
           testtools/tests/twistedsupport/test_deferred.py
           testtools/tests/twistedsupport/test_matchers.py
           testtools/tests/twistedsupport/test_runtest.py
           testtools/tests/twistedsupport/test_spinner.py
           testtools/testsuite.py
           testtools/twistedsupport/__init__.py
           testtools/twistedsupport/_deferred.py
           testtools/twistedsupport/_matchers.py
           testtools/twistedsupport/_runtest.py
           testtools/twistedsupport/_spinner.py
           testtools/utils.py
Copyright: 2008-2017 testtools developers. See LICENSE for details.
           2010 Twisted Matrix Laboratories. See LICENSE for details.
           2010-2011 Testtools authors. See LICENSE for details.
           2010-2011 testtools developers . See LICENSE for details.
           assignment
License:   __NO_LICENSE__

Files:     .github/workflows/test.yml
           .gitignore
           .gitreview
           .testr.conf
           MANIFEST.in
           NEWS
           doc/Makefile
           doc/_static/placeholder.txt
           doc/_templates/placeholder.txt
           doc/api.rst
           doc/conf.py
           doc/for-framework-folk.rst
           doc/for-test-authors.rst
           doc/index.rst
           doc/make.bat
           doc/news.rst
           doc/overview.rst
           doc/twisted-support.rst
           readthedocs-requirements.txt
           requirements.txt
           scripts/README
           scripts/_lp_release.py
           scripts/all-pythons
           scripts/update-rtfd
           setup.cfg
           setup.py
           testtools/tests/matchers/test_dict.py
           testtools/tests/test_assert_that.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     README.rst
Copyright: Steve Purcell and the Python Software Foundation, it is distributed under the same license as Python, see LICENSE for details.
License:   __UNKNOWN__
 Supported platforms

Files:     testtools/twistedsupport/_deferreddebug.py
Copyright: testtools developers. See LICENSE for details.
License:   __UNKNOWN__
 TODO: Move this to testtools.twistedsupport. See testing-cabal/testtools#202.

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

#----------------------------------------------------------------------------
# License file: LICENSE
 Copyright (c) 2008-2011 Jonathan M. Lange <jml@mumak.net> and the testtools
 authors.
 .
 The testtools authors are:
  * Canonical Ltd
  * Twisted Matrix Labs
  * Jonathan Lange
  * Robert Collins
  * Andrew Bennetts
  * Benjamin Peterson
  * Jamu Kakar
  * James Westby
  * Martin [gz]
  * Michael Hudson-Doyle
  * Aaron Bentley
  * Christian Kampka
  * Gavin Panella
  * Martin Pool
  * Vincent Ladeuil
  * Nikola Đipanov
  * Tristan Seligmann
  * Julian Edwards
  * Jonathan Jacobs
 .
 and are collectively referred to as "testtools 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.
 .
 Some code in testtools/run.py taken from Python's unittest module:
 Copyright (c) 1999-2003 Steve Purcell
 Copyright (c) 2003-2010 Python Software Foundation
 .
 This module is free software, and you may redistribute it and/or modify
 it under the same terms as Python itself, so long as this copyright message
 and disclaimer are retained in their original form.
 .
 IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
 SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
 THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 DAMAGE.
 .
 THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
