Skip to content

Commit 3dccb12

Browse files
committed
Add authors file
1 parent 46b25da commit 3dccb12

29 files changed

+17
-32
lines changed

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SvgLib was designed and developed by Fabien Ménager.
2+
3+
### Current Team
4+
5+
* **Brian Sweeney** (maintainer)
6+
7+
### Alumni
8+
9+
* **Fabien Ménager** (creator)
10+
11+
### Contributors
12+
* **ssddanbrown**
13+
* [and many more...](https://github.com/dompdf/php-svg-lib/graphs/contributors)
14+
15+
### Thanks
16+
17+
SvgLib would not have been possible without strong community support.

src/Svg/DefaultStyle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Document.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Gradient/Stop.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Style.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Surface/CPdf.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
* TCPDF and others as a guide.
88
*
99
* @author Wayne Munro <[email protected]>
10-
* @author Orion Richardson <[email protected]>
11-
* @author Helmut Tischer <[email protected]>
12-
* @author Ryan H. Masten <[email protected]>
13-
* @author Brian Sweeney <[email protected]>
14-
* @author Fabien Ménager <[email protected]>
1510
* @license Public Domain http://creativecommons.org/licenses/publicdomain/
1611
* @package Cpdf
1712
*/

src/Svg/Surface/SurfaceCpdf.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Surface/SurfaceInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Surface/SurfacePDFLib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

src/Svg/Tag/AbstractTag.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
76
*/
87

0 commit comments

Comments
 (0)