Skip to content

Commit ef8d6a4

Browse files
Fixed phpbu @link, removed year at @copyright
1 parent f7e9c6f commit ef8d6a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+81
-81
lines changed

src/App.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* phpbu
44
*
5-
* Copyright (c) 2014, Sebastian Feldmann <[email protected]>
5+
* Copyright (c) 2014 - 2015, Sebastian Feldmann <[email protected]>
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -35,9 +35,9 @@
3535
*
3636
* @package phpbu
3737
* @author Sebastian Feldmann <[email protected]>
38-
* @copyright 2014 Sebastian Feldmann
38+
* @copyright Sebastian Feldmann
3939
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
40-
* @link http://www.phpbu.de/
40+
* @link http://phpbu.de/
4141
* @since Class available since Release 1.0.0
4242
*/
4343
namespace phpbu;
@@ -53,9 +53,9 @@
5353
*
5454
* @package phpbu
5555
* @author Sebastian Feldmann <[email protected]>
56-
* @copyright 2014 Sebastian Feldmann <[email protected]>
56+
* @copyright Sebastian Feldmann <[email protected]>
5757
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
58-
* @link http://www.phpbu.de/
58+
* @link http://phpbu.de/
5959
* @since Class available since Release 1.0.0
6060
*/
6161
class App

src/App/Args.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
* @package phpbu
1010
* @subpackage App
1111
* @author Sebastian Feldmann <[email protected]>
12-
* @copyright 2014 Sebastian Feldmann <[email protected]>
12+
* @copyright Sebastian Feldmann <[email protected]>
1313
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
14-
* @link http://www.phpbu.de/
14+
* @link http://phpbu.de/
1515
* @since Class available since Release 1.0.0
1616
*/
1717
class Args

src/App/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
* @package phpbu
5959
* @subpackage App
6060
* @author Sebastian Feldmann <[email protected]>
61-
* @copyright 2014 Sebastian Feldmann <[email protected]>
61+
* @copyright Sebastian Feldmann <[email protected]>
6262
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
63-
* @link http://www.phpbu.de/
63+
* @link http://phpbu.de/
6464
* @since Class available since Release 1.0.0
6565
*/
6666
class Configuration

src/App/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @package phpbu
88
* @subpackage App
99
* @author Sebastian Feldmann <[email protected]>
10-
* @copyright 2014 Sebastian Feldmann <[email protected]>
10+
* @copyright Sebastian Feldmann <[email protected]>
1111
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
12-
* @link http://www.phpbu.de/
12+
* @link http://phpbu.de/
1313
* @since Class available since Release 1.0.0
1414
*/
1515
class Exception extends \Exception

src/App/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Sebastian Feldmann <[email protected]>
1616
* @copyright Sebastian Feldmann <[email protected]>
1717
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
18-
* @link http://www.phpbu.de/
18+
* @link http://phpbu.de/
1919
* @since Class available since Release 1.0.0
2020
*/
2121
abstract class Factory

src/App/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* @subpackage App
1313
* @author Sebastian Bergmann <[email protected]>
1414
* @author Sebastian Feldmann <[email protected]>
15-
* @copyright 2014 Sebastian Feldmann <[email protected]>
15+
* @copyright Sebastian Feldmann <[email protected]>
1616
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
17-
* @link http://www.phpbu.de/
17+
* @link http://phpbu.de/
1818
* @since Class available since Release 1.0.0
1919
*/
2020
class Result

src/App/Result/Backup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @package phpbu
88
* @subpackage App
99
* @author Sebastian Feldmann <[email protected]>
10-
* @copyright 2014 Sebastian Feldmann <[email protected]>
10+
* @copyright Sebastian Feldmann <[email protected]>
1111
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
12-
* @link http://www.phpbu.de/
12+
* @link http://phpbu.de/
1313
* @since Class available since Release 1.0.0
1414
*/
1515
class Backup

src/App/ResultPrinter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
* @subpackage App
1919
* @author Sebastian Bergmann <[email protected]>
2020
* @author Sebastian Feldmann <[email protected]>
21-
* @copyright 2014 Sebastian Feldmann <[email protected]>
21+
* @copyright Sebastian Feldmann <[email protected]>
2222
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
23-
* @link http://www.phpbu.de/
23+
* @link http://phpbu.de/
2424
* @since Class available since Release 1.0.0
2525
*/
2626
class ResultPrinter extends Printer implements Listener

src/App/Runner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* @package phpbu
1313
* @subpackage App
1414
* @author Sebastian Feldmann <[email protected]>
15-
* @copyright 2014 Sebastian Feldmann <[email protected]>
15+
* @copyright Sebastian Feldmann <[email protected]>
1616
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
17-
* @link http://www.phpbu.de/
17+
* @link http://phpbu.de/
1818
* @since Class available since Release 1.0.0
1919
*/
2020
class Runner

src/App/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @author Sebastian Feldmann <[email protected]>
1313
* @copyright Sebastian Feldmann <[email protected]>
1414
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
15-
* @link http://www.phpbu.de/
15+
* @link http://phpbu.de/
1616
* @since Class available since Release 1.0.0
1717
*/
1818
class Version

0 commit comments

Comments
 (0)