Skip to content

Commit 90ee2ca

Browse files
authored
Merge pull request #21 from ashnazg/php7
update copyright, license blurb, and remove php version from docblocks;
2 parents 6ba94b6 + 097731f commit 90ee2ca

File tree

9 files changed

+40
-31
lines changed

9 files changed

+40
-31
lines changed

src/phpDocumentor/GraphViz/Attribute.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
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 <[email protected]>
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
*/
@@ -18,7 +19,7 @@
1819
* Class representing a single GraphViz attribute.
1920
*
2021
* @author Mike van Riel <[email protected]>
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
*/

src/phpDocumentor/GraphViz/Edge.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
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 <[email protected]>
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
*/
@@ -18,7 +19,7 @@
1819
* Class representing an edge (arrow, line).
1920
*
2021
* @author Mike van Riel <[email protected]>
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
*/

src/phpDocumentor/GraphViz/Exception.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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 <[email protected]>
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
*/
@@ -16,7 +17,7 @@
1617
* Class representing an exception in this GraphViz component.
1718
*
1819
* @author Mike van Riel <[email protected]>
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
*/

src/phpDocumentor/GraphViz/Graph.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
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 <[email protected]>
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
*/
@@ -23,7 +24,7 @@
2324
* used as logical container to place defaults in.
2425
*
2526
* @author Mike van Riel <[email protected]>
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
*

src/phpDocumentor/GraphViz/Node.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
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 <[email protected]>
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
*/
@@ -18,7 +19,7 @@
1819
* Class representing a node / element in a graph.
1920
*
2021
* @author Mike van Riel <[email protected]>
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
*

tests/phpDocumentor/GraphViz/Test/AttributeTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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 <[email protected]>
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

1314
namespace phpDocumentor\GraphViz\Test;
@@ -20,7 +21,7 @@
2021
*
2122
* @author Mike van Riel <[email protected]>
2223
* @license http://www.opensource.org/licenses/mit-license.php MIT
23-
* @link http://phpDocumentor-project.org
24+
* @link http://phpdoc.org
2425
*/
2526
class AttributeTest extends TestCase
2627
{

tests/phpDocumentor/GraphViz/Test/EdgeTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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 <[email protected]>
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

1415
namespace phpDocumentor\GraphViz\Test;
@@ -24,7 +25,7 @@
2425
* @package phpDocumentor\GraphViz\Test
2526
* @author Danny van der Sluijs <[email protected]>
2627
* @license http://www.opensource.org/licenses/mit-license.php MIT
27-
* @link http://phpDocumentor-project.org
28+
* @link http://phpdoc.org
2829
*/
2930
class EdgeTest extends TestCase
3031
{

tests/phpDocumentor/GraphViz/Test/GraphTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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 <[email protected]>
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

1415
namespace phpDocumentor\GraphViz\Test;
@@ -25,7 +26,7 @@
2526
* @package phpDocumentor\GraphViz\Tests
2627
* @author Mike van Riel <[email protected]>
2728
* @license http://www.opensource.org/licenses/mit-license.php MIT
28-
* @link http://phpDocumentor-project.org
29+
* @link http://phpdoc.org
2930
*/
3031
class GraphTest extends TestCase
3132
{

tests/phpDocumentor/GraphViz/Test/NodeTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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 <[email protected]>
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

1415
namespace phpDocumentor\GraphViz\Test;
@@ -22,7 +23,7 @@
2223
* @package phpDocumentor\GraphViz\Tests
2324
* @author Mike van Riel <[email protected]>
2425
* @license http://www.opensource.org/licenses/mit-license.php MIT
25-
* @link http://phpDocumentor-project.org
26+
* @link http://phpdoc.org
2627
*/
2728
class NodeTest extends TestCase
2829
{

0 commit comments

Comments
 (0)