diff options
Diffstat (limited to 'pear/Console')
-rw-r--r-- | pear/Console/Getopt.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/Console/Getopt.php b/pear/Console/Getopt.php index d678a5b238..c82aabba34 100644 --- a/pear/Console/Getopt.php +++ b/pear/Console/Getopt.php @@ -13,7 +13,7 @@ // | obtain it through the world-wide-web, please send a note to | // | license@php.net so we can mail you a copy immediately. | // +----------------------------------------------------------------------+ -// | Author: Andrei Zmievski <andrei@ispi.net> | +// | Author: Andrei Zmievski <andrei@php.net> | // +----------------------------------------------------------------------+ // // $Id$ @@ -23,7 +23,7 @@ require_once 'PEAR.php'; /** * Command-line options parsing class. * - * @author Andrei Zmievski <andrei@ispi.net> + * @author Andrei Zmievski <andrei@php.net> * */ class Console_Getopt { |