Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/database
In directory usw-pr-cvs1:/tmp/cvs-serv12757
Modified Files:
pgsql.lib.php3 odbc.lib.php3 oci8.lib.php3 mysql.lib.php3
Log Message:
Added license information in header
Index: pgsql.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/database/pgsql.lib.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pgsql.lib.php3 2001/03/29 22:52:17 1.1
--- pgsql.lib.php3 2001/04/19 08:58:26 1.2
***************
*** 6,9 ****
--- 6,11 ----
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
+ // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
+ // +--------------------------------------------------------------------------+
// | This library sets an object to access a PostgreSQL database. It uses |
// | default configuration if no parameters are given to the constructor. |
Index: odbc.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/database/odbc.lib.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** odbc.lib.php3 2001/04/15 18:54:53 1.3
--- odbc.lib.php3 2001/04/19 08:58:27 1.4
***************
*** 6,9 ****
--- 6,11 ----
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
+ // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
+ // +--------------------------------------------------------------------------+
// | This library sets an object to access an ODBC database. It uses default |
// | configuration if no parameters are given to the constructor. |
Index: oci8.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/database/oci8.lib.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** oci8.lib.php3 2001/04/10 15:00:06 1.2
--- oci8.lib.php3 2001/04/19 08:58:27 1.3
***************
*** 6,9 ****
--- 6,11 ----
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
+ // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
+ // +--------------------------------------------------------------------------+
// | This library sets an object to access an OCI8 database. It uses default |
// | configuration if no parameters are given to the constructor. |
Index: mysql.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/database/mysql.lib.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mysql.lib.php3 2001/03/29 22:52:17 1.1
--- mysql.lib.php3 2001/04/19 08:58:27 1.2
***************
*** 6,9 ****
--- 6,11 ----
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
+ // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
+ // +--------------------------------------------------------------------------+
// | This library sets an object to access a MySQL database. It uses default |
// | configuration if no parameters are given to the constructor. |
|