annotate vendor/phpunit/php-code-coverage/LICENSE @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@0 1 PHP_CodeCoverage
Chris@0 2
Chris@14 3 Copyright (c) 2009-2017, Sebastian Bergmann <sebastian@phpunit.de>.
Chris@0 4 All rights reserved.
Chris@0 5
Chris@0 6 Redistribution and use in source and binary forms, with or without
Chris@0 7 modification, are permitted provided that the following conditions
Chris@0 8 are met:
Chris@0 9
Chris@0 10 * Redistributions of source code must retain the above copyright
Chris@0 11 notice, this list of conditions and the following disclaimer.
Chris@0 12
Chris@0 13 * Redistributions in binary form must reproduce the above copyright
Chris@0 14 notice, this list of conditions and the following disclaimer in
Chris@0 15 the documentation and/or other materials provided with the
Chris@0 16 distribution.
Chris@0 17
Chris@0 18 * Neither the name of Sebastian Bergmann nor the names of his
Chris@0 19 contributors may be used to endorse or promote products derived
Chris@0 20 from this software without specific prior written permission.
Chris@0 21
Chris@0 22 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Chris@0 23 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Chris@0 24 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
Chris@0 25 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
Chris@0 26 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
Chris@0 27 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
Chris@0 28 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Chris@0 29 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Chris@0 30 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Chris@0 31 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
Chris@0 32 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Chris@0 33 POSSIBILITY OF SUCH DAMAGE.