diff --git a/src/phpDocumentor/GraphViz/Attribute.php b/src/phpDocumentor/GraphViz/Attribute.php index 9502b5e..2cb8559 100644 --- a/src/phpDocumentor/GraphViz/Attribute.php +++ b/src/phpDocumentor/GraphViz/Attribute.php @@ -4,10 +4,11 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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 */ @@ -18,7 +19,7 @@ * Class representing a single GraphViz attribute. * * @author Mike van Riel - * @copyright 2010-2011 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/phpDocumentor/GraphViz/Edge.php b/src/phpDocumentor/GraphViz/Edge.php index 02469c7..84dec62 100644 --- a/src/phpDocumentor/GraphViz/Edge.php +++ b/src/phpDocumentor/GraphViz/Edge.php @@ -4,10 +4,11 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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 */ @@ -18,7 +19,7 @@ * Class representing an edge (arrow, line). * * @author Mike van Riel - * @copyright 2010-2011 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/phpDocumentor/GraphViz/Exception.php b/src/phpDocumentor/GraphViz/Exception.php index cb3ba08..127a251 100644 --- a/src/phpDocumentor/GraphViz/Exception.php +++ b/src/phpDocumentor/GraphViz/Exception.php @@ -2,10 +2,11 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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 */ @@ -16,7 +17,7 @@ * Class representing an exception in this GraphViz component. * * @author Mike van Riel - * @copyright 2010-2011 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/phpDocumentor/GraphViz/Graph.php b/src/phpDocumentor/GraphViz/Graph.php index 879e894..9a0f2a2 100644 --- a/src/phpDocumentor/GraphViz/Graph.php +++ b/src/phpDocumentor/GraphViz/Graph.php @@ -4,10 +4,11 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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 */ @@ -23,7 +24,7 @@ * used as logical container to place defaults in. * * @author Mike van Riel - * @copyright 2010-2011 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/phpDocumentor/GraphViz/Node.php b/src/phpDocumentor/GraphViz/Node.php index a65805d..68657bb 100644 --- a/src/phpDocumentor/GraphViz/Node.php +++ b/src/phpDocumentor/GraphViz/Node.php @@ -4,10 +4,11 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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 */ @@ -18,7 +19,7 @@ * Class representing a node / element in a graph. * * @author Mike van Riel - * @copyright 2010-2011 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/tests/phpDocumentor/GraphViz/Test/AttributeTest.php b/tests/phpDocumentor/GraphViz/Test/AttributeTest.php index aacfa44..7077ba6 100644 --- a/tests/phpDocumentor/GraphViz/Test/AttributeTest.php +++ b/tests/phpDocumentor/GraphViz/Test/AttributeTest.php @@ -2,12 +2,13 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @author Mike van Riel - * @copyright 2010-2011 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://phpDocumentor-project.org + * @link http://phpdoc.org */ namespace phpDocumentor\GraphViz\Test; @@ -20,7 +21,7 @@ * * @author Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ class AttributeTest extends TestCase { diff --git a/tests/phpDocumentor/GraphViz/Test/EdgeTest.php b/tests/phpDocumentor/GraphViz/Test/EdgeTest.php index 1c1f1b1..f11c275 100644 --- a/tests/phpDocumentor/GraphViz/Test/EdgeTest.php +++ b/tests/phpDocumentor/GraphViz/Test/EdgeTest.php @@ -2,13 +2,14 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @package phpDocumentor\GraphViz\Test * @author Danny van der Sluijs - * @copyright 2012 Danny van der Sluijs (http://www.dannyvandersluijs.com) + * @copyright 2012-2018 Danny van der Sluijs (http://www.dannyvandersluijs.com) * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ namespace phpDocumentor\GraphViz\Test; @@ -24,7 +25,7 @@ * @package phpDocumentor\GraphViz\Test * @author Danny van der Sluijs * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ class EdgeTest extends TestCase { diff --git a/tests/phpDocumentor/GraphViz/Test/GraphTest.php b/tests/phpDocumentor/GraphViz/Test/GraphTest.php index 263c15d..643bb44 100644 --- a/tests/phpDocumentor/GraphViz/Test/GraphTest.php +++ b/tests/phpDocumentor/GraphViz/Test/GraphTest.php @@ -2,13 +2,14 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @package phpDocumentor\GraphViz\Tests * @author Danny van der Sluijs - * @copyright 2012 Danny van der Sluijs (http://www.fleppuhstein.com) + * @copyright 2012-2018 Danny van der Sluijs (http://www.fleppuhstein.com) * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ namespace phpDocumentor\GraphViz\Test; @@ -25,7 +26,7 @@ * @package phpDocumentor\GraphViz\Tests * @author Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ class GraphTest extends TestCase { diff --git a/tests/phpDocumentor/GraphViz/Test/NodeTest.php b/tests/phpDocumentor/GraphViz/Test/NodeTest.php index cce4413..307a44f 100644 --- a/tests/phpDocumentor/GraphViz/Test/NodeTest.php +++ b/tests/phpDocumentor/GraphViz/Test/NodeTest.php @@ -2,13 +2,14 @@ /** * phpDocumentor * - * PHP Version 5 + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. * * @package phpDocumentor\GraphViz\Tests * @author Mike van Riel - * @copyright 2010-2011 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://phpDocumentor-project.org + * @link http://phpdoc.org */ namespace phpDocumentor\GraphViz\Test; @@ -22,7 +23,7 @@ * @package phpDocumentor\GraphViz\Tests * @author Mike van Riel * @license http://www.opensource.org/licenses/mit-license.php MIT - * @link http://phpDocumentor-project.org + * @link http://phpdoc.org */ class NodeTest extends TestCase {