]> granicus.if.org Git - php/commitdiff
# corrected my e-mail address
authorDavid Eriksson <eriksson@php.net>
Fri, 1 Sep 2000 22:29:04 +0000 (22:29 +0000)
committerDavid Eriksson <eriksson@php.net>
Fri, 1 Sep 2000 22:29:04 +0000 (22:29 +0000)
28 files changed:
ext/satellite/Makefile.in
ext/satellite/README
ext/satellite/class.c
ext/satellite/class.h
ext/satellite/common.c
ext/satellite/common.h
ext/satellite/corba.c
ext/satellite/corba.h
ext/satellite/enum.c
ext/satellite/enum.h
ext/satellite/findtype.c
ext/satellite/findtype.h
ext/satellite/hashtable.c
ext/satellite/hashtable.h
ext/satellite/namedvalue_to_zval.c
ext/satellite/namedvalue_to_zval.h
ext/satellite/object.c
ext/satellite/object.h
ext/satellite/php_orbit.c
ext/satellite/php_orbit.h
ext/satellite/struct.c
ext/satellite/struct.h
ext/satellite/typecode.c
ext/satellite/typecode.h
ext/satellite/typemanager.c
ext/satellite/typemanager.h
ext/satellite/zval_to_namedvalue.c
ext/satellite/zval_to_namedvalue.h

index 7687986bac7311052ea59b4366f3c62c0cc6f4e2..229af79595034cb88516f854a3db2146205b3bf8 100644 (file)
@@ -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>                            |
 #   +----------------------------------------------------------------------+
 #
 
index 1d9486499967bd97e6dc27f351367d277aa12ad6..a9fccb21b8f141dd6ba24fd66fdc78ab33e78b2b 100644 (file)
@@ -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.
 
 
index 2ad1332909c4eefffcd3290676b8dd207c860e58..f50d124b6e27043f16edcbe0d75659d81b7efe4f 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 1dc429cc8b3ce718b9541561e285ae3a798b5108..8d0840f388e96129c787b639f3ac194a4a502f18 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index d04df3a85d26ae397232990d78ffcdf5b3575e1e..7786862e869a16514513f49dbb603ee0c58ed737 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 3e038a530ece9d608c890710f2049cbe6402d8f1..81ee1ae5de4069fd6f381306d999af84d5c25c54 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 9b1cb771528e0d71d46fc5a919c93bf892ec7191..d565723607213bf4601c9473e81df8a0c722df94 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 87e176e5fabf4c1672b001fe3f1e0f652df37dfd..90fbd359db26481ebe1b469ae727ef7283b4d50d 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 215ccf9d998398f6125d760ad8a3918b25e7b53e..90f2940674886683ea390e4d58d735d1264b0439 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 861d87db492a1661343cbe8cc737ba42c4acbe24..ca074b8cf10133cb104ef2fe970ff66f4e8b82d4 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index cefb5c2559f9e2a4fad31ea58a57d5c6e6c3c864..915b008452d6204a4004a5af63ebd68623922e61 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 8be50cab38364f9c6d69be629deaa5cb631d08bd..901ba05fef327261c53c1ee7078a3af9a954c1e2 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 68f801f423721155cc28f3df16e51aac84e994ad..52d179585bd860a8a4af434663e43d6078adc696 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 2e33cd4d76d69e3a6a7f947eab8a3d857c64fcbf..cec6c2543a838ce18e709a294c8ad205dc1fc0d7 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 8249d9f46575101e8730e75bd4c2a2ce98bedfd4..2ddf9072d32b876d5e779af694ccd28b38d28df6 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 570d8497aefc7582490decc242667d2943a9f5f1..f8695bb49a547e2792e441505abdb8256e486447 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index d01272dcb29a6b708efa04095860952127f546a7..8e920c499a744678a7979b4867aea46f53219e46 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index c1fdba998b841f65fbfa9d63612c001724ebbe70..09e2fd39b9e6b901cfd4a372d1ee32cde81c6279 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 098f0d219da108cf44cc162aad328a191a4384ce..65ec2aae0ee37d6841aa2e412834eec89c75660b 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index d4561d907c921db4ea8b897b999c7eeb77c55fa6..e7bba61935a82a7eb53e742c0a2a571d74ccbb5c 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 9c7e79279dc0aeec68058e081f2081bb9b628731..bd79c622c1f9ab27b6eb1e1bf3f9089ffbc080ad 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 2025a132c76fa2615417962c1ff1451a692d8cb7..1c1b695c3963ff205156864ced9511de33f3889b 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 1075dbbd84f5ad063d37fafc328c1452e3e699b7..18564c8382629099877e2e0b9b9fec1e39da65b2 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index a191e8176ce61a74c8eb06b5ef95f84a4b4f2222..29c57b67b34a47886102ee0cad4891cabd81f1a0 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 454fd1e5c86daa68ceb327f226093515c1d820a1..0087489220daa7f292c0fcb96301fef317a5fe04 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index 18fb9410dfd3be2cbce3d84e339f4c44961097af..4b3ef765bc3226d50b68bb0b910a701274941438 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index a1de33297cd3b83b706dad01bc43bf45e90a9c9a..5b3c36145d9d9d7916c299378c12c1aadd03eff2 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */
 
index debc4675eebdfd45613db2c5c9c906a2a98cc63a..a0a93d7ef3f198b0da3a07b41dc673155514a6e7 100644 (file)
@@ -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>                            |
    +----------------------------------------------------------------------+
  */