diff options
Diffstat (limited to 'ext/dbx')
-rw-r--r-- | ext/dbx/dbx.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_fbsql.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_mssql.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_mysql.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_oci8.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_odbc.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_pgsql.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_sqlite.c | 4 | ||||
-rw-r--r-- | ext/dbx/dbx_sybasect.c | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 64169f471c..1e15e7491d 100644 --- a/ext/dbx/dbx.c +++ b/ext/dbx/dbx.c @@ -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.c b/ext/dbx/dbx_fbsql.c index 6a03f4b18c..e188a04962 100644 --- a/ext/dbx/dbx_fbsql.c +++ b/ext/dbx/dbx_fbsql.c @@ -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.c b/ext/dbx/dbx_mssql.c index 058c71de37..ed5c66dfa3 100644 --- a/ext/dbx/dbx_mssql.c +++ b/ext/dbx/dbx_mssql.c @@ -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.c b/ext/dbx/dbx_mysql.c index 4110f1b172..59f1321ffc 100644 --- a/ext/dbx/dbx_mysql.c +++ b/ext/dbx/dbx_mysql.c @@ -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.c b/ext/dbx/dbx_oci8.c index 67c42ce072..b51db3d94d 100644 --- a/ext/dbx/dbx_oci8.c +++ b/ext/dbx/dbx_oci8.c @@ -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.c b/ext/dbx/dbx_odbc.c index ef0f7b18e7..ee5ffa2971 100644 --- a/ext/dbx/dbx_odbc.c +++ b/ext/dbx/dbx_odbc.c @@ -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.c b/ext/dbx/dbx_pgsql.c index c80d42dcda..9500e7ae7a 100644 --- a/ext/dbx/dbx_pgsql.c +++ b/ext/dbx/dbx_pgsql.c @@ -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.c b/ext/dbx/dbx_sqlite.c index 33f2ff6fb1..105156cfba 100644 --- a/ext/dbx/dbx_sqlite.c +++ b/ext/dbx/dbx_sqlite.c @@ -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.c b/ext/dbx/dbx_sybasect.c index ac9f746cbf..9f5994392b 100644 --- a/ext/dbx/dbx_sybasect.c +++ b/ext/dbx/dbx_sybasect.c @@ -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 | +----------------------------------------------------------------------+ |