From: Andrei Zmievski Date: Mon, 13 May 2002 17:28:38 +0000 (+0000) Subject: Changing email address. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1668570e4d0d43631ee9b09ecbd53bc52f1cce35;p=php Changing email address. --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 9a6dee167b..964b3d508c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -12,7 +12,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 | + | Author: Andrei Zmievski | +----------------------------------------------------------------------+ */ diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 726b453daf..3512c78ba8 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -12,7 +12,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 | + | Author: Andrei Zmievski | +----------------------------------------------------------------------+ */ diff --git a/ext/session/session.c b/ext/session/session.c index 1a2d39884a..849725a4c4 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Sascha Schumann | - | Andrei Zmievski | + | Andrei Zmievski | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/array.c b/ext/standard/array.c index fb59f841ed..a1c9154d43 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -15,7 +15,7 @@ | Authors: Andi Gutmans | | Zeev Suraski | | Rasmus Lerdorf | - | Andrei Zmievski | + | Andrei Zmievski | | Stig Venaas | | Jason Greene | +----------------------------------------------------------------------+ diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 64f100a4ee..96c05a7a37 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -15,7 +15,7 @@ | Authors: Andi Gutmans | | Zeev Suraski | | Rasmus Lerdorf | - | Andrei Zmievski | + | Andrei Zmievski | +----------------------------------------------------------------------+ */ diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index 440b2a685c..a1de64e712 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -12,7 +12,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 | + | Author: Andrei Zmievski | +----------------------------------------------------------------------+ */ diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 9cfb1b464d..d23e65098e 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -12,7 +12,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 | + | Author: Andrei Zmievski | +----------------------------------------------------------------------+ */ 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 | +// | Author: Andrei Zmievski | // +----------------------------------------------------------------------+ // // $Id$ @@ -23,7 +23,7 @@ require_once 'PEAR.php'; /** * Command-line options parsing class. * - * @author Andrei Zmievski + * @author Andrei Zmievski * */ class Console_Getopt {