Skip to content

Commit 070e5f1

Browse files
List The BSD 3-Clause License correctly and consistently. Thanks to Christian Aistleitner <[email protected]> for bringing this issue to my attention.
1 parent e2df2b6 commit 070e5f1

29 files changed

+55
-55
lines changed

PHP/CodeCoverage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

PHP/CodeCoverage/Autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/

PHP/CodeCoverage/Autoload.php.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2010 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/

PHP/CodeCoverage/Driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

PHP/CodeCoverage/Driver/Xdebug.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

PHP/CodeCoverage/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.1.0

PHP/CodeCoverage/Filter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

PHP/CodeCoverage/Report/Clover.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

PHP/CodeCoverage/Report/Factory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.1.0

PHP/CodeCoverage/Report/HTML.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @package CodeCoverage
3939
* @author Sebastian Bergmann <[email protected]>
4040
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
41-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
41+
* @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
4444
*/
@@ -50,7 +50,7 @@
5050
* @package CodeCoverage
5151
* @author Sebastian Bergmann <[email protected]>
5252
* @copyright 2009-2012 Sebastian Bergmann <[email protected]>
53-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
53+
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5454
* @version Release: @package_version@
5555
* @link http://github.com/sebastianbergmann/php-code-coverage
5656
* @since Class available since Release 1.0.0

0 commit comments

Comments
 (0)