Skip to content

Commit 1629de6

Browse files
Bump copyright year.
1 parent f19b64b commit 1629de6

File tree

15 files changed

+45
-45
lines changed

15 files changed

+45
-45
lines changed

PHP/CodeCoverage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -53,7 +53,7 @@
5353
* @category PHP
5454
* @package CodeCoverage
5555
* @author Sebastian Bergmann <[email protected]>
56-
* @copyright 2009 Sebastian Bergmann <[email protected]>
56+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5757
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5858
* @version Release: @package_version@
5959
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Driver.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -49,7 +49,7 @@
4949
* @category PHP
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
52-
* @copyright 2009 Sebastian Bergmann <[email protected]>
52+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Driver/Xdebug.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -51,7 +51,7 @@
5151
* @category PHP
5252
* @package CodeCoverage
5353
* @author Sebastian Bergmann <[email protected]>
54-
* @copyright 2009 Sebastian Bergmann <[email protected]>
54+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5555
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5656
* @version Release: @package_version@
5757
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Filter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -51,7 +51,7 @@
5151
* @category PHP
5252
* @package CodeCoverage
5353
* @author Sebastian Bergmann <[email protected]>
54-
* @copyright 2009 Sebastian Bergmann <[email protected]>
54+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5555
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5656
* @version Release: @package_version@
5757
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Report/Clover.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -51,7 +51,7 @@
5151
* @category PHP
5252
* @package CodeCoverage
5353
* @author Sebastian Bergmann <[email protected]>
54-
* @copyright 2009 Sebastian Bergmann <[email protected]>
54+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5555
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5656
* @version Release: @package_version@
5757
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Report/HTML.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -53,7 +53,7 @@
5353
* @category PHP
5454
* @package CodeCoverage
5555
* @author Sebastian Bergmann <[email protected]>
56-
* @copyright 2009 Sebastian Bergmann <[email protected]>
56+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5757
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5858
* @version Release: @package_version@
5959
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Report/HTML/Node.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -49,7 +49,7 @@
4949
* @category PHP
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
52-
* @copyright 2009 Sebastian Bergmann <[email protected]>
52+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Report/HTML/Node/Directory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -49,7 +49,7 @@
4949
* @category PHP
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
52-
* @copyright 2009 Sebastian Bergmann <[email protected]>
52+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5353
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Report/HTML/Node/File.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -53,7 +53,7 @@
5353
* @category PHP
5454
* @package CodeCoverage
5555
* @author Sebastian Bergmann <[email protected]>
56-
* @copyright 2009 Sebastian Bergmann <[email protected]>
56+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5757
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5858
* @version Release: @package_version@
5959
* @link http://github.com/sebastianbergmann/php-code-coverage

PHP/CodeCoverage/Util.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHP_CodeCoverage
44
*
5-
* Copyright (c) 2009, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2009-2010, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @category PHP
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
40-
* @copyright 2009 Sebastian Bergmann <[email protected]>
40+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
4141
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
4242
* @link http://github.com/sebastianbergmann/php-code-coverage
4343
* @since File available since Release 1.0.0
@@ -53,7 +53,7 @@
5353
* @category PHP
5454
* @package CodeCoverage
5555
* @author Sebastian Bergmann <[email protected]>
56-
* @copyright 2009 Sebastian Bergmann <[email protected]>
56+
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
5757
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
5858
* @version Release: @package_version@
5959
* @link http://github.com/sebastianbergmann/php-code-coverage

0 commit comments

Comments
 (0)