Skip to content

Commit 4acdc03

Browse files
committed
update copyright, license blurb, and remove php version from docblocks;
1 parent 5f434da commit 4acdc03

22 files changed

+24
-23
lines changed

src/Finder.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Path.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/Specification/AndSpecification.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/CompositeSpecification.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/HasExtension.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/InPath.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/IsHidden.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/NotSpecification.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/OrSpecification.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

src/Specification/SpecificationInterface.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<[email protected]>
10+
* @copyright 2010-2018 Mike van Riel<[email protected]>
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT
1212
* @link http://phpdoc.org
1313
*/

0 commit comments

Comments
 (0)