summaryrefslogtreecommitdiff
path: root/ext/dbx
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2007-12-31 07:23:06 +0000
committerSebastian Bergmann <sebastian@php.net>2007-12-31 07:23:06 +0000
commit51a34ef7ed23ccb235882dfb878a04ecc407dcf9 (patch)
tree9bb1da3b0f141bee176e854713cf79f36c9eaf43 /ext/dbx
parentb686fd905366f8c44c7745e689c162b36fd8fd1d (diff)
downloadphp-git-51a34ef7ed23ccb235882dfb878a04ecc407dcf9.tar.gz
MFH: Bump copyright year.
Diffstat (limited to 'ext/dbx')
-rw-r--r--ext/dbx/dbx.c2
-rw-r--r--ext/dbx/dbx.h2
-rw-r--r--ext/dbx/dbx_fbsql.c2
-rw-r--r--ext/dbx/dbx_fbsql.h2
-rw-r--r--ext/dbx/dbx_mssql.c2
-rw-r--r--ext/dbx/dbx_mssql.h2
-rw-r--r--ext/dbx/dbx_mysql.c2
-rw-r--r--ext/dbx/dbx_mysql.h2
-rw-r--r--ext/dbx/dbx_oci8.c2
-rw-r--r--ext/dbx/dbx_oci8.h2
-rw-r--r--ext/dbx/dbx_odbc.c2
-rw-r--r--ext/dbx/dbx_odbc.h2
-rw-r--r--ext/dbx/dbx_pgsql.c2
-rw-r--r--ext/dbx/dbx_pgsql.h2
-rw-r--r--ext/dbx/dbx_sybasect.c2
-rw-r--r--ext/dbx/dbx_sybasect.h2
-rw-r--r--ext/dbx/php_dbx.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index dd70bbb6cf..f5e0df0ae1 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h
index bac590a657..38a4b9e28a 100644
--- a/ext/dbx/dbx.h
+++ b/ext/dbx/dbx.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_fbsql.c b/ext/dbx/dbx_fbsql.c
index a40a67a7e3..7e9f9a6a04 100644
--- a/ext/dbx/dbx_fbsql.c
+++ b/ext/dbx/dbx_fbsql.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_fbsql.h b/ext/dbx/dbx_fbsql.h
index 2fd80ea2fd..3ef486ef9d 100644
--- a/ext/dbx/dbx_fbsql.h
+++ b/ext/dbx/dbx_fbsql.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mssql.c b/ext/dbx/dbx_mssql.c
index abb5d09973..4e94a8b9b9 100644
--- a/ext/dbx/dbx_mssql.c
+++ b/ext/dbx/dbx_mssql.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mssql.h b/ext/dbx/dbx_mssql.h
index a66516aa23..1c40bf30b4 100644
--- a/ext/dbx/dbx_mssql.h
+++ b/ext/dbx/dbx_mssql.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mysql.c b/ext/dbx/dbx_mysql.c
index 2b753744ec..92a2272b66 100644
--- a/ext/dbx/dbx_mysql.c
+++ b/ext/dbx/dbx_mysql.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_mysql.h b/ext/dbx/dbx_mysql.h
index 640496010c..4483b16ae1 100644
--- a/ext/dbx/dbx_mysql.h
+++ b/ext/dbx/dbx_mysql.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_oci8.c b/ext/dbx/dbx_oci8.c
index 03cf351993..591349afc3 100644
--- a/ext/dbx/dbx_oci8.c
+++ b/ext/dbx/dbx_oci8.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_oci8.h b/ext/dbx/dbx_oci8.h
index fc15da942f..db5ba148cf 100644
--- a/ext/dbx/dbx_oci8.h
+++ b/ext/dbx/dbx_oci8.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_odbc.c b/ext/dbx/dbx_odbc.c
index faeadffce3..a1eba7b04c 100644
--- a/ext/dbx/dbx_odbc.c
+++ b/ext/dbx/dbx_odbc.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_odbc.h b/ext/dbx/dbx_odbc.h
index fbd7f35fa7..b41c7f2b01 100644
--- a/ext/dbx/dbx_odbc.h
+++ b/ext/dbx/dbx_odbc.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_pgsql.c b/ext/dbx/dbx_pgsql.c
index 198b378126..7615e33086 100644
--- a/ext/dbx/dbx_pgsql.c
+++ b/ext/dbx/dbx_pgsql.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_pgsql.h b/ext/dbx/dbx_pgsql.h
index 4c7ead7bc7..0014ce21b7 100644
--- a/ext/dbx/dbx_pgsql.h
+++ b/ext/dbx/dbx_pgsql.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_sybasect.c b/ext/dbx/dbx_sybasect.c
index dca475fd1d..c80257b909 100644
--- a/ext/dbx/dbx_sybasect.c
+++ b/ext/dbx/dbx_sybasect.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/dbx_sybasect.h b/ext/dbx/dbx_sybasect.h
index a5617fc617..a4c7680c28 100644
--- a/ext/dbx/dbx_sybasect.h
+++ b/ext/dbx/dbx_sybasect.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
diff --git a/ext/dbx/php_dbx.h b/ext/dbx/php_dbx.h
index 75b6051ac5..54deb8dac0 100644
--- a/ext/dbx/php_dbx.h
+++ b/ext/dbx/php_dbx.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2007 The PHP Group |
+ | Copyright (c) 1997-2008 The PHP Group |
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+