summaryrefslogtreecommitdiff
path: root/ext/dbx
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-08 17:33:29 +0000
committerfoobar <sniper@php.net>2004-01-08 17:33:29 +0000
commitccfc46b0aa1f9066a40d051250d6bdb5fb203aeb (patch)
tree4927e1e1a3eaa7f4bcba91823737a3d3d5a01c28 /ext/dbx
parentf83b27facec09a5bbe35c968c410434ed29657de (diff)
downloadphp-git-ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb.tar.gz
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
Diffstat (limited to 'ext/dbx')
-rw-r--r--ext/dbx/dbx.h4
-rw-r--r--ext/dbx/dbx_fbsql.h4
-rw-r--r--ext/dbx/dbx_mssql.h4
-rw-r--r--ext/dbx/dbx_mysql.h4
-rw-r--r--ext/dbx/dbx_oci8.h4
-rw-r--r--ext/dbx/dbx_odbc.h4
-rw-r--r--ext/dbx/dbx_pgsql.h4
-rw-r--r--ext/dbx/dbx_sqlite.h4
-rw-r--r--ext/dbx/dbx_sybasect.h4
-rw-r--r--ext/dbx/php_dbx.h4
10 files changed, 20 insertions, 20 deletions
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h
index d627921a8b..31960686be 100644
--- a/ext/dbx/dbx.h
+++ b/ext/dbx/dbx.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_fbsql.h b/ext/dbx/dbx_fbsql.h
index 082c15859d..e17a92b44a 100644
--- a/ext/dbx/dbx_fbsql.h
+++ b/ext/dbx/dbx_fbsql.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mssql.h b/ext/dbx/dbx_mssql.h
index 11d7fa1f9f..725cba2e53 100644
--- a/ext/dbx/dbx_mssql.h
+++ b/ext/dbx/dbx_mssql.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mysql.h b/ext/dbx/dbx_mysql.h
index b2f0532e8f..12c789d101 100644
--- a/ext/dbx/dbx_mysql.h
+++ b/ext/dbx/dbx_mysql.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_oci8.h b/ext/dbx/dbx_oci8.h
index ba6414d3e8..2aaeb807af 100644
--- a/ext/dbx/dbx_oci8.h
+++ b/ext/dbx/dbx_oci8.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_odbc.h b/ext/dbx/dbx_odbc.h
index 61cb3765e6..05cbabdcde 100644
--- a/ext/dbx/dbx_odbc.h
+++ b/ext/dbx/dbx_odbc.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_pgsql.h b/ext/dbx/dbx_pgsql.h
index 2bf41b995b..11bfa9a7a8 100644
--- a/ext/dbx/dbx_pgsql.h
+++ b/ext/dbx/dbx_pgsql.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | 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 |
diff --git a/ext/dbx/dbx_sqlite.h b/ext/dbx/dbx_sqlite.h
index 5255ff2d85..e3b8ccedeb 100644
--- a/ext/dbx/dbx_sqlite.h
+++ b/ext/dbx/dbx_sqlite.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_sybasect.h b/ext/dbx/dbx_sybasect.h
index 70270c7bac..8a416e924a 100644
--- a/ext/dbx/dbx_sybasect.h
+++ b/ext/dbx/dbx_sybasect.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/php_dbx.h b/ext/dbx/php_dbx.h
index 3e8e8c5d35..9db0b0e59c 100644
--- a/ext/dbx/php_dbx.h
+++ b/ext/dbx/php_dbx.h
@@ -1,8 +1,8 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2004 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+