summaryrefslogtreecommitdiff
path: root/ext/satellite
diff options
context:
space:
mode:
authorDavid Eriksson <eriksson@php.net>2000-09-01 22:29:04 +0000
committerDavid Eriksson <eriksson@php.net>2000-09-01 22:29:04 +0000
commit5029ae9fe238c2c79426e3480f47b119ae227b5f (patch)
tree410c8d522ab1ce879875c60d103d436656dd55a8 /ext/satellite
parent2ad0310fd36de9eeabc65138eae28d39d0dbf55b (diff)
downloadphp-git-5029ae9fe238c2c79426e3480f47b119ae227b5f.tar.gz
# corrected my e-mail address
Diffstat (limited to 'ext/satellite')
-rw-r--r--ext/satellite/Makefile.in2
-rw-r--r--ext/satellite/README2
-rw-r--r--ext/satellite/class.c2
-rw-r--r--ext/satellite/class.h2
-rw-r--r--ext/satellite/common.c2
-rw-r--r--ext/satellite/common.h2
-rw-r--r--ext/satellite/corba.c2
-rw-r--r--ext/satellite/corba.h2
-rw-r--r--ext/satellite/enum.c2
-rw-r--r--ext/satellite/enum.h2
-rw-r--r--ext/satellite/findtype.c2
-rw-r--r--ext/satellite/findtype.h2
-rw-r--r--ext/satellite/hashtable.c2
-rw-r--r--ext/satellite/hashtable.h2
-rw-r--r--ext/satellite/namedvalue_to_zval.c2
-rw-r--r--ext/satellite/namedvalue_to_zval.h2
-rw-r--r--ext/satellite/object.c2
-rw-r--r--ext/satellite/object.h2
-rw-r--r--ext/satellite/php_orbit.c2
-rw-r--r--ext/satellite/php_orbit.h2
-rw-r--r--ext/satellite/struct.c2
-rw-r--r--ext/satellite/struct.h2
-rw-r--r--ext/satellite/typecode.c2
-rw-r--r--ext/satellite/typecode.h2
-rw-r--r--ext/satellite/typemanager.c2
-rw-r--r--ext/satellite/typemanager.h2
-rw-r--r--ext/satellite/zval_to_namedvalue.c2
-rw-r--r--ext/satellite/zval_to_namedvalue.h2
28 files changed, 28 insertions, 28 deletions
diff --git a/ext/satellite/Makefile.in b/ext/satellite/Makefile.in
index 7687986bac..229af79595 100644
--- a/ext/satellite/Makefile.in
+++ b/ext/satellite/Makefile.in
@@ -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: David Eriksson <eriksson@php.net> |
+# | Author: David Eriksson <david@2good.com> |
# +----------------------------------------------------------------------+
#
diff --git a/ext/satellite/README b/ext/satellite/README
index 1d94864999..a9fccb21b8 100644
--- a/ext/satellite/README
+++ b/ext/satellite/README
@@ -4,7 +4,7 @@ About Satellite
---------------
Satellite is CORBA support for PHP using ORBit.
-The original version was made by David Eriksson <eriksson@php.net>
+The original version was made by David Eriksson <david@2good.com>
during the summer 2000.
diff --git a/ext/satellite/class.c b/ext/satellite/class.c
index 2ad1332909..f50d124b6e 100644
--- a/ext/satellite/class.c
+++ b/ext/satellite/class.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/class.h b/ext/satellite/class.h
index 1dc429cc8b..8d0840f388 100644
--- a/ext/satellite/class.h
+++ b/ext/satellite/class.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/common.c b/ext/satellite/common.c
index d04df3a85d..7786862e86 100644
--- a/ext/satellite/common.c
+++ b/ext/satellite/common.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/common.h b/ext/satellite/common.h
index 3e038a530e..81ee1ae5de 100644
--- a/ext/satellite/common.h
+++ b/ext/satellite/common.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/corba.c b/ext/satellite/corba.c
index 9b1cb77152..d565723607 100644
--- a/ext/satellite/corba.c
+++ b/ext/satellite/corba.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/corba.h b/ext/satellite/corba.h
index 87e176e5fa..90fbd359db 100644
--- a/ext/satellite/corba.h
+++ b/ext/satellite/corba.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/enum.c b/ext/satellite/enum.c
index 215ccf9d99..90f2940674 100644
--- a/ext/satellite/enum.c
+++ b/ext/satellite/enum.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/enum.h b/ext/satellite/enum.h
index 861d87db49..ca074b8cf1 100644
--- a/ext/satellite/enum.h
+++ b/ext/satellite/enum.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/findtype.c b/ext/satellite/findtype.c
index cefb5c2559..915b008452 100644
--- a/ext/satellite/findtype.c
+++ b/ext/satellite/findtype.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/findtype.h b/ext/satellite/findtype.h
index 8be50cab38..901ba05fef 100644
--- a/ext/satellite/findtype.h
+++ b/ext/satellite/findtype.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/hashtable.c b/ext/satellite/hashtable.c
index 68f801f423..52d179585b 100644
--- a/ext/satellite/hashtable.c
+++ b/ext/satellite/hashtable.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/hashtable.h b/ext/satellite/hashtable.h
index 2e33cd4d76..cec6c2543a 100644
--- a/ext/satellite/hashtable.h
+++ b/ext/satellite/hashtable.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/namedvalue_to_zval.c b/ext/satellite/namedvalue_to_zval.c
index 8249d9f465..2ddf9072d3 100644
--- a/ext/satellite/namedvalue_to_zval.c
+++ b/ext/satellite/namedvalue_to_zval.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/namedvalue_to_zval.h b/ext/satellite/namedvalue_to_zval.h
index 570d8497ae..f8695bb49a 100644
--- a/ext/satellite/namedvalue_to_zval.h
+++ b/ext/satellite/namedvalue_to_zval.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/object.c b/ext/satellite/object.c
index d01272dcb2..8e920c499a 100644
--- a/ext/satellite/object.c
+++ b/ext/satellite/object.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/object.h b/ext/satellite/object.h
index c1fdba998b..09e2fd39b9 100644
--- a/ext/satellite/object.h
+++ b/ext/satellite/object.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c
index 098f0d219d..65ec2aae0e 100644
--- a/ext/satellite/php_orbit.c
+++ b/ext/satellite/php_orbit.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/php_orbit.h b/ext/satellite/php_orbit.h
index d4561d907c..e7bba61935 100644
--- a/ext/satellite/php_orbit.h
+++ b/ext/satellite/php_orbit.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/struct.c b/ext/satellite/struct.c
index 9c7e79279d..bd79c622c1 100644
--- a/ext/satellite/struct.c
+++ b/ext/satellite/struct.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/struct.h b/ext/satellite/struct.h
index 2025a132c7..1c1b695c39 100644
--- a/ext/satellite/struct.h
+++ b/ext/satellite/struct.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/typecode.c b/ext/satellite/typecode.c
index 1075dbbd84..18564c8382 100644
--- a/ext/satellite/typecode.c
+++ b/ext/satellite/typecode.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/typecode.h b/ext/satellite/typecode.h
index a191e8176c..29c57b67b3 100644
--- a/ext/satellite/typecode.h
+++ b/ext/satellite/typecode.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/typemanager.c b/ext/satellite/typemanager.c
index 454fd1e5c8..0087489220 100644
--- a/ext/satellite/typemanager.c
+++ b/ext/satellite/typemanager.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/typemanager.h b/ext/satellite/typemanager.h
index 18fb9410df..4b3ef765bc 100644
--- a/ext/satellite/typemanager.h
+++ b/ext/satellite/typemanager.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/zval_to_namedvalue.c b/ext/satellite/zval_to_namedvalue.c
index a1de33297c..5b3c36145d 100644
--- a/ext/satellite/zval_to_namedvalue.c
+++ b/ext/satellite/zval_to_namedvalue.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/
diff --git a/ext/satellite/zval_to_namedvalue.h b/ext/satellite/zval_to_namedvalue.h
index debc4675ee..a0a93d7ef3 100644
--- a/ext/satellite/zval_to_namedvalue.h
+++ b/ext/satellite/zval_to_namedvalue.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: David Eriksson <eriksson@php.net> |
+ | Author: David Eriksson <david@2good.com> |
+----------------------------------------------------------------------+
*/