diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:12:20 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:12:20 +0000 |
| commit | 9b620d50b4960cb33cc186b18a35011064afcc66 (patch) | |
| tree | 05245297704af8eddae92c9ff091cef5ac64caad /ext/sqlite | |
| parent | e54c79141bf09cdb264fd8bf5310c954f4deeb0b (diff) | |
| download | php-git-9b620d50b4960cb33cc186b18a35011064afcc66.tar.gz | |
Bump copyright year, 2 of 2.
Diffstat (limited to 'ext/sqlite')
| -rw-r--r-- | ext/sqlite/pdo_sqlite2.c | 2 | ||||
| -rw-r--r-- | ext/sqlite/php_sqlite.h | 2 | ||||
| -rw-r--r-- | ext/sqlite/sess_sqlite.c | 2 | ||||
| -rw-r--r-- | ext/sqlite/sqlite.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/sqlite/pdo_sqlite2.c b/ext/sqlite/pdo_sqlite2.c index 2c1048205e..16932e381f 100644 --- a/ext/sqlite/pdo_sqlite2.c +++ b/ext/sqlite/pdo_sqlite2.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | 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/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index db9ad1da4c..a01e47005a 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | 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/sqlite/sess_sqlite.c b/ext/sqlite/sess_sqlite.c index ff5c4db7aa..795cb00d0a 100644 --- a/ext/sqlite/sess_sqlite.c +++ b/ext/sqlite/sess_sqlite.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | 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/sqlite/sqlite.c b/ext/sqlite/sqlite.c index e0c636dab3..754b8aeefc 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | 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 | |
