Skip to content

Commit

Permalink
Merge pull request #21 from ashnazg/php7
Browse files Browse the repository at this point in the history
update copyright, license blurb, and remove php version from docblocks;
  • Loading branch information
jaapio authored Jan 26, 2018
2 parents 6ba94b6 + 097731f commit 90ee2ca
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 31 deletions.
7 changes: 4 additions & 3 deletions src/phpDocumentor/GraphViz/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/
Expand All @@ -18,7 +19,7 @@
* Class representing a single GraphViz attribute.
*
* @author Mike van Riel <[email protected]>
* @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
*/
Expand Down
7 changes: 4 additions & 3 deletions src/phpDocumentor/GraphViz/Edge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/
Expand All @@ -18,7 +19,7 @@
* Class representing an edge (arrow, line).
*
* @author Mike van Riel <[email protected]>
* @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
*/
Expand Down
7 changes: 4 additions & 3 deletions src/phpDocumentor/GraphViz/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/
Expand All @@ -16,7 +17,7 @@
* Class representing an exception in this GraphViz component.
*
* @author Mike van Riel <[email protected]>
* @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
*/
Expand Down
7 changes: 4 additions & 3 deletions src/phpDocumentor/GraphViz/Graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/
Expand All @@ -23,7 +24,7 @@
* used as logical container to place defaults in.
*
* @author Mike van Riel <[email protected]>
* @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
*
Expand Down
7 changes: 4 additions & 3 deletions src/phpDocumentor/GraphViz/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/
Expand All @@ -18,7 +19,7 @@
* Class representing a node / element in a graph.
*
* @author Mike van Riel <[email protected]>
* @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
*
Expand Down
9 changes: 5 additions & 4 deletions tests/phpDocumentor/GraphViz/Test/AttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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;
Expand All @@ -20,7 +21,7 @@
*
* @author Mike van Riel <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpDocumentor-project.org
* @link http://phpdoc.org
*/
class AttributeTest extends TestCase
{
Expand Down
9 changes: 5 additions & 4 deletions tests/phpDocumentor/GraphViz/Test/EdgeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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;
Expand All @@ -24,7 +25,7 @@
* @package phpDocumentor\GraphViz\Test
* @author Danny van der Sluijs <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpDocumentor-project.org
* @link http://phpdoc.org
*/
class EdgeTest extends TestCase
{
Expand Down
9 changes: 5 additions & 4 deletions tests/phpDocumentor/GraphViz/Test/GraphTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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;
Expand All @@ -25,7 +26,7 @@
* @package phpDocumentor\GraphViz\Tests
* @author Mike van Riel <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpDocumentor-project.org
* @link http://phpdoc.org
*/
class GraphTest extends TestCase
{
Expand Down
9 changes: 5 additions & 4 deletions tests/phpDocumentor/GraphViz/Test/NodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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;
Expand All @@ -22,7 +23,7 @@
* @package phpDocumentor\GraphViz\Tests
* @author Mike van Riel <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpDocumentor-project.org
* @link http://phpdoc.org
*/
class NodeTest extends TestCase
{
Expand Down

0 comments on commit 90ee2ca

Please sign in to comment.