File tree Expand file tree Collapse file tree 9 files changed +40
-31
lines changed
src/phpDocumentor/GraphViz
tests/phpDocumentor/GraphViz/Test Expand file tree Collapse file tree 9 files changed +40
-31
lines changed Original file line number Diff line number Diff line change 44/**
55 * phpDocumentor
66 *
7- * PHP Version 5
7+ * For the full copyright and license information, please view the LICENSE
8+ * file that was distributed with this source code.
89 *
910 * @author Mike van Riel <mike.vanriel@naenius.com>
10- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
11+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1112 * @license http://www.opensource.org/licenses/mit-license.php MIT
1213 * @link http://phpdoc.org
1314 */
1819 * Class representing a single GraphViz attribute.
1920 *
2021 * @author Mike van Riel <mike.vanriel@naenius.com>
21- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
22+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
2223 * @license http://www.opensource.org/licenses/mit-license.php MIT
2324 * @link http://phpdoc.org
2425 */
Original file line number Diff line number Diff line change 44/**
55 * phpDocumentor
66 *
7- * PHP Version 5
7+ * For the full copyright and license information, please view the LICENSE
8+ * file that was distributed with this source code.
89 *
910 * @author Mike van Riel <mike.vanriel@naenius.com>
10- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
11+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1112 * @license http://www.opensource.org/licenses/mit-license.php MIT
1213 * @link http://phpdoc.org
1314 */
1819 * Class representing an edge (arrow, line).
1920 *
2021 * @author Mike van Riel <mike.vanriel@naenius.com>
21- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
22+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
2223 * @license http://www.opensource.org/licenses/mit-license.php MIT
2324 * @link http://phpdoc.org
2425 */
Original file line number Diff line number Diff line change 22/**
33 * phpDocumentor
44 *
5- * PHP Version 5
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code.
67 *
78 * @author Mike van Riel <mike.vanriel@naenius.com>
8- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
910 * @license http://www.opensource.org/licenses/mit-license.php MIT
1011 * @link http://phpdoc.org
1112 */
1617 * Class representing an exception in this GraphViz component.
1718 *
1819 * @author Mike van Riel <mike.vanriel@naenius.com>
19- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
20+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
2021 * @license http://www.opensource.org/licenses/mit-license.php MIT
2122 * @link http://phpdoc.org
2223 */
Original file line number Diff line number Diff line change 44/**
55 * phpDocumentor
66 *
7- * PHP Version 5
7+ * For the full copyright and license information, please view the LICENSE
8+ * file that was distributed with this source code.
89 *
910 * @author Mike van Riel <mike.vanriel@naenius.com>
10- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
11+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1112 * @license http://www.opensource.org/licenses/mit-license.php MIT
1213 * @link http://phpdoc.org
1314 */
2324 * used as logical container to place defaults in.
2425 *
2526 * @author Mike van Riel <mike.vanriel@naenius.com>
26- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
27+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
2728 * @license http://www.opensource.org/licenses/mit-license.php MIT
2829 * @link http://phpdoc.org
2930 *
Original file line number Diff line number Diff line change 44/**
55 * phpDocumentor
66 *
7- * PHP Version 5
7+ * For the full copyright and license information, please view the LICENSE
8+ * file that was distributed with this source code.
89 *
910 * @author Mike van Riel <mike.vanriel@naenius.com>
10- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
11+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
1112 * @license http://www.opensource.org/licenses/mit-license.php MIT
1213 * @link http://phpdoc.org
1314 */
1819 * Class representing a node / element in a graph.
1920 *
2021 * @author Mike van Riel <mike.vanriel@naenius.com>
21- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
22+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
2223 * @license http://www.opensource.org/licenses/mit-license.php MIT
2324 * @link http://phpdoc.org
2425 *
Original file line number Diff line number Diff line change 22/**
33 * phpDocumentor
44 *
5- * PHP Version 5
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code.
67 *
78 * @author Mike van Riel <mike.vanriel@naenius.com>
8- * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9+ * @copyright 2010-2018 Mike van Riel / Naenius (http://www.naenius.com)
910 * @license http://www.opensource.org/licenses/mit-license.php MIT
10- * @link http://phpDocumentor-project .org
11+ * @link http://phpdoc .org
1112 */
1213
1314namespace phpDocumentor \GraphViz \Test ;
2021 *
2122 * @author Mike van Riel <mike.vanriel@naenius.com>
2223 * @license http://www.opensource.org/licenses/mit-license.php MIT
23- * @link http://phpDocumentor-project .org
24+ * @link http://phpdoc .org
2425 */
2526class AttributeTest extends TestCase
2627{
Original file line number Diff line number Diff line change 22/**
33 * phpDocumentor
44 *
5- * PHP Version 5
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code.
67 *
78 * @package phpDocumentor\GraphViz\Test
89 * @author Danny van der Sluijs <danny.vandersluijs@fleppuhstein.com>
9- * @copyright 2012 Danny van der Sluijs (http://www.dannyvandersluijs.com)
10+ * @copyright 2012-2018 Danny van der Sluijs (http://www.dannyvandersluijs.com)
1011 * @license http://www.opensource.org/licenses/mit-license.php MIT
11- * @link http://phpDocumentor-project .org
12+ * @link http://phpdoc .org
1213 */
1314
1415namespace phpDocumentor \GraphViz \Test ;
2425 * @package phpDocumentor\GraphViz\Test
2526 * @author Danny van der Sluijs <danny.vandersluijs@fleppuhstein.com>
2627 * @license http://www.opensource.org/licenses/mit-license.php MIT
27- * @link http://phpDocumentor-project .org
28+ * @link http://phpdoc .org
2829 */
2930class EdgeTest extends TestCase
3031{
Original file line number Diff line number Diff line change 22/**
33 * phpDocumentor
44 *
5- * PHP Version 5
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code.
67 *
78 * @package phpDocumentor\GraphViz\Tests
89 * @author Danny van der Sluijs <danny.vandersluijs@fleppuhstein.com>
9- * @copyright 2012 Danny van der Sluijs (http://www.fleppuhstein.com)
10+ * @copyright 2012-2018 Danny van der Sluijs (http://www.fleppuhstein.com)
1011 * @license http://www.opensource.org/licenses/mit-license.php MIT
11- * @link http://phpDocumentor-project .org
12+ * @link http://phpdoc .org
1213 */
1314
1415namespace phpDocumentor \GraphViz \Test ;
2526 * @package phpDocumentor\GraphViz\Tests
2627 * @author Mike van Riel <mike.vanriel@naenius.com>
2728 * @license http://www.opensource.org/licenses/mit-license.php MIT
28- * @link http://phpDocumentor-project .org
29+ * @link http://phpdoc .org
2930 */
3031class GraphTest extends TestCase
3132{
Original file line number Diff line number Diff line change 22/**
33 * phpDocumentor
44 *
5- * PHP Version 5
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code.
67 *
78 * @package phpDocumentor\GraphViz\Tests
89 * @author Mike van Riel <mike.vanriel@naenius.com>
9- * @copyright 2010-2011 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
11- * @link http://phpDocumentor-project .org
12+ * @link http://phpdoc .org
1213 */
1314
1415namespace phpDocumentor \GraphViz \Test ;
2223 * @package phpDocumentor\GraphViz\Tests
2324 * @author Mike van Riel <mike.vanriel@naenius.com>
2425 * @license http://www.opensource.org/licenses/mit-license.php MIT
25- * @link http://phpDocumentor-project .org
26+ * @link http://phpdoc .org
2627 */
2728class NodeTest extends TestCase
2829{
You can’t perform that action at this time.
0 commit comments