diff options
author | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
commit | 16cb1cd469b50e18bf79f57da46672caa32b42a2 (patch) | |
tree | 6fb33d9129dc1793de0582fc3638a053944b594d /ext/sqlite | |
parent | dffb0fe616557cf53f7b89114b28bb11f45bc5fc (diff) | |
download | php-git-16cb1cd469b50e18bf79f57da46672caa32b42a2.tar.gz |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
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 673474f35c..9f4298af7a 100644 --- a/ext/sqlite/pdo_sqlite2.c +++ b/ext/sqlite/pdo_sqlite2.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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 a61e8995e3..955b80b765 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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 0d4c2eb728..37f01576b5 100644 --- a/ext/sqlite/sess_sqlite.c +++ b/ext/sqlite/sess_sqlite.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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 617bcbc8d0..adb2d2ba1a 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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 | |