diff --git a/src/Finder.php b/src/Finder.php index 7a7b6a1..93d2442 100644 --- a/src/Finder.php +++ b/src/Finder.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Path.php b/src/Path.php index b57fd24..821af04 100644 --- a/src/Path.php +++ b/src/Path.php @@ -4,9 +4,10 @@ /** * phpDocumentor * - * PHP Version 5.5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel / Naenius (http://www.naenius.com) + * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com) * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/AndSpecification.php b/src/Specification/AndSpecification.php index 025f955..6a1d08d 100644 --- a/src/Specification/AndSpecification.php +++ b/src/Specification/AndSpecification.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/CompositeSpecification.php b/src/Specification/CompositeSpecification.php index 862df28..43f7614 100644 --- a/src/Specification/CompositeSpecification.php +++ b/src/Specification/CompositeSpecification.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/HasExtension.php b/src/Specification/HasExtension.php index e920bc5..0cf9d47 100644 --- a/src/Specification/HasExtension.php +++ b/src/Specification/HasExtension.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/InPath.php b/src/Specification/InPath.php index 8e9d502..937cadf 100644 --- a/src/Specification/InPath.php +++ b/src/Specification/InPath.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/IsHidden.php b/src/Specification/IsHidden.php index eff9b87..e89cad6 100644 --- a/src/Specification/IsHidden.php +++ b/src/Specification/IsHidden.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/NotSpecification.php b/src/Specification/NotSpecification.php index cfa77d1..2ce4dc4 100644 --- a/src/Specification/NotSpecification.php +++ b/src/Specification/NotSpecification.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/OrSpecification.php b/src/Specification/OrSpecification.php index c47b91d..dd1f72b 100644 --- a/src/Specification/OrSpecification.php +++ b/src/Specification/OrSpecification.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/src/Specification/SpecificationInterface.php b/src/Specification/SpecificationInterface.php index 62aa864..46bd1d5 100644 --- a/src/Specification/SpecificationInterface.php +++ b/src/Specification/SpecificationInterface.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/integration/FindHiddenFilesTest.php b/tests/integration/FindHiddenFilesTest.php index f614148..ab8d2ec 100644 --- a/tests/integration/FindHiddenFilesTest.php +++ b/tests/integration/FindHiddenFilesTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/integration/FindOnMultipleCriteriaTest.php b/tests/integration/FindOnMultipleCriteriaTest.php index f7b724d..83ee345 100644 --- a/tests/integration/FindOnMultipleCriteriaTest.php +++ b/tests/integration/FindOnMultipleCriteriaTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/integration/FindOnSamplePhpdocLayout.php b/tests/integration/FindOnSamplePhpdocLayout.php index 68e09bb..faae3bc 100644 --- a/tests/integration/FindOnSamplePhpdocLayout.php +++ b/tests/integration/FindOnSamplePhpdocLayout.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/FinderTest.php b/tests/unit/FinderTest.php index a440a95..31a66f6 100644 --- a/tests/unit/FinderTest.php +++ b/tests/unit/FinderTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/PathTest.php b/tests/unit/PathTest.php index edba4f2..0c2341c 100644 --- a/tests/unit/PathTest.php +++ b/tests/unit/PathTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/AndSpecificationTest.php b/tests/unit/Specification/AndSpecificationTest.php index 0a2d6f1..cbbf06b 100644 --- a/tests/unit/Specification/AndSpecificationTest.php +++ b/tests/unit/Specification/AndSpecificationTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/CompositeSpecificationTest.php b/tests/unit/Specification/CompositeSpecificationTest.php index de95c0b..9c5deb7 100644 --- a/tests/unit/Specification/CompositeSpecificationTest.php +++ b/tests/unit/Specification/CompositeSpecificationTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/HasExtensionTest.php b/tests/unit/Specification/HasExtensionTest.php index 10e837b..58caf75 100644 --- a/tests/unit/Specification/HasExtensionTest.php +++ b/tests/unit/Specification/HasExtensionTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/InPathTest.php b/tests/unit/Specification/InPathTest.php index e880ae9..3d6c98d 100644 --- a/tests/unit/Specification/InPathTest.php +++ b/tests/unit/Specification/InPathTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/IsHiddenTest.php b/tests/unit/Specification/IsHiddenTest.php index ac160af..1c680a8 100644 --- a/tests/unit/Specification/IsHiddenTest.php +++ b/tests/unit/Specification/IsHiddenTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/NotSpecificationTest.php b/tests/unit/Specification/NotSpecificationTest.php index 0ea45a7..06aea1e 100644 --- a/tests/unit/Specification/NotSpecificationTest.php +++ b/tests/unit/Specification/NotSpecificationTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ diff --git a/tests/unit/Specification/OrSpecificationTest.php b/tests/unit/Specification/OrSpecificationTest.php index 2afa3b2..893aedc 100644 --- a/tests/unit/Specification/OrSpecificationTest.php +++ b/tests/unit/Specification/OrSpecificationTest.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright 2010-2015 Mike van Riel + * @copyright 2010-2018 Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */