From: Dmitry Stogov Date: Thu, 29 Jan 2004 11:51:11 +0000 (+0000) Subject: fix: "Authors" corrected X-Git-Tag: php-5.0.0b4RC1~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e439a1af7fd96365acb9f84e9aac9787a7dc2e88;p=php fix: "Authors" corrected --- diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index a60bfa28fe..a138eae329 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index cb59a8bc4e..5e82854ef2 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 0f85b13adf..13b38d4d10 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index 8cdb676e4c..44b6a64e78 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index 6aff91737a..54c38ad27f 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h index f9b343f39b..12a9af5637 100644 --- a/ext/soap/php_packet_soap.h +++ b/ext/soap/php_packet_soap.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index ece95b7a38..cd114ca33b 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index 5e0317867e..152227c9a1 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index c47a9c29d2..28edfd08c2 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index c2d25b49eb..f765d5fbfd 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index c2be4e4362..f39692b015 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index ed51633f1a..f2a50b50f9 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index 94f0148b1d..f223aac6d3 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.h @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 535c37d590..a5ec8ea9e4 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -12,7 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Dmitry Stogov | + | Authors: Brad Lafountain | + | Shane Caraveo | + | Dmitry Stogov | +----------------------------------------------------------------------+ */ /* $Id$ */