sniper          Thu Jan  8 11:47:19 2004 EDT

  Modified files:              
    /php-src/ext/dba    dba_qdbm.c 
  Log:
  correct header
  
Index: php-src/ext/dba/dba_qdbm.c
diff -u php-src/ext/dba/dba_qdbm.c:1.2 php-src/ext/dba/dba_qdbm.c:1.3
--- php-src/ext/dba/dba_qdbm.c:1.2      Thu Jan  8 03:14:39 2004
+++ php-src/ext/dba/dba_qdbm.c  Thu Jan  8 11:47:18 2004
@@ -1,20 +1,22 @@
 /*
-   +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
-   +----------------------------------------------------------------------+
-   | Copyright (c) 1997-2004 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: Marcin Gibula <[EMAIL PROTECTED]>                                  |
-   +----------------------------------------------------------------------+
- */
+  +----------------------------------------------------------------------+
+  | PHP Version 5                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2004 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: Marcin Gibula <[EMAIL PROTECTED]>                                  |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id: dba_qdbm.c,v 1.3 2004/01/08 16:47:18 sniper Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

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

Reply via email to