summaryrefslogtreecommitdiff
path: root/pear/Console
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-05-13 17:28:38 +0000
committerAndrei Zmievski <andrei@php.net>2002-05-13 17:28:38 +0000
commit1668570e4d0d43631ee9b09ecbd53bc52f1cce35 (patch)
tree3b96142a81fa53c19e77993a1d2b1ef6188aeca4 /pear/Console
parent6940f88aabb5ff58dda374a8dc6351b6799370bd (diff)
downloadphp-git-1668570e4d0d43631ee9b09ecbd53bc52f1cce35.tar.gz
Changing email address.
Diffstat (limited to 'pear/Console')
-rw-r--r--pear/Console/Getopt.php4
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 {