Skip to content

Commit ac84cfd

Browse files
committed
Bump year.
1 parent 684fe22 commit ac84cfd

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

src/Chunk.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
3939
* @author Kore Nordmann <mail@kore-nordmann.de>
40-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242
* @link http://www.github.com/sebastianbergmann/diff
4343
*/
@@ -48,7 +48,7 @@
4848
* @package Diff
4949
* @author Sebastian Bergmann <sebastian@phpunit.de>
5050
* @author Kore Nordmann <mail@kore-nordmann.de>
51-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
51+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
5252
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5353
* @link http://www.github.com/sebastianbergmann/diff
5454
*/

src/Diff.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
3939
* @author Kore Nordmann <mail@kore-nordmann.de>
40-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242
* @link http://www.github.com/sebastianbergmann/diff
4343
*/
@@ -48,7 +48,7 @@
4848
* @package Diff
4949
* @author Sebastian Bergmann <sebastian@phpunit.de>
5050
* @author Kore Nordmann <mail@kore-nordmann.de>
51-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
51+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
5252
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5353
* @link http://www.github.com/sebastianbergmann/diff
5454
*/

src/Differ.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
3939
* @author Kore Nordmann <mail@kore-nordmann.de>
40-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242
* @link http://www.github.com/sebastianbergmann/diff
4343
*/
@@ -50,7 +50,7 @@
5050
* @package Diff
5151
* @author Sebastian Bergmann <sebastian@phpunit.de>
5252
* @author Kore Nordmann <mail@kore-nordmann.de>
53-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
53+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
5454
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5555
* @link http://www.github.com/sebastianbergmann/diff
5656
*/

src/Line.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
3939
* @author Kore Nordmann <mail@kore-nordmann.de>
40-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242
* @link http://www.github.com/sebastianbergmann/diff
4343
*/
@@ -48,7 +48,7 @@
4848
* @package Diff
4949
* @author Sebastian Bergmann <sebastian@phpunit.de>
5050
* @author Kore Nordmann <mail@kore-nordmann.de>
51-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
51+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
5252
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5353
* @link http://www.github.com/sebastianbergmann/diff
5454
*/

src/Parser.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
3939
* @author Kore Nordmann <mail@kore-nordmann.de>
40-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
40+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4141
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4242
* @link http://www.github.com/sebastianbergmann/diff
4343
*/
@@ -50,7 +50,7 @@
5050
* @package Diff
5151
* @author Sebastian Bergmann <sebastian@phpunit.de>
5252
* @author Kore Nordmann <mail@kore-nordmann.de>
53-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
53+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
5454
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5555
* @link http://www.github.com/sebastianbergmann/diff
5656
*/

tests/DifferTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Diff
44
*
5-
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
5+
* Copyright (c) 2001-2014, Sebastian Bergmann <sebastian@phpunit.de>.
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
3636
*
3737
* @package Diff
3838
* @author Sebastian Bergmann <sebastian@phpunit.de>
39-
* @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
39+
* @copyright 2001-2014 Sebastian Bergmann <sebastian@phpunit.de>
4040
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
4141
* @link http://www.github.com/sebastianbergmann/diff
4242
*/

0 commit comments

Comments
 (0)