sniper          Tue Dec  9 11:24:03 2003 EDT

  Modified files:              
    /php-src/sapi/continuity    capi.c 
  Log:
  Correct header..
  
Index: php-src/sapi/continuity/capi.c
diff -u php-src/sapi/continuity/capi.c:1.3 php-src/sapi/continuity/capi.c:1.4
--- php-src/sapi/continuity/capi.c:1.3  Mon Dec  8 13:18:03 2003
+++ php-src/sapi/continuity/capi.c      Tue Dec  9 11:24:03 2003
@@ -1,19 +1,19 @@
 /*
-   +----------------------------------------------------------------------+
-   | PHP Version 4                                                        |
-   +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2003 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        |
-   | available at through the world-wide-web at                           |
-   | http://www.php.net/license/2_02.txt.                                 |
-   | If you did not receive a copy of the PHP license and are unable to   |
-   | obtain it through the world-wide-web, please send a note to          |
-   | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
-   +----------------------------------------------------------------------+
-   | Author: Alex Leigh <aleigh at tessier dot com>                       |
-   +----------------------------------------------------------------------+
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 3.0 of the PHP license,       |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available through the world-wide-web at the following url:           |
+  | http://www.php.net/license/3_0.txt.                                  |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Alex Leigh <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
 */
 
 /* For more information on Continuity: http://www.ashpool.com/ */
@@ -93,7 +93,7 @@
         NULL,
         NULL,
         PHP_MINFO(continuity),
-        "$Revision: 1.3 $",
+        "$Revision: 1.4 $",
         STANDARD_MODULE_PROPERTIES
 };
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to