diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-28 08:29:35 +0000 |
commit | 90613d2282e4863630b2facc023af175dd973311 (patch) | |
tree | 6774779a49c082adbd023fabc33786c1d7286494 /ext/standard | |
parent | a0c2defe8eac43fb9cf43ce7499319f72ea105de (diff) | |
download | php-git-90613d2282e4863630b2facc023af175dd973311.tar.gz |
Maintain headers.
Diffstat (limited to 'ext/standard')
89 files changed, 96 insertions, 101 deletions
diff --git a/ext/standard/aggregation.c b/ext/standard/aggregation.c index 65b7ee52dc..d52a665519 100644 --- a/ext/standard/aggregation.c +++ b/ext/standard/aggregation.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. | +----------------------------------------------------------------------+ - | Authors: Andrei Zmievski <andrei@php.net> | + | Author: Andrei Zmievski <andrei@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/aggregation.h b/ext/standard/aggregation.h index 6103cb5e7f..551782fdfe 100644 --- a/ext/standard/aggregation.h +++ b/ext/standard/aggregation.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. | +----------------------------------------------------------------------+ - | Authors: Andrei Zmievski <andrei@php.net> | + | Author: Andrei Zmievski <andrei@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/assert.c b/ext/standard/assert.c index 9031f7415d..be6db3731c 100644 --- a/ext/standard/assert.c +++ b/ext/standard/assert.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: Thies C. Arntzen (thies@thieso.net) | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/base64.c b/ext/standard/base64.c index 64388109ef..4a6533a194 100644 --- a/ext/standard/base64.c +++ b/ext/standard/base64.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: Jim Winstead (jimw@php.net) | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/base64.h b/ext/standard/base64.h index 52132eb4f1..4f44c79691 100644 --- a/ext/standard/base64.h +++ b/ext/standard/base64.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: Jim Winstead (jimw@php.net) | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/browscap.c b/ext/standard/browscap.c index f984003428..dbef99ecc1 100644 --- a/ext/standard/browscap.c +++ b/ext/standard/browscap.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. | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski <zeev@zend.com> | + | Author: Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c index 041e78da21..eb94021e99 100644 --- a/ext/standard/crc32.c +++ b/ext/standard/crc32.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/crc32.h b/ext/standard/crc32.h index 36ad6df1d4..ad245ea700 100644 --- a/ext/standard/crc32.h +++ b/ext/standard/crc32.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 244053953d..be77473d65 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/credits.h b/ext/standard/credits.h index 64f63b3de6..26bd43c26a 100644 --- a/ext/standard/credits.h +++ b/ext/standard/credits.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 9f3fbf52ad..9e0719fa79 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Bakken <ssb@gaurdian.no> | | Zeev Suraski <zeev@zend.com> | - | Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/cyr_convert.c b/ext/standard/cyr_convert.c index 9ef0fa2b25..9eab83e546 100644 --- a/ext/standard/cyr_convert.c +++ b/ext/standard/cyr_convert.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. | +----------------------------------------------------------------------+ - | Authors: Kirill Maximov <kir@rus.net> | + | Author: Kirill Maximov <kir@rus.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/cyr_convert.h b/ext/standard/cyr_convert.h index 9a640ea348..aa176a3614 100644 --- a/ext/standard/cyr_convert.h +++ b/ext/standard/cyr_convert.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. | +----------------------------------------------------------------------+ - | Authors: Kirill Maximov (kir@rus.net) | + | Author: Kirill Maximov <kir@rus.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/dir.c b/ext/standard/dir.c index 6503b567cc..894578b2d0 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -12,8 +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. | +----------------------------------------------------------------------+ - | Authors: | - | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/dns.c b/ext/standard/dns.c index d677755399..f2efa21867 100644 --- a/ext/standard/dns.c +++ b/ext/standard/dns.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. | +----------------------------------------------------------------------+ - | Authors: | + | Author: | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/dns.h b/ext/standard/dns.h index f80e7230a4..e3f1cc461a 100644 --- a/ext/standard/dns.h +++ b/ext/standard/dns.h @@ -12,8 +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. | +----------------------------------------------------------------------+ - | Authors: | - | | + | Author: | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 1ac4424594..4cf325ae61 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/file.c b/ext/standard/file.c index 7a9c8e7202..6e918eb5b1 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -12,11 +12,11 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Stig Bakken <ssb@fast.no> | | Andi Gutmans <andi@zend.com> | | Zeev Suraski <zeev@zend.com> | - | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | + | PHP 4.0 patches by Thies C. Arntzen <thies@thieso.net> | | PHP 4.1 streams by Wez Furlong (wez@thebrainroom.com) | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/file.h b/ext/standard/file.h index 4a38616d0c..070eec4a5e 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index cf6c41fcc2..c74355dd80 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -184,7 +184,7 @@ PHP_FUNCTION(disk_total_space) &TotalNumberOfBytes, &TotalNumberOfFreeBytes) == 0) RETURN_FALSE; - /* i know - this is ugly, but i works (thies@thieso.net) */ + /* i know - this is ugly, but i works <thies@thieso.net> */ bytestotal = TotalNumberOfBytes.HighPart * (double) (((unsigned long)1) << 31) * 2.0 + TotalNumberOfBytes.LowPart; @@ -287,7 +287,7 @@ PHP_FUNCTION(disk_free_space) &TotalNumberOfBytes, &TotalNumberOfFreeBytes) == 0) RETURN_FALSE; - /* i know - this is ugly, but i works (thies@thieso.net) */ + /* i know - this is ugly, but i works <thies@thieso.net> */ bytesfree = FreeBytesAvailableToCaller.HighPart * (double) (((unsigned long)1) << 31) * 2.0 + FreeBytesAvailableToCaller.LowPart; diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 467d3c3735..7cec78dbe9 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/flock_compat.h b/ext/standard/flock_compat.h index b1e73ee0c9..d352f5116e 100644 --- a/ext/standard/flock_compat.h +++ b/ext/standard/flock_compat.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index 760c871240..57a32bef1a 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.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. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@guardian.no> | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index bdbd955193..13e5c5f196 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Paul Panotzki - Bunyip Information Systems | - | Jim Winstead (jimw@php.net) | + | Jim Winstead <jimw@php.net> | | Wez Furlong | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index 1cf7be3a17..9ff67cd136 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.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. | +----------------------------------------------------------------------+ - | Authors: Andrew Sitnikov <sitnikov@infonet.ee | + | Author: Andrew Sitnikov <sitnikov@infonet.ee> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index 8149eef5ec..98552e1143 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ diff --git a/ext/standard/head.c b/ext/standard/head.c index ba09a9cb96..3663cae898 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/head.h b/ext/standard/head.h index db3973cb2c..d019081121 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/html.c b/ext/standard/html.c index 0846988058..9dcba2152a 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jaakko Hyvätti <jaakko.hyvatti@iki.fi> | | Wez Furlong <wez@thebrainroom.com> | +----------------------------------------------------------------------+ diff --git a/ext/standard/html.h b/ext/standard/html.h index c3f4987271..ac11acb0f1 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index bb54225f15..24e546bb60 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ diff --git a/ext/standard/image.c b/ext/standard/image.c index a236fa9605..7f7e346ece 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/info.c b/ext/standard/info.c index 711de94d81..c5b50ccc9c 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/info.h b/ext/standard/info.h index 5265d52c3d..7e7c7ebf4b 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c index 53886c1072..616d1b0815 100644 --- a/ext/standard/iptc.c +++ b/ext/standard/iptc.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. | +----------------------------------------------------------------------+ - | Authors: Thies C. Arntzen (thies@thieso.net) | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 9d902dde50..2683c789ce 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/link.c b/ext/standard/link.c index d656168b87..257d765909 100644 --- a/ext/standard/link.c +++ b/ext/standard/link.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. | +----------------------------------------------------------------------+ - | Authors: | + | Author: | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 75afd5a223..7600d3eeb0 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/math.c b/ext/standard/math.c index fea4be5f3b..81dbf79189 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Jim Winstead (jimw@php.net) | - | Stig Sæther Bakken <ssb@guardian.no> | + | Authors: Jim Winstead <jimw@php.net> | + | Stig Sæther Bakken <ssb@fast.no> | | Zeev Suraski <zeev@zend.com> | - | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | + | PHP 4.0 patches by Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/md5.c b/ext/standard/md5.c index e1f158e20a..9021506003 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.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. | +----------------------------------------------------------------------+ - | Authors: Lachlan Roche | + | Author: Lachlan Roche | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/md5.h b/ext/standard/md5.h index 6ebe0b44ad..b2dd471dfe 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index 2eab9b3cfb..e553319a83 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.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. | +----------------------------------------------------------------------+ - | Authors: Thies C. Arntzen <thies@thieso.net> | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 398f7f00c2..5d6da7c2fa 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.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. | +----------------------------------------------------------------------+ - | Authors: Paul Panotzki - Bunyip Information Systems | + | Author: Paul Panotzki - Bunyip Information Systems | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h index 54d18d2ba1..9ce3825104 100644 --- a/ext/standard/microtime.h +++ b/ext/standard/microtime.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. | +----------------------------------------------------------------------+ - | Authors: Paul Panotzki - Bunyip Information Systems | + | Author: Paul Panotzki - Bunyip Information Systems | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 395add96d3..029e621212 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.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. | +----------------------------------------------------------------------+ - | Authors: Chris Schneider <cschneid@relog.ch> | + | Author: Chris Schneider <cschneid@relog.ch> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/pack.h b/ext/standard/pack.h index 474d6f52f4..cd6ec673c1 100644 --- a/ext/standard/pack.h +++ b/ext/standard/pack.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index f1c8d56610..e1ea9c54f2 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.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. | +----------------------------------------------------------------------+ - | Authors: Jim Winstead <jimw@php.net> | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h index 33cbb69a2b..b70d8c63b5 100644 --- a/ext/standard/pageinfo.h +++ b/ext/standard/pageinfo.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. | +----------------------------------------------------------------------+ - | Authors: Jim Winstead <jimw@php.net> | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_assert.h b/ext/standard/php_assert.h index 964814aeae..6d74f50e7e 100644 --- a/ext/standard/php_assert.h +++ b/ext/standard/php_assert.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: Thies C. Arntzen (thies@thieso.net) | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_browscap.h b/ext/standard/php_browscap.h index c5131d8e8c..7f1f29a38f 100644 --- a/ext/standard/php_browscap.h +++ b/ext/standard/php_browscap.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. | +----------------------------------------------------------------------+ - | Authors: Zeev Suraski <zeev@zend.com> | + | Author: Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index d10f7ffd50..5cf4421d2e 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Bakken <ssb@gaurdian.no> | | Zeev Suraski <zeev@zend.com> | - | Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h index 51d59072c6..069f584acb 100644 --- a/ext/standard/php_dir.h +++ b/ext/standard/php_dir.h @@ -12,8 +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. | +----------------------------------------------------------------------+ - | Authors: | - | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h index 44f72576af..036e3e8c8e 100644 --- a/ext/standard/php_ext_syslog.h +++ b/ext/standard/php_ext_syslog.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. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@fast.no> | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 0beb55fb36..26c9ec2a9e 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ diff --git a/ext/standard/php_fopen_wrappers.h b/ext/standard/php_fopen_wrappers.h index 3fbfb2adec..0cab1fe73e 100644 --- a/ext/standard/php_fopen_wrappers.h +++ b/ext/standard/php_fopen_wrappers.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | | Hartmut Holzgraefe <hholzgra@php.net> | +----------------------------------------------------------------------+ diff --git a/ext/standard/php_ftok.h b/ext/standard/php_ftok.h index 52e861e773..c3d44c7233 100644 --- a/ext/standard/php_ftok.h +++ b/ext/standard/php_ftok.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. | +----------------------------------------------------------------------+ - | Authors: Andrew Sitnikov <sitnikov@infonet.ee> | + | Author: Andrew Sitnikov <sitnikov@infonet.ee> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index a2022c9c92..3cde4e6ba0 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_iptc.h b/ext/standard/php_iptc.h index 658f9e4128..1261fd6ebe 100644 --- a/ext/standard/php_iptc.h +++ b/ext/standard/php_iptc.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. | +----------------------------------------------------------------------+ - | Authors: Thies C. Arntzen <thies@thieso.net> | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h index 3ec241e188..4251c860f0 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h index d760bd68b1..010df5192f 100644 --- a/ext/standard/php_link.h +++ b/ext/standard/php_link.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. | +----------------------------------------------------------------------+ - | Authors: | + | Author: | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h index 120ab52aad..a182a5bb5f 100644 --- a/ext/standard/php_mail.h +++ b/ext/standard/php_mail.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index ceb6a0b09e..a53b50727e 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Jim Winstead (jimw@php.net) | - | Stig Sæther Bakken <ssb@guardian.no> | + | Authors: Jim Winstead <jimw@php.net> | + | Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h index c77d2b9e83..4dbe29b30b 100644 --- a/ext/standard/php_metaphone.h +++ b/ext/standard/php_metaphone.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. | +----------------------------------------------------------------------+ - | Authors: Thies C. Arntzen <thies@thieso.net> | + | Author: Thies C. Arntzen <thies@thieso.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_parsedate.h b/ext/standard/php_parsedate.h index 2ecd40e1a1..3e4bebe982 100644 --- a/ext/standard/php_parsedate.h +++ b/ext/standard/php_parsedate.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_rand.h b/ext/standard/php_rand.h index 60f1f7ac9e..996257cc1b 100644 --- a/ext/standard/php_rand.h +++ b/ext/standard/php_rand.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | | Pedro Melo <melo@ip.pt> | | Sterling Hughes <sterling@php.net> | diff --git a/ext/standard/php_smart_str.h b/ext/standard/php_smart_str.h index b99230dd86..a1912141f4 100644 --- a/ext/standard/php_smart_str.h +++ b/ext/standard/php_smart_str.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_smart_str_public.h b/ext/standard/php_smart_str_public.h index 793ca4bf24..b118afb8a7 100644 --- a/ext/standard/php_smart_str_public.h +++ b/ext/standard/php_smart_str_public.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 5a2c6bcfd7..383a7c42b1 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.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. | +----------------------------------------------------------------------+ - | Authors: | + | Author: | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 96104bcbae..5f5a47dae4 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | - | Stig Sæther Bakken <ssb@guardian.no> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_type.h b/ext/standard/php_type.h index f1a9dd9b29..9a3c57e1a5 100644 --- a/ext/standard/php_type.h +++ b/ext/standard/php_type.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_var.h b/ext/standard/php_var.h index 9f8d0deadf..50bd124d61 100644 --- a/ext/standard/php_var.h +++ b/ext/standard/php_var.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. | +----------------------------------------------------------------------+ - | Authors: Jani Lehtimäki <jkl@njet.net> | + | Author: Jani Lehtimäki <jkl@njet.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/php_versioning.h b/ext/standard/php_versioning.h index 2570a509e7..3aed3b52e2 100644 --- a/ext/standard/php_versioning.h +++ b/ext/standard/php_versioning.h @@ -12,8 +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. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@fast.no> | - | | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/quot_print.c b/ext/standard/quot_print.c index cc68f76568..e480f1ae5a 100644 --- a/ext/standard/quot_print.c +++ b/ext/standard/quot_print.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. | +----------------------------------------------------------------------+ - | Authors: Kirill Maximov <kir@actimind.com> | + | Author: Kirill Maximov <kir@actimind.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/quot_print.h b/ext/standard/quot_print.h index cb8e5b33bb..b954affb65 100644 --- a/ext/standard/quot_print.h +++ b/ext/standard/quot_print.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. | +----------------------------------------------------------------------+ - | Authors: Kirill Maximov (kir@rus.net) | + | Author: Kirill Maximov (kir@rus.net) | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 48a8bd8129..3386eb6a6a 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Zeev Suraski <zeev@zend.com> | | Pedro Melo <melo@ip.pt> | | Sterling Hughes <sterling@php.net> | diff --git a/ext/standard/reg.c b/ext/standard/reg.c index 82a12a1d83..6fff6a5352 100644 --- a/ext/standard/reg.c +++ b/ext/standard/reg.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | | Jaakko Hyvätti <jaakko@hyvatti.iki.fi> | +----------------------------------------------------------------------+ diff --git a/ext/standard/reg.h b/ext/standard/reg.h index e9ac4661cc..38c99837e0 100644 --- a/ext/standard/reg.h +++ b/ext/standard/reg.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | + | Author: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/scanf.c b/ext/standard/scanf.c index dcaf9b5211..3f5a11bc2b 100644 --- a/ext/standard/scanf.c +++ b/ext/standard/scanf.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. | +----------------------------------------------------------------------+ - | Authors: clayton collie <clcollie@mindspring.com> | + | Author: Clayton Collie <clcollie@mindspring.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/scanf.h b/ext/standard/scanf.h index 946624509b..275c5e51a0 100644 --- a/ext/standard/scanf.h +++ b/ext/standard/scanf.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. | +----------------------------------------------------------------------+ - | Authors: clayton collie <clcollie@mindspring.com> | + | Author: Clayton Collie <clcollie@mindspring.com> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index 49a516a2c8..05e74b0381 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.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. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@fast.no> | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/type.c b/ext/standard/type.c index eb9f3888e7..cf6ba48867 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.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. | +----------------------------------------------------------------------+ - | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Author: Rasmus Lerdorf <rasmus@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c index df566e3039..c7a6bd58a7 100644 --- a/ext/standard/uniqid.c +++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@guardian.no> | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h index 808684b471..352a75ff82 100644 --- a/ext/standard/uniqid.h +++ b/ext/standard/uniqid.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: Stig Sæther Bakken <ssb@guardian.no> | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/url.c b/ext/standard/url.c index 72603e5509..4a897d3d11 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.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: Jim Winstead (jimw@php.net) | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/url.h b/ext/standard/url.h index 559bf53dbc..b81aa68d2b 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.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. | +----------------------------------------------------------------------+ - | Authors: Jim Winstead (jimw@php.net) | + | Author: Jim Winstead <jimw@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index fd6e3cb95e..1ca4aba929 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -14,7 +14,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h index 76395c8d20..a9b105d687 100644 --- a/ext/standard/url_scanner_ex.h +++ b/ext/standard/url_scanner_ex.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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/url_scanner_ex.re b/ext/standard/url_scanner_ex.re index 789d78ac31..435f1529c2 100644 --- a/ext/standard/url_scanner_ex.re +++ b/ext/standard/url_scanner_ex.re @@ -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. | +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <sascha@schumann.cx> | + | Author: Sascha Schumann <sascha@schumann.cx> | +----------------------------------------------------------------------+ */ diff --git a/ext/standard/versioning.c b/ext/standard/versioning.c index 5f2757a289..06233bfc93 100644 --- a/ext/standard/versioning.c +++ b/ext/standard/versioning.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | + | Copyright (c) 1997-2002 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -12,8 +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. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@fast.no> | - | | + | Author: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ |