Skip to content

Commit 84d6a7e

Browse files
committed
Add Authors file
1 parent a1681e9 commit 84d6a7e

38 files changed

+17
-37
lines changed

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FontLib 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+
* **mondrake**
13+
* [and many more...](https://github.com/dompdf/php-font-lib/graphs/contributors)
14+
15+
### Thanks
16+
17+
FontLib would not have been possible without strong community support.

src/FontLib/AdobeFontMetrics.php

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

src/FontLib/BinaryStream.php

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

src/FontLib/EOT/File.php

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

src/FontLib/EOT/Header.php

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

src/FontLib/EncodingMap.php

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

src/FontLib/Font.php

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

src/FontLib/Glyph/Outline.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Glyph/OutlineComponent.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Glyph/OutlineComposite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

0 commit comments

Comments
 (0)