Skip to content

Commit 31807df

Browse files
committed
update copyright, license blurb, and remove php version from docblocks;
1 parent b891ef3 commit 31807df

File tree

8 files changed

+20
-14
lines changed

8 files changed

+20
-14
lines changed

src/Element.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
/**
55
* phpDocumentor
66
*
7-
* PHP Version 5.5
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
89
*
9-
* @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com)
10+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1011
* @license http://www.opensource.org/licenses/mit-license.php MIT
1112
* @link http://phpdoc.org
1213
*/

src/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @copyright 2010-2015 Mike van Riel<mike@phpdoc.org>
10+
* @copyright 2010-2018 Mike van Riel<mike@phpdoc.org>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Fqsen.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
/**
55
* phpDocumentor
66
*
7-
* PHP Version 5.5
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
89
*
9-
* @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com)
10+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1011
* @license http://www.opensource.org/licenses/mit-license.php MIT
1112
* @link http://phpdoc.org
1213
*/

src/Location.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @copyright 2010-2015 Mike van Riel<mike@phpdoc.org>
10+
* @copyright 2010-2018 Mike van Riel<mike@phpdoc.org>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Project.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
/**
55
* phpDocumentor
66
*
7-
* PHP Version 5.5
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
89
*
9-
* @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com)
10+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1011
* @license http://www.opensource.org/licenses/mit-license.php MIT
1112
* @link http://phpdoc.org
1213
*/

src/ProjectFactory.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
/**
55
* phpDocumentor
66
*
7-
* PHP Version 5.5
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
89
*
9-
* @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com)
10+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1011
* @license http://www.opensource.org/licenses/mit-license.php MIT
1112
* @link http://phpdoc.org
1213
*/

tests/common/bootstrap.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
/**
33
* phpDocumentor
44
*
5-
* PHP Version 5.4
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
67
*
7-
* @copyright 2010-2014 Mike van Riel / Naenius (http://www.naenius.com)
8+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
89
* @license http://www.opensource.org/licenses/mit-license.php MIT
910
* @link http://phpdoc.org
1011
*/

tests/unit/FqsenTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
/**
33
* phpDocumentor
44
*
5-
* PHP Version 5.5
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
67
*
7-
* @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com)
8+
* @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
89
* @license http://www.opensource.org/licenses/mit-license.php MIT
910
* @link http://phpdoc.org
1011
*/

0 commit comments

Comments
 (0)