File tree Expand file tree Collapse file tree 30 files changed +84
-84
lines changed Expand file tree Collapse file tree 30 files changed +84
-84
lines changed Original file line number Diff line number Diff line change 11PHP_CodeCoverage
22
3- Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
3+ Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.0.0
@@ -63,7 +63,7 @@ function trait_exists($name)
6363 * @category PHP
6464 * @package CodeCoverage
6565 * @author Sebastian Bergmann <sebastian@phpunit.de>
66- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
66+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
6767 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
6868 * @link http://github.com/sebastianbergmann/php-code-coverage
6969 * @since Class available since Release 1.0.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.0.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.0.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.0.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.0.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.1.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.1.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.0.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.0.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.0.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.0.0
Original file line number Diff line number Diff line change 22/**
33 * PHP_CodeCoverage
44 *
5- * Copyright (c) 2009-2013 , Sebastian Bergmann <sebastian@phpunit.de>.
5+ * Copyright (c) 2009-2014 , Sebastian Bergmann <sebastian@phpunit.de>.
66 * All rights reserved.
77 *
88 * Redistribution and use in source and binary forms, with or without
3737 * @category PHP
3838 * @package CodeCoverage
3939 * @author Sebastian Bergmann <sebastian@phpunit.de>
40- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242 * @link http://github.com/sebastianbergmann/php-code-coverage
4343 * @since File available since Release 1.1.0
4949 * @category PHP
5050 * @package CodeCoverage
5151 * @author Sebastian Bergmann <sebastian@phpunit.de>
52- * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit.de>
52+ * @copyright 2009-2014 Sebastian Bergmann <sebastian@phpunit.de>
5353 * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454 * @link http://github.com/sebastianbergmann/php-code-coverage
5555 * @since Class available since Release 1.1.0
You can’t perform that action at this time.
0 commit comments