Browse Source

Changing email address.

experimental/new_ui_api
Andrei Zmievski 24 years ago
parent
commit
1668570e4d
  1. 2
      ext/pcre/php_pcre.c
  2. 2
      ext/pcre/php_pcre.h
  3. 2
      ext/session/session.c
  4. 2
      ext/standard/array.c
  5. 2
      ext/standard/php_array.h
  6. 2
      ext/wddx/php_wddx.h
  7. 2
      ext/wddx/wddx.c
  8. 4
      pear/Console/Getopt.php

2
ext/pcre/php_pcre.c

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Andrei Zmievski <andrei@ispi.net> |
| Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

2
ext/pcre/php_pcre.h

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Andrei Zmievski <andrei@ispi.net> |
| Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

2
ext/session/session.c

@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Sascha Schumann <sascha@schumann.cx> |
| Andrei Zmievski <andrei@ispi.net> |
| Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

2
ext/standard/array.c

@ -15,7 +15,7 @@
| Authors: Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| Rasmus Lerdorf <rasmus@php.net> |
| Andrei Zmievski <andrei@ispi.net> |
| Andrei Zmievski <andrei@php.net> |
| Stig Venaas <venaas@php.net> |
| Jason Greene <jason@php.net> |
+----------------------------------------------------------------------+

2
ext/standard/php_array.h

@ -15,7 +15,7 @@
| Authors: Andi Gutmans <andi@zend.com> |
| Zeev Suraski <zeev@zend.com> |
| Rasmus Lerdorf <rasmus@php.net> |
| Andrei Zmievski <andrei@ispi.net> |
| Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

2
ext/wddx/php_wddx.h

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Andrei Zmievski <andrei@ispi.net> |
| Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

2
ext/wddx/wddx.c

@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Andrei Zmievski <andrei@ispi.net> |
| Author: Andrei Zmievski <andrei@php.net> |
+----------------------------------------------------------------------+
*/

4
pear/Console/Getopt.php

@ -13,7 +13,7 @@
// | obtain it through the world-wide-web, please send a note to |
// | license@php.net so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Author: Andrei Zmievski <andrei@ispi.net> |
// | Author: Andrei Zmievski <andrei@php.net> |
// +----------------------------------------------------------------------+
//
// $Id$
@ -23,7 +23,7 @@ require_once 'PEAR.php';
/**
* Command-line options parsing class.
*
* @author Andrei Zmievski <andrei@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
*
*/
class Console_Getopt {

Loading…
Cancel
Save