Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit f02c89e

Browse files
Bump copyright year
1 parent bc678f2 commit f02c89e

39 files changed

+114
-114
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHPUnit_MockObject
22

3-
Copyright (c) 2002-2012, Sebastian Bergmann <[email protected]>.
3+
Copyright (c) 2002-2013, Sebastian Bergmann <[email protected]>.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

PHPUnit/Framework/MockObject/Builder/Identity.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -52,7 +52,7 @@
5252
*
5353
* @package PHPUnit_MockObject
5454
* @author Sebastian Bergmann <[email protected]>
55-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
55+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5656
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5757
* @version Release: @package_version@
5858
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/InvocationMocker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -52,7 +52,7 @@
5252
*
5353
* @package PHPUnit_MockObject
5454
* @author Sebastian Bergmann <[email protected]>
55-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
55+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5656
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5757
* @version Release: @package_version@
5858
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/Match.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/Namespace.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -49,7 +49,7 @@
4949
*
5050
* @package PHPUnit_MockObject
5151
* @author Sebastian Bergmann <[email protected]>
52-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
52+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5353
* @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/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/ParametersMatch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Builder/Stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Generator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

PHPUnit/Framework/MockObject/Invocation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PHPUnit
44
*
5-
* Copyright (c) 2010-2012, Sebastian Bergmann <[email protected]>.
5+
* Copyright (c) 2010-2013, Sebastian Bergmann <[email protected]>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package PHPUnit_MockObject
3838
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
39+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://github.com/sebastianbergmann/phpunit-mock-objects
4242
* @since File available since Release 1.0.0
@@ -47,7 +47,7 @@
4747
*
4848
* @package PHPUnit_MockObject
4949
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2010-2012 Sebastian Bergmann <[email protected]>
50+
* @copyright 2010-2013 Sebastian Bergmann <[email protected]>
5151
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5252
* @version Release: @package_version@
5353
* @link http://github.com/sebastianbergmann/phpunit-mock-objects

0 commit comments

Comments
 (0)