Skip to content

Commit 1afe786

Browse files
williamdesbsweeney
authored andcommitted
Update @link occurrences
1 parent 93e6d12 commit 1afe786

34 files changed

+35
-35
lines changed

src/FontLib/AdobeFontMetrics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/
@@ -48,7 +48,7 @@ function write($file, $encoding = null) {
4848

4949
$this->startSection("FontMetrics", 4.1);
5050
$this->addPair("Notice", "Converted by PHP-font-lib");
51-
$this->addPair("Comment", "https://github.com/PhenX/php-font-lib");
51+
$this->addPair("Comment", "https://github.com/dompdf/php-font-lib");
5252

5353
$encoding_scheme = ($encoding ? $encoding : "FontSpecific");
5454
$this->addPair("EncodingScheme", $encoding_scheme);

src/FontLib/BinaryStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/

src/FontLib/EOT/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/

src/FontLib/EOT/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/

src/FontLib/EncodingMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/

src/FontLib/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
*/

src/FontLib/Glyph/Outline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $

src/FontLib/Glyph/OutlineComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $

src/FontLib/Glyph/OutlineComposite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $

src/FontLib/Glyph/OutlineSimple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package php-font-lib
4-
* @link https://github.com/PhenX/php-font-lib
4+
* @link https://github.com/dompdf/php-font-lib
55
* @author Fabien Ménager <[email protected]>
66
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
77
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $

0 commit comments

Comments
 (0)