diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2008-12-31 11:12:40 +0000 | 
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2008-12-31 11:12:40 +0000 | 
| commit | 7f4dc8702ab992a011e2c797dd79487c8978f0c8 (patch) | |
| tree | e93083312795fe4c0ce975245b5cd5ccc036eab7 /ext/pdo_sqlite | |
| parent | befd80d1c4a61adad6fee9e571a0634b9eba5648 (diff) | |
| download | php-git-7f4dc8702ab992a011e2c797dd79487c8978f0c8.tar.gz | |
Bump copyright year, 3 of 3.
Diffstat (limited to 'ext/pdo_sqlite')
| -rw-r--r-- | ext/pdo_sqlite/pdo_sqlite.c | 2 | ||||
| -rw-r--r-- | ext/pdo_sqlite/php_pdo_sqlite.h | 2 | ||||
| -rw-r--r-- | ext/pdo_sqlite/php_pdo_sqlite_int.h | 2 | ||||
| -rw-r--r-- | ext/pdo_sqlite/sqlite_driver.c | 2 | ||||
| -rw-r--r-- | ext/pdo_sqlite/sqlite_statement.c | 2 | 
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_sqlite/pdo_sqlite.c b/ext/pdo_sqlite/pdo_sqlite.c index a783ce51db..eecb19d4d3 100644 --- a/ext/pdo_sqlite/pdo_sqlite.c +++ b/ext/pdo_sqlite/pdo_sqlite.c @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 5                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 1997-2008 The PHP Group                                | +  | Copyright (c) 1997-2009 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/pdo_sqlite/php_pdo_sqlite.h b/ext/pdo_sqlite/php_pdo_sqlite.h index 90811c9a0f..efce720fc4 100644 --- a/ext/pdo_sqlite/php_pdo_sqlite.h +++ b/ext/pdo_sqlite/php_pdo_sqlite.h @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 5                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 1997-2008 The PHP Group                                | +  | Copyright (c) 1997-2009 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/pdo_sqlite/php_pdo_sqlite_int.h b/ext/pdo_sqlite/php_pdo_sqlite_int.h index 1e8512323e..77f3db9478 100644 --- a/ext/pdo_sqlite/php_pdo_sqlite_int.h +++ b/ext/pdo_sqlite/php_pdo_sqlite_int.h @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 5                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 1997-2008 The PHP Group                                | +  | Copyright (c) 1997-2009 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/pdo_sqlite/sqlite_driver.c b/ext/pdo_sqlite/sqlite_driver.c index e5858b7453..29d2918707 100644 --- a/ext/pdo_sqlite/sqlite_driver.c +++ b/ext/pdo_sqlite/sqlite_driver.c @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 5                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 1997-2008 The PHP Group                                | +  | Copyright (c) 1997-2009 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/pdo_sqlite/sqlite_statement.c b/ext/pdo_sqlite/sqlite_statement.c index 0efbd68731..85da27e160 100644 --- a/ext/pdo_sqlite/sqlite_statement.c +++ b/ext/pdo_sqlite/sqlite_statement.c @@ -2,7 +2,7 @@    +----------------------------------------------------------------------+    | PHP Version 5                                                        |    +----------------------------------------------------------------------+ -  | Copyright (c) 1997-2008 The PHP Group                                | +  | Copyright (c) 1997-2009 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        |  | 
